Shades of Forest Green #0F7E16
Tints of Forest Green #0F7E16
RGB
CMYK
RGB Variations
Color information
#0F7E16 (or 0x0F7E16) is known color: Forest Green. HEX triplet: 0F, 7E and 16. RGB value is (15,126,22). Sum of RGB (Red+Green+Blue) = 15+126+22=163 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.20% from 163); Green value is 126 (49.61% from 255 or 77.30% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 126 - color contains mainly: green. Hex color #0F7E16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7E16 is #F081E9. Grayscale: #515151. Windows color (decimal): -15761898 or 1474063. OLE color: 1474063.
HSL color Cylindrical-coordinate representation of color #0F7E16: hue angle of 123.78º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7E16 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 15 | 126 | 22 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.51 |
| HSL | 123.78º | 0.79% | 0.28% | - |
| HSV(B) | 123.78º | 0.88% | 0.49% | - |
| XYZ | 7.8 | 15.08 | 3.26 | - |
| YUV | 80.96 | 94.73 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 126 | 22 | 0.88 | 0 | 0.83 | 0.51 | 123.78 | 0.79 | 0.28 |
| Hex | F | 7E | 16 | 58 | 0 | 53 | 33 | 7C | 4F | 1C |
| Octal | 17 | 176 | 26 | 130 | 0 | 123 | 63 | 174 | 117 | 34 |
| Binary | 1111 | 1111110 | 10110 | 1011000 | 0 | 1010011 | 110011 | 1111100 | 1001111 | 11100 |
Color Harmonies of #0F7E16
Complementary color
Monochromatic Colors of #0F7E16
Black with #0F7E16
Text Example
Text Example
White with #0F7E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7E16; }
p { color: rgb(15,126,22); }
H1.HeaderClassName
{
color: #0F7E16;
}
.AnyTagClassName
{
color: #0F7E16;
}
</style>
background-color css
<style>
a { background-color: #0F7E16; }
a { background-color: rgb(15,126,22); }
div.DivClassName
{
background-color: #0F7E16;
}
.BgClassName
{
background-color: #0F7E16;
}
</style>
border-color css
<style>
span { border-color: #0F7E16; }
span { border-color: rgb(15,126,22); }
td.TdClassName
{
border-color: #0F7E16;
}
.TagClassName
{
border-color: #0F7E16;
}
</style>