Color spaces of #619074
RGB | 97 | 144 | 116 |
---|---|---|---|
HSL | 0.40 | 0.20 | 0.47 |
HSV | 144° | 33° | 56° |
CMYK | 0.33 | 0.00 | 0.19 0.44 |
XYZ | 18.0554 | 23.7489 | 20.1554 |
Yxy | 23.7489 | 0.2914 | 0.3833 |
Hunter Lab | 48.7328 | -19.1487 | 9.5913 |
CIE-Lab | 55.8355 | -22.2097 | 9.8712 |
#619074 color RGB value is (97,144,116).
#619074 hex color red value is 97, green value is 144 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #619074 hue: 0.40 , saturation: 0.20 and the lightness value of 619074 is 0.47.
The process color (four color CMYK) of #619074 color hex is 0.33, 0.00, 0.19, 0.44. Web safe color of #619074 is #669966. Color #619074 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 10010000 | 01110100 |
Octal | 141 | 220 | 164 |
Decimal | 97 | 144 | 116 |
Hex | 61 | 90 | 74 |
Shades of #619074
Tints of #619074
RGB Percentages of Color #619074
CMYK Percentages of Color #619074
Complementary Color
#619074 | #90617d |
#619074 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#619074 Color Preview on White Background
Lorem ipsum dolor sit amet.
#619074 Color CSS Codes
.mybgcolor {background-color:#619074; } .myforecolor {color:#619074; } .mybordercolor {border:3px solid #619074; }
#619074 Text Font Color
<p style="color:#619074">Text here</p>
This sample text font color is #619074
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#619074 Background Color
<div style="background-color:#619074">
Div content here</div>
This div background color is #619074
#619074 Border Color
<div style="border:3px solid #619074">
Div here</div>
This div border color is #619074
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,144,116, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #619074; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #619074; -webkit-box-shadow: 1px 1px 3px 2px #619074; box-shadow: 1px 1px 3px 2px #619074; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,144,116, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #619074">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #619074; -webkit-box-shadow: 1px 1px 3px 2px #619074; box-shadow: 1px 1px 3px 2px #619074;">
Div content here</div>
This div box has shadow with color #619074
Comments
No comments written yet.
Please login to write comment.