Shades of Green #0F8705
Tints of Green #0F8705
RGB
CMYK
RGB Variations
Color information
#0F8705 (or 0x0F8705) is known color: Green. HEX triplet: 0F, 87 and 05. RGB value is (15,135,5). Sum of RGB (Red+Green+Blue) = 15+135+5=155 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.68% from 155); Green value is 135 (53.12% from 255 or 87.10% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 135 - color contains mainly: green. Hex color #0F8705 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8705 is #F078FA. Grayscale: #545454. Windows color (decimal): -15759611 or 362255. OLE color: 362255.
HSL color Cylindrical-coordinate representation of color #0F8705: hue angle of 115.38º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F8705 is Cyan = 0.89, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 15 | 135 | 5 | - |
| CMYK | 0.89 | 0 | 0.96 | 0.47 |
| HSL | 115.38º | 0.93% | 0.27% | - |
| HSV(B) | 115.38º | 0.96% | 0.53% | - |
| XYZ | 8.89 | 17.44 | 3.04 | - |
| YUV | 84.3 | 83.24 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 135 | 5 | 0.89 | 0 | 0.96 | 0.47 | 115.38 | 0.93 | 0.27 |
| Hex | F | 87 | 5 | 59 | 0 | 60 | 2F | 73 | 5D | 1B |
| Octal | 17 | 207 | 5 | 131 | 0 | 140 | 57 | 163 | 135 | 33 |
| Binary | 1111 | 10000111 | 101 | 1011001 | 0 | 1100000 | 101111 | 1110011 | 1011101 | 11011 |
Color Harmonies of #0F8705
Complementary color
Monochromatic Colors of #0F8705
Black with #0F8705
Text Example
Text Example
White with #0F8705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8705; }
p { color: rgb(15,135,5); }
H1.HeaderClassName
{
color: #0F8705;
}
.AnyTagClassName
{
color: #0F8705;
}
</style>
background-color css
<style>
a { background-color: #0F8705; }
a { background-color: rgb(15,135,5); }
div.DivClassName
{
background-color: #0F8705;
}
.BgClassName
{
background-color: #0F8705;
}
</style>
border-color css
<style>
span { border-color: #0F8705; }
span { border-color: rgb(15,135,5); }
td.TdClassName
{
border-color: #0F8705;
}
.TagClassName
{
border-color: #0F8705;
}
</style>