Shades of Forest Green #16860F
Tints of Forest Green #16860F
RGB
CMYK
RGB Variations
Color information
#16860F (or 0x16860F) is known color: Forest Green. HEX triplet: 16, 86 and 0F. RGB value is (22,134,15). Sum of RGB (Red+Green+Blue) = 22+134+15=171 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.87% from 171); Green value is 134 (52.73% from 255 or 78.36% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 134 - color contains mainly: green. Hex color #16860F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #16860F is #E979F0. Grayscale: #575757. Windows color (decimal): -15301105 or 1017366. OLE color: 1017366.
HSL color Cylindrical-coordinate representation of color #16860F: hue angle of 116.47º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16860F is Cyan = 0.84, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 134 | 15 | - |
| CMYK | 0.84 | 0 | 0.89 | 0.47 |
| HSL | 116.47º | 0.8% | 0.29% | - |
| HSV(B) | 116.47º | 0.89% | 0.53% | - |
| XYZ | 8.94 | 17.26 | 3.31 | - |
| YUV | 86.95 | 87.39 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 134 | 15 | 0.84 | 0 | 0.89 | 0.47 | 116.47 | 0.8 | 0.29 |
| Hex | 16 | 86 | F | 54 | 0 | 59 | 2F | 74 | 50 | 1D |
| Octal | 26 | 206 | 17 | 124 | 0 | 131 | 57 | 164 | 120 | 35 |
| Binary | 10110 | 10000110 | 1111 | 1010100 | 0 | 1011001 | 101111 | 1110100 | 1010000 | 11101 |
Color Harmonies of #16860F
Complementary color
Monochromatic Colors of #16860F
Black with #16860F
Text Example
Text Example
White with #16860F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16860F; }
p { color: rgb(22,134,15); }
H1.HeaderClassName
{
color: #16860F;
}
.AnyTagClassName
{
color: #16860F;
}
</style>
background-color css
<style>
a { background-color: #16860F; }
a { background-color: rgb(22,134,15); }
div.DivClassName
{
background-color: #16860F;
}
.BgClassName
{
background-color: #16860F;
}
</style>
border-color css
<style>
span { border-color: #16860F; }
span { border-color: rgb(22,134,15); }
td.TdClassName
{
border-color: #16860F;
}
.TagClassName
{
border-color: #16860F;
}
</style>