Shades of Forest Green #167C12
Tints of Forest Green #167C12
RGB
CMYK
RGB Variations
Color information
#167C12 (or 0x167C12) is known color: Forest Green. HEX triplet: 16, 7C and 12. RGB value is (22,124,18). Sum of RGB (Red+Green+Blue) = 22+124+18=164 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.41% from 164); Green value is 124 (48.83% from 255 or 75.61% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 124 - color contains mainly: green. Hex color #167C12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #167C12 is #E983ED. Grayscale: #515151. Windows color (decimal): -15303662 or 1211414. OLE color: 1211414.
HSL color Cylindrical-coordinate representation of color #167C12: hue angle of 117.74º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #167C12 is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 124 | 18 | - |
| CMYK | 0.82 | 0 | 0.85 | 0.51 |
| HSL | 117.74º | 0.75% | 0.28% | - |
| HSV(B) | 117.74º | 0.85% | 0.49% | - |
| XYZ | 7.65 | 14.63 | 2.99 | - |
| YUV | 81.42 | 92.21 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 124 | 18 | 0.82 | 0 | 0.85 | 0.51 | 117.74 | 0.75 | 0.28 |
| Hex | 16 | 7C | 12 | 52 | 0 | 55 | 33 | 76 | 4B | 1C |
| Octal | 26 | 174 | 22 | 122 | 0 | 125 | 63 | 166 | 113 | 34 |
| Binary | 10110 | 1111100 | 10010 | 1010010 | 0 | 1010101 | 110011 | 1110110 | 1001011 | 11100 |
Color Harmonies of #167C12
Complementary color
Monochromatic Colors of #167C12
Black with #167C12
Text Example
Text Example
White with #167C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167C12; }
p { color: rgb(22,124,18); }
H1.HeaderClassName
{
color: #167C12;
}
.AnyTagClassName
{
color: #167C12;
}
</style>
background-color css
<style>
a { background-color: #167C12; }
a { background-color: rgb(22,124,18); }
div.DivClassName
{
background-color: #167C12;
}
.BgClassName
{
background-color: #167C12;
}
</style>
border-color css
<style>
span { border-color: #167C12; }
span { border-color: rgb(22,124,18); }
td.TdClassName
{
border-color: #167C12;
}
.TagClassName
{
border-color: #167C12;
}
</style>