Shades of Green #066212
Tints of Green #066212
RGB
CMYK
RGB Variations
Color information
#066212 (or 0x066212) is known color: Green. HEX triplet: 06, 62 and 12. RGB value is (6,98,18). Sum of RGB (Red+Green+Blue) = 6+98+18=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 98 (38.67% from 255 or 80.33% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 98 - color contains mainly: green. Hex color #066212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066212 is #F99DED. Grayscale: #3D3D3D. Windows color (decimal): -16358894 or 1204742. OLE color: 1204742.
HSL color Cylindrical-coordinate representation of color #066212: hue angle of 127.83º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066212 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 98 | 18 | - |
| CMYK | 0.94 | 0 | 0.82 | 0.62 |
| HSL | 127.83º | 0.88% | 0.2% | - |
| HSV(B) | 127.83º | 0.94% | 0.38% | - |
| XYZ | 4.55 | 8.82 | 2.03 | - |
| YUV | 61.37 | 103.52 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 98 | 18 | 0.94 | 0 | 0.82 | 0.62 | 127.83 | 0.88 | 0.2 |
| Hex | 6 | 62 | 12 | 5E | 0 | 52 | 3E | 80 | 58 | 14 |
| Octal | 6 | 142 | 22 | 136 | 0 | 122 | 76 | 200 | 130 | 24 |
| Binary | 110 | 1100010 | 10010 | 1011110 | 0 | 1010010 | 111110 | 10000000 | 1011000 | 10100 |
Color Harmonies of #066212
Complementary color
Monochromatic Colors of #066212
Black with #066212
Text Example
Text Example
White with #066212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066212; }
p { color: rgb(6,98,18); }
H1.HeaderClassName
{
color: #066212;
}
.AnyTagClassName
{
color: #066212;
}
</style>
background-color css
<style>
a { background-color: #066212; }
a { background-color: rgb(6,98,18); }
div.DivClassName
{
background-color: #066212;
}
.BgClassName
{
background-color: #066212;
}
</style>
border-color css
<style>
span { border-color: #066212; }
span { border-color: rgb(6,98,18); }
td.TdClassName
{
border-color: #066212;
}
.TagClassName
{
border-color: #066212;
}
</style>