Shades of Forest Green #168510
Tints of Forest Green #168510
RGB
CMYK
RGB Variations
Color information
#168510 (or 0x168510) is known color: Forest Green. HEX triplet: 16, 85 and 10. RGB value is (22,133,16). Sum of RGB (Red+Green+Blue) = 22+133+16=171 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.87% from 171); Green value is 133 (52.34% from 255 or 77.78% from 171); Blue value is 16 (6.64% from 255 or 9.36% from 171); Max value from RGB is 133 - color contains mainly: green. Hex color #168510 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #168510 is #E97AEF. Grayscale: #565656. Windows color (decimal): -15301360 or 1082646. OLE color: 1082646.
HSL color Cylindrical-coordinate representation of color #168510: hue angle of 116.92º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #168510 is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 133 | 16 | - |
| CMYK | 0.83 | 0 | 0.88 | 0.48 |
| HSL | 116.92º | 0.79% | 0.29% | - |
| HSV(B) | 116.92º | 0.88% | 0.52% | - |
| XYZ | 8.81 | 16.98 | 3.3 | - |
| YUV | 86.47 | 88.23 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 133 | 16 | 0.83 | 0 | 0.88 | 0.48 | 116.92 | 0.79 | 0.29 |
| Hex | 16 | 85 | 10 | 53 | 0 | 58 | 30 | 75 | 4F | 1D |
| Octal | 26 | 205 | 20 | 123 | 0 | 130 | 60 | 165 | 117 | 35 |
| Binary | 10110 | 10000101 | 10000 | 1010011 | 0 | 1011000 | 110000 | 1110101 | 1001111 | 11101 |
Color Harmonies of #168510
Complementary color
Monochromatic Colors of #168510
Black with #168510
Text Example
Text Example
White with #168510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168510; }
p { color: rgb(22,133,16); }
H1.HeaderClassName
{
color: #168510;
}
.AnyTagClassName
{
color: #168510;
}
</style>
background-color css
<style>
a { background-color: #168510; }
a { background-color: rgb(22,133,16); }
div.DivClassName
{
background-color: #168510;
}
.BgClassName
{
background-color: #168510;
}
</style>
border-color css
<style>
span { border-color: #168510; }
span { border-color: rgb(22,133,16); }
td.TdClassName
{
border-color: #168510;
}
.TagClassName
{
border-color: #168510;
}
</style>