Shades of Forest Green #117C17
Tints of Forest Green #117C17
RGB
CMYK
RGB Variations
Color information
#117C17 (or 0x117C17) is known color: Forest Green. HEX triplet: 11, 7C and 17. RGB value is (17,124,23). Sum of RGB (Red+Green+Blue) = 17+124+23=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 124 (48.83% from 255 or 75.61% from 164); Blue value is 23 (9.38% from 255 or 14.02% from 164); Max value from RGB is 124 - color contains mainly: green. Hex color #117C17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117C17 is #EE83E8. Grayscale: #505050. Windows color (decimal): -15631337 or 1539089. OLE color: 1539089.
HSL color Cylindrical-coordinate representation of color #117C17: hue angle of 123.36º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117C17 is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 124 | 23 | - |
| CMYK | 0.86 | 0 | 0.81 | 0.51 |
| HSL | 123.36º | 0.76% | 0.28% | - |
| HSV(B) | 123.36º | 0.86% | 0.49% | - |
| XYZ | 7.59 | 14.6 | 3.23 | - |
| YUV | 80.49 | 95.55 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 23 | 0.86 | 0 | 0.81 | 0.51 | 123.36 | 0.76 | 0.28 |
| Hex | 11 | 7C | 17 | 56 | 0 | 51 | 33 | 7B | 4C | 1C |
| Octal | 21 | 174 | 27 | 126 | 0 | 121 | 63 | 173 | 114 | 34 |
| Binary | 10001 | 1111100 | 10111 | 1010110 | 0 | 1010001 | 110011 | 1111011 | 1001100 | 11100 |
Color Harmonies of #117C17
Complementary color
Monochromatic Colors of #117C17
Black with #117C17
Text Example
Text Example
White with #117C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117C17; }
p { color: rgb(17,124,23); }
H1.HeaderClassName
{
color: #117C17;
}
.AnyTagClassName
{
color: #117C17;
}
</style>
background-color css
<style>
a { background-color: #117C17; }
a { background-color: rgb(17,124,23); }
div.DivClassName
{
background-color: #117C17;
}
.BgClassName
{
background-color: #117C17;
}
</style>
border-color css
<style>
span { border-color: #117C17; }
span { border-color: rgb(17,124,23); }
td.TdClassName
{
border-color: #117C17;
}
.TagClassName
{
border-color: #117C17;
}
</style>