Shades of Green #066604
Tints of Green #066604
RGB
CMYK
RGB Variations
Color information
#066604 (or 0x066604) is known color: Green. HEX triplet: 06, 66 and 04. RGB value is (6,102,4). Sum of RGB (Red+Green+Blue) = 6+102+4=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 102 (40.23% from 255 or 91.07% from 112); Blue value is 4 (1.95% from 255 or 3.57% from 112); Max value from RGB is 102 - color contains mainly: green. Hex color #066604 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066604 is #F999FB. Grayscale: #3E3E3E. Windows color (decimal): -16357884 or 288262. OLE color: 288262.
HSL color Cylindrical-coordinate representation of color #066604: hue angle of 118.78º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066604 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 6 | 102 | 4 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.6 |
| HSL | 118.78º | 0.92% | 0.21% | - |
| HSV(B) | 118.78º | 0.96% | 0.4% | - |
| XYZ | 4.85 | 9.55 | 1.7 | - |
| YUV | 62.12 | 95.2 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 102 | 4 | 0.94 | 0 | 0.96 | 0.6 | 118.78 | 0.92 | 0.21 |
| Hex | 6 | 66 | 4 | 5E | 0 | 60 | 3C | 77 | 5C | 15 |
| Octal | 6 | 146 | 4 | 136 | 0 | 140 | 74 | 167 | 134 | 25 |
| Binary | 110 | 1100110 | 100 | 1011110 | 0 | 1100000 | 111100 | 1110111 | 1011100 | 10101 |
Color Harmonies of #066604
Complementary color
Monochromatic Colors of #066604
Black with #066604
Text Example
Text Example
White with #066604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066604; }
p { color: rgb(6,102,4); }
H1.HeaderClassName
{
color: #066604;
}
.AnyTagClassName
{
color: #066604;
}
</style>
background-color css
<style>
a { background-color: #066604; }
a { background-color: rgb(6,102,4); }
div.DivClassName
{
background-color: #066604;
}
.BgClassName
{
background-color: #066604;
}
</style>
border-color css
<style>
span { border-color: #066604; }
span { border-color: rgb(6,102,4); }
td.TdClassName
{
border-color: #066604;
}
.TagClassName
{
border-color: #066604;
}
</style>