Shades of Green #066B04
Tints of Green #066B04
RGB
CMYK
RGB Variations
Color information
#066B04 (or 0x066B04) is known color: Green. HEX triplet: 06, 6B and 04. RGB value is (6,107,4). Sum of RGB (Red+Green+Blue) = 6+107+4=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 107 (42.19% from 255 or 91.45% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 107 - color contains mainly: green. Hex color #066B04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066B04 is #F994FB. Grayscale: #414141. Windows color (decimal): -16356604 or 289542. OLE color: 289542.
HSL color Cylindrical-coordinate representation of color #066B04: hue angle of 118.83º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066B04 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 107 | 4 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.58 |
| HSL | 118.83º | 0.93% | 0.22% | - |
| HSV(B) | 118.83º | 0.96% | 0.42% | - |
| XYZ | 5.35 | 10.56 | 1.87 | - |
| YUV | 65.06 | 93.54 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 107 | 4 | 0.94 | 0 | 0.96 | 0.58 | 118.83 | 0.93 | 0.22 |
| Hex | 6 | 6B | 4 | 5E | 0 | 60 | 3A | 77 | 5D | 16 |
| Octal | 6 | 153 | 4 | 136 | 0 | 140 | 72 | 167 | 135 | 26 |
| Binary | 110 | 1101011 | 100 | 1011110 | 0 | 1100000 | 111010 | 1110111 | 1011101 | 10110 |
Color Harmonies of #066B04
Complementary color
Monochromatic Colors of #066B04
Black with #066B04
Text Example
Text Example
White with #066B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066B04; }
p { color: rgb(6,107,4); }
H1.HeaderClassName
{
color: #066B04;
}
.AnyTagClassName
{
color: #066B04;
}
</style>
background-color css
<style>
a { background-color: #066B04; }
a { background-color: rgb(6,107,4); }
div.DivClassName
{
background-color: #066B04;
}
.BgClassName
{
background-color: #066B04;
}
</style>
border-color css
<style>
span { border-color: #066B04; }
span { border-color: rgb(6,107,4); }
td.TdClassName
{
border-color: #066B04;
}
.TagClassName
{
border-color: #066B04;
}
</style>