Shades of Green #206F06
Tints of Green #206F06
RGB
CMYK
RGB Variations
Color information
#206F06 (or 0x206F06) is known color: Green. HEX triplet: 20, 6F and 06. RGB value is (32,111,6). Sum of RGB (Red+Green+Blue) = 32+111+6=149 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.48% from 149); Green value is 111 (43.75% from 255 or 74.50% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 111 - color contains mainly: green. Hex color #206F06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206F06 is #DF90F9. Grayscale: #4B4B4B. Windows color (decimal): -14651642 or 421664. OLE color: 421664.
HSL color Cylindrical-coordinate representation of color #206F06: hue angle of 105.14º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #206F06 is Cyan = 0.71, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 111 | 6 | - |
| CMYK | 0.71 | 0 | 0.95 | 0.56 |
| HSL | 105.14º | 0.9% | 0.23% | - |
| HSV(B) | 105.14º | 0.95% | 0.44% | - |
| XYZ | 6.31 | 11.69 | 2.1 | - |
| YUV | 75.41 | 88.83 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 111 | 6 | 0.71 | 0 | 0.95 | 0.56 | 105.14 | 0.9 | 0.23 |
| Hex | 20 | 6F | 6 | 47 | 0 | 5F | 38 | 69 | 5A | 17 |
| Octal | 40 | 157 | 6 | 107 | 0 | 137 | 70 | 151 | 132 | 27 |
| Binary | 100000 | 1101111 | 110 | 1000111 | 0 | 1011111 | 111000 | 1101001 | 1011010 | 10111 |
Color Harmonies of #206F06
Complementary color
Monochromatic Colors of #206F06
Black with #206F06
Text Example
Text Example
White with #206F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206F06; }
p { color: rgb(32,111,6); }
H1.HeaderClassName
{
color: #206F06;
}
.AnyTagClassName
{
color: #206F06;
}
</style>
background-color css
<style>
a { background-color: #206F06; }
a { background-color: rgb(32,111,6); }
div.DivClassName
{
background-color: #206F06;
}
.BgClassName
{
background-color: #206F06;
}
</style>
border-color css
<style>
span { border-color: #206F06; }
span { border-color: rgb(32,111,6); }
td.TdClassName
{
border-color: #206F06;
}
.TagClassName
{
border-color: #206F06;
}
</style>