Shades of Green #207607
Tints of Green #207607
RGB
CMYK
RGB Variations
Color information
#207607 (or 0x207607) is known color: Green. HEX triplet: 20, 76 and 07. RGB value is (32,118,7). Sum of RGB (Red+Green+Blue) = 32+118+7=157 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.38% from 157); Green value is 118 (46.48% from 255 or 75.16% from 157); Blue value is 7 (3.12% from 255 or 4.46% from 157); Max value from RGB is 118 - color contains mainly: green. Hex color #207607 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #207607 is #DF89F8. Grayscale: #4F4F4F. Windows color (decimal): -14649849 or 488992. OLE color: 488992.
HSL color Cylindrical-coordinate representation of color #207607: hue angle of 106.49º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #207607 is Cyan = 0.73, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 118 | 7 | - |
| CMYK | 0.73 | 0 | 0.94 | 0.54 |
| HSL | 106.49º | 0.89% | 0.25% | - |
| HSV(B) | 106.49º | 0.94% | 0.46% | - |
| XYZ | 7.11 | 13.28 | 2.39 | - |
| YUV | 79.63 | 87.01 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 118 | 7 | 0.73 | 0 | 0.94 | 0.54 | 106.49 | 0.89 | 0.25 |
| Hex | 20 | 76 | 7 | 49 | 0 | 5E | 36 | 6A | 59 | 19 |
| Octal | 40 | 166 | 7 | 111 | 0 | 136 | 66 | 152 | 131 | 31 |
| Binary | 100000 | 1110110 | 111 | 1001001 | 0 | 1011110 | 110110 | 1101010 | 1011001 | 11001 |
Color Harmonies of #207607
Complementary color
Monochromatic Colors of #207607
Black with #207607
Text Example
Text Example
White with #207607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207607; }
p { color: rgb(32,118,7); }
H1.HeaderClassName
{
color: #207607;
}
.AnyTagClassName
{
color: #207607;
}
</style>
background-color css
<style>
a { background-color: #207607; }
a { background-color: rgb(32,118,7); }
div.DivClassName
{
background-color: #207607;
}
.BgClassName
{
background-color: #207607;
}
</style>
border-color css
<style>
span { border-color: #207607; }
span { border-color: rgb(32,118,7); }
td.TdClassName
{
border-color: #207607;
}
.TagClassName
{
border-color: #207607;
}
</style>