Color spaces of #667a06
RGB | 102 | 122 | 6 |
---|---|---|---|
HSL | 0.20 | 0.91 | 0.25 |
HSV | 70° | 95° | 48° |
CMYK | 0.16 | 0.00 | 0.95 0.52 |
XYZ | 12.4719 | 16.7570 | 2.7494 |
Yxy | 16.7570 | 0.3900 | 0.5240 |
Hunter Lab | 40.9353 | -17.2526 | 24.6725 |
CIE-Lab | 47.9524 | -21.5782 | 51.5873 |
#667a06 color RGB value is (102,122,6).
#667a06 hex color red value is 102, green value is 122 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #667a06 hue: 0.20 , saturation: 0.91 and the lightness value of 667a06 is 0.25.
The process color (four color CMYK) of #667a06 color hex is 0.16, 0.00, 0.95, 0.52. Web safe color of #667a06 is #666600. Color #667a06 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 01111010 | 00000110 |
Octal | 146 | 172 | 6 |
Decimal | 102 | 122 | 6 |
Hex | 66 | 7A | 6 |
Shades of #667a06
Tints of #667a06
RGB Percentages of Color #667a06
CMYK Percentages of Color #667a06
Complementary Color
#667a06 | #1a067a |
#667a06 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#667a06 Color Preview on White Background
Lorem ipsum dolor sit amet.
#667a06 Color CSS Codes
.mybgcolor {background-color:#667a06; } .myforecolor {color:#667a06; } .mybordercolor {border:3px solid #667a06; }
#667a06 Text Font Color
<p style="color:#667a06">Text here</p>
This sample text font color is #667a06
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.
#667a06 Background Color
<div style="background-color:#667a06">
Div content here</div>
This div background color is #667a06
#667a06 Border Color
<div style="border:3px solid #667a06">
Div here</div>
This div border color is #667a06
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,122,6, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #667a06; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #667a06; -webkit-box-shadow: 1px 1px 3px 2px #667a06; box-shadow: 1px 1px 3px 2px #667a06; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,122,6, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #667a06">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #667a06; -webkit-box-shadow: 1px 1px 3px 2px #667a06; box-shadow: 1px 1px 3px 2px #667a06;">
Div content here</div>
This div box has shadow with color #667a06
Comments
No comments written yet.
Please login to write comment.