Shades of Forest Green #167B14
Tints of Forest Green #167B14
RGB
CMYK
RGB Variations
Color information
#167B14 (or 0x167B14) is known color: Forest Green. HEX triplet: 16, 7B and 14. RGB value is (22,123,20). Sum of RGB (Red+Green+Blue) = 22+123+20=165 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.33% from 165); Green value is 123 (48.44% from 255 or 74.55% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 123 - color contains mainly: green. Hex color #167B14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #167B14 is #E984EB. Grayscale: #515151. Windows color (decimal): -15303916 or 1342230. OLE color: 1342230.
HSL color Cylindrical-coordinate representation of color #167B14: hue angle of 118.83º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #167B14 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 123 | 20 | - |
| CMYK | 0.82 | 0 | 0.84 | 0.52 |
| HSL | 118.83º | 0.72% | 0.28% | - |
| HSV(B) | 118.83º | 0.84% | 0.48% | - |
| XYZ | 7.54 | 14.39 | 3.04 | - |
| YUV | 81.06 | 93.54 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 123 | 20 | 0.82 | 0 | 0.84 | 0.52 | 118.83 | 0.72 | 0.28 |
| Hex | 16 | 7B | 14 | 52 | 0 | 54 | 34 | 77 | 48 | 1C |
| Octal | 26 | 173 | 24 | 122 | 0 | 124 | 64 | 167 | 110 | 34 |
| Binary | 10110 | 1111011 | 10100 | 1010010 | 0 | 1010100 | 110100 | 1110111 | 1001000 | 11100 |
Color Harmonies of #167B14
Complementary color
Monochromatic Colors of #167B14
Black with #167B14
Text Example
Text Example
White with #167B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167B14; }
p { color: rgb(22,123,20); }
H1.HeaderClassName
{
color: #167B14;
}
.AnyTagClassName
{
color: #167B14;
}
</style>
background-color css
<style>
a { background-color: #167B14; }
a { background-color: rgb(22,123,20); }
div.DivClassName
{
background-color: #167B14;
}
.BgClassName
{
background-color: #167B14;
}
</style>
border-color css
<style>
span { border-color: #167B14; }
span { border-color: rgb(22,123,20); }
td.TdClassName
{
border-color: #167B14;
}
.TagClassName
{
border-color: #167B14;
}
</style>