Shades of Green #207606
Tints of Green #207606
RGB
CMYK
RGB Variations
Color information
#207606 (or 0x207606) is known color: Green. HEX triplet: 20, 76 and 06. RGB value is (32,118,6). Sum of RGB (Red+Green+Blue) = 32+118+6=156 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.51% from 156); Green value is 118 (46.48% from 255 or 75.64% from 156); Blue value is 6 (2.73% from 255 or 3.85% from 156); Max value from RGB is 118 - color contains mainly: green. Hex color #207606 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #207606 is #DF89F9. Grayscale: #4F4F4F. Windows color (decimal): -14649850 or 423456. OLE color: 423456.
HSL color Cylindrical-coordinate representation of color #207606: hue angle of 106.07º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #207606 is Cyan = 0.73, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 118 | 6 | - |
| CMYK | 0.73 | 0 | 0.95 | 0.54 |
| HSL | 106.07º | 0.9% | 0.24% | - |
| HSV(B) | 106.07º | 0.95% | 0.46% | - |
| XYZ | 7.11 | 13.28 | 2.36 | - |
| YUV | 79.52 | 86.51 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 118 | 6 | 0.73 | 0 | 0.95 | 0.54 | 106.07 | 0.9 | 0.24 |
| Hex | 20 | 76 | 6 | 49 | 0 | 5F | 36 | 6A | 5A | 18 |
| Octal | 40 | 166 | 6 | 111 | 0 | 137 | 66 | 152 | 132 | 30 |
| Binary | 100000 | 1110110 | 110 | 1001001 | 0 | 1011111 | 110110 | 1101010 | 1011010 | 11000 |
Color Harmonies of #207606
Complementary color
Monochromatic Colors of #207606
Black with #207606
Text Example
Text Example
White with #207606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207606; }
p { color: rgb(32,118,6); }
H1.HeaderClassName
{
color: #207606;
}
.AnyTagClassName
{
color: #207606;
}
</style>
background-color css
<style>
a { background-color: #207606; }
a { background-color: rgb(32,118,6); }
div.DivClassName
{
background-color: #207606;
}
.BgClassName
{
background-color: #207606;
}
</style>
border-color css
<style>
span { border-color: #207606; }
span { border-color: rgb(32,118,6); }
td.TdClassName
{
border-color: #207606;
}
.TagClassName
{
border-color: #207606;
}
</style>