Shades of Forest Green #167016
Tints of Forest Green #167016
RGB
CMYK
RGB Variations
Color information
#167016 (or 0x167016) is known color: Forest Green. HEX triplet: 16, 70 and 16. RGB value is (22,112,22). Sum of RGB (Red+Green+Blue) = 22+112+22=156 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.10% from 156); Green value is 112 (44.14% from 255 or 71.79% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 112 - color contains mainly: green. Hex color #167016 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #167016 is #E98FE9. Grayscale: #4B4B4B. Windows color (decimal): -15306730 or 1470486. OLE color: 1470486.
HSL color Cylindrical-coordinate representation of color #167016: hue angle of 120º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #167016 is Cyan = 0.80, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 112 | 22 | - |
| CMYK | 0.80 | 0 | 0.80 | 0.56 |
| HSL | 120º | 0.67% | 0.26% | - |
| HSV(B) | 120º | 0.8% | 0.44% | - |
| XYZ | 6.27 | 11.82 | 2.71 | - |
| YUV | 74.83 | 98.18 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 112 | 22 | 0.80 | 0 | 0.80 | 0.56 | 120 | 0.67 | 0.26 |
| Hex | 16 | 70 | 16 | 50 | 0 | 50 | 38 | 78 | 43 | 1A |
| Octal | 26 | 160 | 26 | 120 | 0 | 120 | 70 | 170 | 103 | 32 |
| Binary | 10110 | 1110000 | 10110 | 1010000 | 0 | 1010000 | 111000 | 1111000 | 1000011 | 11010 |
Color Harmonies of #167016
Complementary color
Monochromatic Colors of #167016
Black with #167016
Text Example
Text Example
White with #167016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167016; }
p { color: rgb(22,112,22); }
H1.HeaderClassName
{
color: #167016;
}
.AnyTagClassName
{
color: #167016;
}
</style>
background-color css
<style>
a { background-color: #167016; }
a { background-color: rgb(22,112,22); }
div.DivClassName
{
background-color: #167016;
}
.BgClassName
{
background-color: #167016;
}
</style>
border-color css
<style>
span { border-color: #167016; }
span { border-color: rgb(22,112,22); }
td.TdClassName
{
border-color: #167016;
}
.TagClassName
{
border-color: #167016;
}
</style>