Shades of Green #0F7009
Tints of Green #0F7009
RGB
CMYK
RGB Variations
Color information
#0F7009 (or 0x0F7009) is known color: Green. HEX triplet: 0F, 70 and 09. RGB value is (15,112,9). Sum of RGB (Red+Green+Blue) = 15+112+9=136 (18% of max value = 765). Red value is 15 (6.25% from 255 or 11.03% from 136); Green value is 112 (44.14% from 255 or 82.35% from 136); Blue value is 9 (3.91% from 255 or 6.62% from 136); Max value from RGB is 112 - color contains mainly: green. Hex color #0F7009 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7009 is #F08FF6. Grayscale: #474747. Windows color (decimal): -15765495 or 618511. OLE color: 618511.
HSL color Cylindrical-coordinate representation of color #0F7009: hue angle of 116.5º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F7009 is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 112 | 9 | - |
| CMYK | 0.87 | 0 | 0.92 | 0.56 |
| HSL | 116.5º | 0.85% | 0.24% | - |
| HSV(B) | 116.5º | 0.92% | 0.44% | - |
| XYZ | 6.04 | 11.71 | 2.2 | - |
| YUV | 71.26 | 92.86 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 112 | 9 | 0.87 | 0 | 0.92 | 0.56 | 116.5 | 0.85 | 0.24 |
| Hex | F | 70 | 9 | 57 | 0 | 5C | 38 | 75 | 55 | 18 |
| Octal | 17 | 160 | 11 | 127 | 0 | 134 | 70 | 165 | 125 | 30 |
| Binary | 1111 | 1110000 | 1001 | 1010111 | 0 | 1011100 | 111000 | 1110101 | 1010101 | 11000 |
Color Harmonies of #0F7009
Complementary color
Monochromatic Colors of #0F7009
Black with #0F7009
Text Example
Text Example
White with #0F7009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7009; }
p { color: rgb(15,112,9); }
H1.HeaderClassName
{
color: #0F7009;
}
.AnyTagClassName
{
color: #0F7009;
}
</style>
background-color css
<style>
a { background-color: #0F7009; }
a { background-color: rgb(15,112,9); }
div.DivClassName
{
background-color: #0F7009;
}
.BgClassName
{
background-color: #0F7009;
}
</style>
border-color css
<style>
span { border-color: #0F7009; }
span { border-color: rgb(15,112,9); }
td.TdClassName
{
border-color: #0F7009;
}
.TagClassName
{
border-color: #0F7009;
}
</style>