Shades of Green #0F8709
Tints of Green #0F8709
RGB
CMYK
RGB Variations
Color information
#0F8709 (or 0x0F8709) is known color: Green. HEX triplet: 0F, 87 and 09. RGB value is (15,135,9). Sum of RGB (Red+Green+Blue) = 15+135+9=159 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.43% from 159); Green value is 135 (53.12% from 255 or 84.91% from 159); Blue value is 9 (3.91% from 255 or 5.66% from 159); Max value from RGB is 135 - color contains mainly: green. Hex color #0F8709 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8709 is #F078F6. Grayscale: #555555. Windows color (decimal): -15759607 or 624399. OLE color: 624399.
HSL color Cylindrical-coordinate representation of color #0F8709: hue angle of 117.14º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F8709 is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 15 | 135 | 9 | - |
| CMYK | 0.89 | 0 | 0.93 | 0.47 |
| HSL | 117.14º | 0.88% | 0.28% | - |
| HSV(B) | 117.14º | 0.93% | 0.53% | - |
| XYZ | 8.91 | 17.45 | 3.16 | - |
| YUV | 84.76 | 85.24 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 135 | 9 | 0.89 | 0 | 0.93 | 0.47 | 117.14 | 0.88 | 0.28 |
| Hex | F | 87 | 9 | 59 | 0 | 5D | 2F | 75 | 58 | 1C |
| Octal | 17 | 207 | 11 | 131 | 0 | 135 | 57 | 165 | 130 | 34 |
| Binary | 1111 | 10000111 | 1001 | 1011001 | 0 | 1011101 | 101111 | 1110101 | 1011000 | 11100 |
Color Harmonies of #0F8709
Complementary color
Monochromatic Colors of #0F8709
Black with #0F8709
Text Example
Text Example
White with #0F8709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8709; }
p { color: rgb(15,135,9); }
H1.HeaderClassName
{
color: #0F8709;
}
.AnyTagClassName
{
color: #0F8709;
}
</style>
background-color css
<style>
a { background-color: #0F8709; }
a { background-color: rgb(15,135,9); }
div.DivClassName
{
background-color: #0F8709;
}
.BgClassName
{
background-color: #0F8709;
}
</style>
border-color css
<style>
span { border-color: #0F8709; }
span { border-color: rgb(15,135,9); }
td.TdClassName
{
border-color: #0F8709;
}
.TagClassName
{
border-color: #0F8709;
}
</style>