Shades of Green #066904
Tints of Green #066904
RGB
CMYK
RGB Variations
Color information
#066904 (or 0x066904) is known color: Green. HEX triplet: 06, 69 and 04. RGB value is (6,105,4). Sum of RGB (Red+Green+Blue) = 6+105+4=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 105 (41.41% from 255 or 91.30% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 105 - color contains mainly: green. Hex color #066904 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066904 is #F996FB. Grayscale: #404040. Windows color (decimal): -16357116 or 289030. OLE color: 289030.
HSL color Cylindrical-coordinate representation of color #066904: hue angle of 118.81º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066904 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 105 | 4 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.59 |
| HSL | 118.81º | 0.93% | 0.21% | - |
| HSV(B) | 118.81º | 0.96% | 0.41% | - |
| XYZ | 5.15 | 10.15 | 1.8 | - |
| YUV | 63.89 | 94.2 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 4 | 0.94 | 0 | 0.96 | 0.59 | 118.81 | 0.93 | 0.21 |
| Hex | 6 | 69 | 4 | 5E | 0 | 60 | 3B | 77 | 5D | 15 |
| Octal | 6 | 151 | 4 | 136 | 0 | 140 | 73 | 167 | 135 | 25 |
| Binary | 110 | 1101001 | 100 | 1011110 | 0 | 1100000 | 111011 | 1110111 | 1011101 | 10101 |
Color Harmonies of #066904
Complementary color
Monochromatic Colors of #066904
Black with #066904
Text Example
Text Example
White with #066904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066904; }
p { color: rgb(6,105,4); }
H1.HeaderClassName
{
color: #066904;
}
.AnyTagClassName
{
color: #066904;
}
</style>
background-color css
<style>
a { background-color: #066904; }
a { background-color: rgb(6,105,4); }
div.DivClassName
{
background-color: #066904;
}
.BgClassName
{
background-color: #066904;
}
</style>
border-color css
<style>
span { border-color: #066904; }
span { border-color: rgb(6,105,4); }
td.TdClassName
{
border-color: #066904;
}
.TagClassName
{
border-color: #066904;
}
</style>