Color spaces of #074210
RGB | 7 | 66 | 16 |
---|---|---|---|
HSL | 0.36 | 0.81 | 0.14 |
HSV | 129° | 89° | 26° |
CMYK | 0.89 | 0.00 | 0.76 0.74 |
XYZ | 2.1294 | 3.9790 | 1.1460 |
Yxy | 3.9790 | 0.2935 | 0.5485 |
Hunter Lab | 19.9474 | -15.8530 | 10.5569 |
CIE-Lab | 23.6019 | -29.7442 | 24.4491 |
#074210 color RGB value is (7,66,16).
#074210 hex color red value is 7, green value is 66 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #074210 hue: 0.36 , saturation: 0.81 and the lightness value of 074210 is 0.14.
The process color (four color CMYK) of #074210 color hex is 0.89, 0.00, 0.76, 0.74. Web safe color of #074210 is #003300. Color #074210 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000111 | 01000010 | 00010000 |
Octal | 7 | 102 | 20 |
Decimal | 7 | 66 | 16 |
Hex | 7 | 42 | 10 |
Shades of #074210
Tints of #074210
RGB Percentages of Color #074210
CMYK Percentages of Color #074210
Complementary Color
#074210 | #420739 |
#074210 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#074210 Color Preview on White Background
Lorem ipsum dolor sit amet.
#074210 Color CSS Codes
.mybgcolor {background-color:#074210; } .myforecolor {color:#074210; } .mybordercolor {border:3px solid #074210; }
#074210 Text Font Color
<p style="color:#074210">Text here</p>
This sample text font color is #074210
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.
#074210 Background Color
<div style="background-color:#074210">
Div content here</div>
This div background color is #074210
#074210 Border Color
<div style="border:3px solid #074210">
Div here</div>
This div border color is #074210
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(7,66,16, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #074210; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #074210; -webkit-box-shadow: 1px 1px 3px 2px #074210; box-shadow: 1px 1px 3px 2px #074210; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(7,66,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 #074210">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #074210; -webkit-box-shadow: 1px 1px 3px 2px #074210; box-shadow: 1px 1px 3px 2px #074210;">
Div content here</div>
This div box has shadow with color #074210
Comments
No comments written yet.
Please login to write comment.