Shades of Forest Green #116F19
Tints of Forest Green #116F19
RGB
CMYK
RGB Variations
Color information
#116F19 (or 0x116F19) is known color: Forest Green. HEX triplet: 11, 6F and 19. RGB value is (17,111,25). Sum of RGB (Red+Green+Blue) = 17+111+25=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 111 (43.75% from 255 or 72.55% from 153); Blue value is 25 (10.16% from 255 or 16.34% from 153); Max value from RGB is 111 - color contains mainly: green. Hex color #116F19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116F19 is #EE90E6. Grayscale: #494949. Windows color (decimal): -15634663 or 1666833. OLE color: 1666833.
HSL color Cylindrical-coordinate representation of color #116F19: hue angle of 125.11º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116F19 is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 111 | 25 | - |
| CMYK | 0.85 | 0 | 0.77 | 0.56 |
| HSL | 125.11º | 0.73% | 0.25% | - |
| HSV(B) | 125.11º | 0.85% | 0.44% | - |
| XYZ | 6.09 | 11.56 | 2.83 | - |
| YUV | 73.09 | 100.86 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 111 | 25 | 0.85 | 0 | 0.77 | 0.56 | 125.11 | 0.73 | 0.25 |
| Hex | 11 | 6F | 19 | 55 | 0 | 4D | 38 | 7D | 49 | 19 |
| Octal | 21 | 157 | 31 | 125 | 0 | 115 | 70 | 175 | 111 | 31 |
| Binary | 10001 | 1101111 | 11001 | 1010101 | 0 | 1001101 | 111000 | 1111101 | 1001001 | 11001 |
Color Harmonies of #116F19
Complementary color
Monochromatic Colors of #116F19
Black with #116F19
Text Example
Text Example
White with #116F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116F19; }
p { color: rgb(17,111,25); }
H1.HeaderClassName
{
color: #116F19;
}
.AnyTagClassName
{
color: #116F19;
}
</style>
background-color css
<style>
a { background-color: #116F19; }
a { background-color: rgb(17,111,25); }
div.DivClassName
{
background-color: #116F19;
}
.BgClassName
{
background-color: #116F19;
}
</style>
border-color css
<style>
span { border-color: #116F19; }
span { border-color: rgb(17,111,25); }
td.TdClassName
{
border-color: #116F19;
}
.TagClassName
{
border-color: #116F19;
}
</style>