Shades of Forest Green #117F17
Tints of Forest Green #117F17
RGB
CMYK
RGB Variations
Color information
#117F17 (or 0x117F17) is known color: Forest Green. HEX triplet: 11, 7F and 17. RGB value is (17,127,23). Sum of RGB (Red+Green+Blue) = 17+127+23=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 127 (50% from 255 or 76.05% from 167); Blue value is 23 (9.38% from 255 or 13.77% from 167); Max value from RGB is 127 - color contains mainly: green. Hex color #117F17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117F17 is #EE80E8. Grayscale: #525252. Windows color (decimal): -15630569 or 1539857. OLE color: 1539857.
HSL color Cylindrical-coordinate representation of color #117F17: hue angle of 123.27º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #117F17 is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 17 | 127 | 23 | - |
| CMYK | 0.87 | 0 | 0.82 | 0.50 |
| HSL | 123.27º | 0.76% | 0.28% | - |
| HSV(B) | 123.27º | 0.87% | 0.5% | - |
| XYZ | 7.98 | 15.36 | 3.36 | - |
| YUV | 82.25 | 94.56 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 127 | 23 | 0.87 | 0 | 0.82 | 0.50 | 123.27 | 0.76 | 0.28 |
| Hex | 11 | 7F | 17 | 57 | 0 | 52 | 32 | 7B | 4C | 1C |
| Octal | 21 | 177 | 27 | 127 | 0 | 122 | 62 | 173 | 114 | 34 |
| Binary | 10001 | 1111111 | 10111 | 1010111 | 0 | 1010010 | 110010 | 1111011 | 1001100 | 11100 |
Color Harmonies of #117F17
Complementary color
Monochromatic Colors of #117F17
Black with #117F17
Text Example
Text Example
White with #117F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117F17; }
p { color: rgb(17,127,23); }
H1.HeaderClassName
{
color: #117F17;
}
.AnyTagClassName
{
color: #117F17;
}
</style>
background-color css
<style>
a { background-color: #117F17; }
a { background-color: rgb(17,127,23); }
div.DivClassName
{
background-color: #117F17;
}
.BgClassName
{
background-color: #117F17;
}
</style>
border-color css
<style>
span { border-color: #117F17; }
span { border-color: rgb(17,127,23); }
td.TdClassName
{
border-color: #117F17;
}
.TagClassName
{
border-color: #117F17;
}
</style>