Shades of Green #066004
Tints of Green #066004
RGB
CMYK
RGB Variations
Color information
#066004 (or 0x066004) is known color: Green. HEX triplet: 06, 60 and 04. RGB value is (6,96,4). Sum of RGB (Red+Green+Blue) = 6+96+4=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 96 (37.89% from 255 or 90.57% from 106); Blue value is 4 (1.95% from 255 or 3.77% from 106); Max value from RGB is 96 - color contains mainly: green. Hex color #066004 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066004 is #F99FFB. Grayscale: #3A3A3A. Windows color (decimal): -16359420 or 286726. OLE color: 286726.
HSL color Cylindrical-coordinate representation of color #066004: hue angle of 118.7º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066004 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 96 | 4 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.62 |
| HSL | 118.7º | 0.92% | 0.2% | - |
| HSV(B) | 118.7º | 0.96% | 0.38% | - |
| XYZ | 4.28 | 8.41 | 1.51 | - |
| YUV | 58.6 | 97.18 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 96 | 4 | 0.94 | 0 | 0.96 | 0.62 | 118.7 | 0.92 | 0.2 |
| Hex | 6 | 60 | 4 | 5E | 0 | 60 | 3E | 77 | 5C | 14 |
| Octal | 6 | 140 | 4 | 136 | 0 | 140 | 76 | 167 | 134 | 24 |
| Binary | 110 | 1100000 | 100 | 1011110 | 0 | 1100000 | 111110 | 1110111 | 1011100 | 10100 |
Color Harmonies of #066004
Complementary color
Monochromatic Colors of #066004
Black with #066004
Text Example
Text Example
White with #066004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066004; }
p { color: rgb(6,96,4); }
H1.HeaderClassName
{
color: #066004;
}
.AnyTagClassName
{
color: #066004;
}
</style>
background-color css
<style>
a { background-color: #066004; }
a { background-color: rgb(6,96,4); }
div.DivClassName
{
background-color: #066004;
}
.BgClassName
{
background-color: #066004;
}
</style>
border-color css
<style>
span { border-color: #066004; }
span { border-color: rgb(6,96,4); }
td.TdClassName
{
border-color: #066004;
}
.TagClassName
{
border-color: #066004;
}
</style>