Shades of Forest Green #167A16
Tints of Forest Green #167A16
RGB
CMYK
RGB Variations
Color information
#167A16 (or 0x167A16) is known color: Forest Green. HEX triplet: 16, 7A and 16. RGB value is (22,122,22). Sum of RGB (Red+Green+Blue) = 22+122+22=166 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.25% from 166); Green value is 122 (48.05% from 255 or 73.49% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 122 - color contains mainly: green. Hex color #167A16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #167A16 is #E985E9. Grayscale: #505050. Windows color (decimal): -15304170 or 1473046. OLE color: 1473046.
HSL color Cylindrical-coordinate representation of color #167A16: hue angle of 120º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #167A16 is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 122 | 22 | - |
| CMYK | 0.82 | 0 | 0.82 | 0.52 |
| HSL | 120º | 0.69% | 0.28% | - |
| HSV(B) | 120º | 0.82% | 0.48% | - |
| XYZ | 7.44 | 14.15 | 3.1 | - |
| YUV | 80.7 | 94.87 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 122 | 22 | 0.82 | 0 | 0.82 | 0.52 | 120 | 0.69 | 0.28 |
| Hex | 16 | 7A | 16 | 52 | 0 | 52 | 34 | 78 | 45 | 1C |
| Octal | 26 | 172 | 26 | 122 | 0 | 122 | 64 | 170 | 105 | 34 |
| Binary | 10110 | 1111010 | 10110 | 1010010 | 0 | 1010010 | 110100 | 1111000 | 1000101 | 11100 |
Color Harmonies of #167A16
Complementary color
Monochromatic Colors of #167A16
Black with #167A16
Text Example
Text Example
White with #167A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167A16; }
p { color: rgb(22,122,22); }
H1.HeaderClassName
{
color: #167A16;
}
.AnyTagClassName
{
color: #167A16;
}
</style>
background-color css
<style>
a { background-color: #167A16; }
a { background-color: rgb(22,122,22); }
div.DivClassName
{
background-color: #167A16;
}
.BgClassName
{
background-color: #167A16;
}
</style>
border-color css
<style>
span { border-color: #167A16; }
span { border-color: rgb(22,122,22); }
td.TdClassName
{
border-color: #167A16;
}
.TagClassName
{
border-color: #167A16;
}
</style>