Color spaces of #07660b
RGB | 7 | 102 | 11 |
---|---|---|---|
HSL | 0.34 | 0.87 | 0.21 |
HSV | 123° | 93° | 40° |
CMYK | 0.93 | 0.00 | 0.89 0.60 |
XYZ | 4.8994 | 9.5721 | 1.9060 |
Yxy | 9.5721 | 0.2992 | 0.5845 |
Hunter Lab | 30.9388 | -25.8761 | 18.0046 |
CIE-Lab | 37.0632 | -42.6386 | 39.5584 |
#07660b color RGB value is (7,102,11).
#07660b hex color red value is 7, green value is 102 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #07660b hue: 0.34 , saturation: 0.87 and the lightness value of 07660b is 0.21.
The process color (four color CMYK) of #07660b color hex is 0.93, 0.00, 0.89, 0.60. Web safe color of #07660b is #006600. Color #07660b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000111 | 01100110 | 00001011 |
Octal | 7 | 146 | 13 |
Decimal | 7 | 102 | 11 |
Hex | 7 | 66 | B |
Shades of #07660b
Tints of #07660b
RGB Percentages of Color #07660b
CMYK Percentages of Color #07660b
Complementary Color
#07660b | #660762 |
#07660b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#07660b Color Preview on White Background
Lorem ipsum dolor sit amet.
#07660b Color CSS Codes
.mybgcolor {background-color:#07660b; } .myforecolor {color:#07660b; } .mybordercolor {border:3px solid #07660b; }
#07660b Text Font Color
<p style="color:#07660b">Text here</p>
This sample text font color is #07660b
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.
#07660b Background Color
<div style="background-color:#07660b">
Div content here</div>
This div background color is #07660b
#07660b Border Color
<div style="border:3px solid #07660b">
Div here</div>
This div border color is #07660b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(7,102,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #07660b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #07660b; -webkit-box-shadow: 1px 1px 3px 2px #07660b; box-shadow: 1px 1px 3px 2px #07660b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(7,102,11, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #07660b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #07660b; -webkit-box-shadow: 1px 1px 3px 2px #07660b; box-shadow: 1px 1px 3px 2px #07660b;">
Div content here</div>
This div box has shadow with color #07660b
Comments
No comments written yet.
Please login to write comment.