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