Shades of Forest Green #128716
Tints of Forest Green #128716
RGB
CMYK
RGB Variations
Color information
#128716 (or 0x128716) is known color: Forest Green. HEX triplet: 12, 87 and 16. RGB value is (18,135,22). Sum of RGB (Red+Green+Blue) = 18+135+22=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 135 (53.12% from 255 or 77.14% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 135 - color contains mainly: green. Hex color #128716 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128716 is #ED78E9. Grayscale: #575757. Windows color (decimal): -15562986 or 1476370. OLE color: 1476370.
HSL color Cylindrical-coordinate representation of color #128716: hue angle of 122.05º degrees, saturation: 0.76, 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 #128716 is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 135 | 22 | - |
| CMYK | 0.87 | 0 | 0.84 | 0.47 |
| HSL | 122.05º | 0.76% | 0.3% | - |
| HSV(B) | 122.05º | 0.87% | 0.53% | - |
| XYZ | 9.06 | 17.51 | 3.66 | - |
| YUV | 87.14 | 91.24 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 135 | 22 | 0.87 | 0 | 0.84 | 0.47 | 122.05 | 0.76 | 0.3 |
| Hex | 12 | 87 | 16 | 57 | 0 | 54 | 2F | 7A | 4C | 1E |
| Octal | 22 | 207 | 26 | 127 | 0 | 124 | 57 | 172 | 114 | 36 |
| Binary | 10010 | 10000111 | 10110 | 1010111 | 0 | 1010100 | 101111 | 1111010 | 1001100 | 11110 |
Color Harmonies of #128716
Complementary color
Monochromatic Colors of #128716
Black with #128716
Text Example
Text Example
White with #128716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128716; }
p { color: rgb(18,135,22); }
H1.HeaderClassName
{
color: #128716;
}
.AnyTagClassName
{
color: #128716;
}
</style>
background-color css
<style>
a { background-color: #128716; }
a { background-color: rgb(18,135,22); }
div.DivClassName
{
background-color: #128716;
}
.BgClassName
{
background-color: #128716;
}
</style>
border-color css
<style>
span { border-color: #128716; }
span { border-color: rgb(18,135,22); }
td.TdClassName
{
border-color: #128716;
}
.TagClassName
{
border-color: #128716;
}
</style>