Shades of Forest Green #117620
Tints of Forest Green #117620
RGB
CMYK
RGB Variations
Color information
#117620 (or 0x117620) is known color: Forest Green. HEX triplet: 11, 76 and 20. RGB value is (17,118,32). Sum of RGB (Red+Green+Blue) = 17+118+32=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 118 (46.48% from 255 or 70.66% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 118 - color contains mainly: green. Hex color #117620 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117620 is #EE89DF. Grayscale: #4E4E4E. Windows color (decimal): -15632864 or 2127377. OLE color: 2127377.
HSL color Cylindrical-coordinate representation of color #117620: hue angle of 128.91º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117620 is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 118 | 32 | - |
| CMYK | 0.86 | 0 | 0.73 | 0.54 |
| HSL | 128.91º | 0.75% | 0.26% | - |
| HSV(B) | 128.91º | 0.86% | 0.46% | - |
| XYZ | 6.97 | 13.18 | 3.54 | - |
| YUV | 78 | 102.04 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 118 | 32 | 0.86 | 0 | 0.73 | 0.54 | 128.91 | 0.75 | 0.26 |
| Hex | 11 | 76 | 20 | 56 | 0 | 49 | 36 | 81 | 4B | 1A |
| Octal | 21 | 166 | 40 | 126 | 0 | 111 | 66 | 201 | 113 | 32 |
| Binary | 10001 | 1110110 | 100000 | 1010110 | 0 | 1001001 | 110110 | 10000001 | 1001011 | 11010 |
Color Harmonies of #117620
Complementary color
Monochromatic Colors of #117620
Black with #117620
Text Example
Text Example
White with #117620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117620; }
p { color: rgb(17,118,32); }
H1.HeaderClassName
{
color: #117620;
}
.AnyTagClassName
{
color: #117620;
}
</style>
background-color css
<style>
a { background-color: #117620; }
a { background-color: rgb(17,118,32); }
div.DivClassName
{
background-color: #117620;
}
.BgClassName
{
background-color: #117620;
}
</style>
border-color css
<style>
span { border-color: #117620; }
span { border-color: rgb(17,118,32); }
td.TdClassName
{
border-color: #117620;
}
.TagClassName
{
border-color: #117620;
}
</style>