Shades of Green #066104
Tints of Green #066104
RGB
CMYK
RGB Variations
Color information
#066104 (or 0x066104) is known color: Green. HEX triplet: 06, 61 and 04. RGB value is (6,97,4). Sum of RGB (Red+Green+Blue) = 6+97+4=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 97 (38.28% from 255 or 90.65% from 107); Blue value is 4 (1.95% from 255 or 3.74% from 107); Max value from RGB is 97 - color contains mainly: green. Hex color #066104 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066104 is #F99EFB. Grayscale: #3B3B3B. Windows color (decimal): -16359164 or 286982. OLE color: 286982.
HSL color Cylindrical-coordinate representation of color #066104: hue angle of 118.71º 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 #066104 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 97 | 4 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.62 |
| HSL | 118.71º | 0.92% | 0.2% | - |
| HSV(B) | 118.71º | 0.96% | 0.38% | - |
| XYZ | 4.37 | 8.6 | 1.54 | - |
| YUV | 59.19 | 96.85 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 97 | 4 | 0.94 | 0 | 0.96 | 0.62 | 118.71 | 0.92 | 0.2 |
| Hex | 6 | 61 | 4 | 5E | 0 | 60 | 3E | 77 | 5C | 14 |
| Octal | 6 | 141 | 4 | 136 | 0 | 140 | 76 | 167 | 134 | 24 |
| Binary | 110 | 1100001 | 100 | 1011110 | 0 | 1100000 | 111110 | 1110111 | 1011100 | 10100 |
Color Harmonies of #066104
Complementary color
Monochromatic Colors of #066104
Black with #066104
Text Example
Text Example
White with #066104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066104; }
p { color: rgb(6,97,4); }
H1.HeaderClassName
{
color: #066104;
}
.AnyTagClassName
{
color: #066104;
}
</style>
background-color css
<style>
a { background-color: #066104; }
a { background-color: rgb(6,97,4); }
div.DivClassName
{
background-color: #066104;
}
.BgClassName
{
background-color: #066104;
}
</style>
border-color css
<style>
span { border-color: #066104; }
span { border-color: rgb(6,97,4); }
td.TdClassName
{
border-color: #066104;
}
.TagClassName
{
border-color: #066104;
}
</style>