Shades of Forest Green #0F7F16
Tints of Forest Green #0F7F16
RGB
CMYK
RGB Variations
Color information
#0F7F16 (or 0x0F7F16) is known color: Forest Green. HEX triplet: 0F, 7F and 16. RGB value is (15,127,22). Sum of RGB (Red+Green+Blue) = 15+127+22=164 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.15% from 164); Green value is 127 (50% from 255 or 77.44% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 127 - color contains mainly: green. Hex color #0F7F16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7F16 is #F080E9. Grayscale: #515151. Windows color (decimal): -15761642 or 1474319. OLE color: 1474319.
HSL color Cylindrical-coordinate representation of color #0F7F16: hue angle of 123.75º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7F16 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 15 | 127 | 22 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.50 |
| HSL | 123.75º | 0.79% | 0.28% | - |
| HSV(B) | 123.75º | 0.88% | 0.5% | - |
| XYZ | 7.93 | 15.34 | 3.3 | - |
| YUV | 81.54 | 94.39 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 127 | 22 | 0.88 | 0 | 0.83 | 0.50 | 123.75 | 0.79 | 0.28 |
| Hex | F | 7F | 16 | 58 | 0 | 53 | 32 | 7C | 4F | 1C |
| Octal | 17 | 177 | 26 | 130 | 0 | 123 | 62 | 174 | 117 | 34 |
| Binary | 1111 | 1111111 | 10110 | 1011000 | 0 | 1010011 | 110010 | 1111100 | 1001111 | 11100 |
Color Harmonies of #0F7F16
Complementary color
Monochromatic Colors of #0F7F16
Black with #0F7F16
Text Example
Text Example
White with #0F7F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7F16; }
p { color: rgb(15,127,22); }
H1.HeaderClassName
{
color: #0F7F16;
}
.AnyTagClassName
{
color: #0F7F16;
}
</style>
background-color css
<style>
a { background-color: #0F7F16; }
a { background-color: rgb(15,127,22); }
div.DivClassName
{
background-color: #0F7F16;
}
.BgClassName
{
background-color: #0F7F16;
}
</style>
border-color css
<style>
span { border-color: #0F7F16; }
span { border-color: rgb(15,127,22); }
td.TdClassName
{
border-color: #0F7F16;
}
.TagClassName
{
border-color: #0F7F16;
}
</style>