Shades of Forest Green #118711
Tints of Forest Green #118711
RGB
CMYK
RGB Variations
Color information
#118711 (or 0x118711) is known color: Forest Green. HEX triplet: 11, 87 and 11. RGB value is (17,135,17). Sum of RGB (Red+Green+Blue) = 17+135+17=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 135 (53.12% from 255 or 79.88% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 135 - color contains mainly: green. Hex color #118711 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118711 is #EE78EE. Grayscale: #565656. Windows color (decimal): -15628527 or 1148689. OLE color: 1148689.
HSL color Cylindrical-coordinate representation of color #118711: hue angle of 120º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118711 is Cyan = 0.87, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 135 | 17 | - |
| CMYK | 0.87 | 0 | 0.87 | 0.47 |
| HSL | 120º | 0.78% | 0.3% | - |
| HSV(B) | 120º | 0.87% | 0.53% | - |
| XYZ | 9 | 17.49 | 3.43 | - |
| YUV | 86.27 | 88.91 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 135 | 17 | 0.87 | 0 | 0.87 | 0.47 | 120 | 0.78 | 0.3 |
| Hex | 11 | 87 | 11 | 57 | 0 | 57 | 2F | 78 | 4E | 1E |
| Octal | 21 | 207 | 21 | 127 | 0 | 127 | 57 | 170 | 116 | 36 |
| Binary | 10001 | 10000111 | 10001 | 1010111 | 0 | 1010111 | 101111 | 1111000 | 1001110 | 11110 |
Color Harmonies of #118711
Complementary color
Monochromatic Colors of #118711
Black with #118711
Text Example
Text Example
White with #118711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118711; }
p { color: rgb(17,135,17); }
H1.HeaderClassName
{
color: #118711;
}
.AnyTagClassName
{
color: #118711;
}
</style>
background-color css
<style>
a { background-color: #118711; }
a { background-color: rgb(17,135,17); }
div.DivClassName
{
background-color: #118711;
}
.BgClassName
{
background-color: #118711;
}
</style>
border-color css
<style>
span { border-color: #118711; }
span { border-color: rgb(17,135,17); }
td.TdClassName
{
border-color: #118711;
}
.TagClassName
{
border-color: #118711;
}
</style>