Color spaces of #607010
RGB | 96 | 112 | 16 |
---|---|---|---|
HSL | 0.19 | 0.75 | 0.25 |
HSV | 70° | 86° | 44° |
CMYK | 0.14 | 0.00 | 0.86 0.56 |
XYZ | 10.7116 | 14.1125 | 2.6496 |
Yxy | 14.1125 | 0.3899 | 0.5137 |
Hunter Lab | 37.5666 | -14.8448 | 22.1149 |
CIE-Lab | 44.3938 | -18.8045 | 46.1706 |
#607010 color RGB value is (96,112,16).
#607010 hex color red value is 96, green value is 112 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #607010 hue: 0.19 , saturation: 0.75 and the lightness value of 607010 is 0.25.
The process color (four color CMYK) of #607010 color hex is 0.14, 0.00, 0.86, 0.56. Web safe color of #607010 is #666600. Color #607010 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 01110000 | 00010000 |
Octal | 140 | 160 | 20 |
Decimal | 96 | 112 | 16 |
Hex | 60 | 70 | 10 |
Shades of #607010
Tints of #607010
RGB Percentages of Color #607010
CMYK Percentages of Color #607010
Complementary Color
#607010 | #201070 |
#607010 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#607010 Color Preview on White Background
Lorem ipsum dolor sit amet.
#607010 Color CSS Codes
.mybgcolor {background-color:#607010; } .myforecolor {color:#607010; } .mybordercolor {border:3px solid #607010; }
#607010 Text Font Color
<p style="color:#607010">Text here</p>
This sample text font color is #607010
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.
#607010 Background Color
<div style="background-color:#607010">
Div content here</div>
This div background color is #607010
#607010 Border Color
<div style="border:3px solid #607010">
Div here</div>
This div border color is #607010
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,112,16, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #607010; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #607010; -webkit-box-shadow: 1px 1px 3px 2px #607010; box-shadow: 1px 1px 3px 2px #607010; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,112,16, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #607010">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #607010; -webkit-box-shadow: 1px 1px 3px 2px #607010; box-shadow: 1px 1px 3px 2px #607010;">
Div content here</div>
This div box has shadow with color #607010
Comments
No comments written yet.
Please login to write comment.