Color spaces of #609415
RGB | 96 | 148 | 21 |
---|---|---|---|
HSL | 0.23 | 0.75 | 0.33 |
HSV | 85° | 86° | 58° |
CMYK | 0.35 | 0.00 | 0.86 0.42 |
XYZ | 15.5491 | 23.7207 | 4.4685 |
Yxy | 23.7207 | 0.3555 | 0.5423 |
Hunter Lab | 48.7039 | -28.2443 | 28.6530 |
CIE-Lab | 55.8071 | -36.0542 | 54.8188 |
#609415 color RGB value is (96,148,21).
#609415 hex color red value is 96, green value is 148 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #609415 hue: 0.23 , saturation: 0.75 and the lightness value of 609415 is 0.33.
The process color (four color CMYK) of #609415 color hex is 0.35, 0.00, 0.86, 0.42. Web safe color of #609415 is #669900. Color #609415 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 10010100 | 00010101 |
Octal | 140 | 224 | 25 |
Decimal | 96 | 148 | 21 |
Hex | 60 | 94 | 15 |
Shades of #609415
Tints of #609415
RGB Percentages of Color #609415
CMYK Percentages of Color #609415
Complementary Color
#609415 | #491594 |
#609415 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#609415 Color Preview on White Background
Lorem ipsum dolor sit amet.
#609415 Color CSS Codes
.mybgcolor {background-color:#609415; } .myforecolor {color:#609415; } .mybordercolor {border:3px solid #609415; }
#609415 Text Font Color
<p style="color:#609415">Text here</p>
This sample text font color is #609415
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.
#609415 Background Color
<div style="background-color:#609415">
Div content here</div>
This div background color is #609415
#609415 Border Color
<div style="border:3px solid #609415">
Div here</div>
This div border color is #609415
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,148,21, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #609415; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #609415; -webkit-box-shadow: 1px 1px 3px 2px #609415; box-shadow: 1px 1px 3px 2px #609415; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,148,21, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #609415">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #609415; -webkit-box-shadow: 1px 1px 3px 2px #609415; box-shadow: 1px 1px 3px 2px #609415;">
Div content here</div>
This div box has shadow with color #609415
Comments
No comments written yet.
Please login to write comment.