Shades of Green #0F7005
Tints of Green #0F7005
RGB
CMYK
RGB Variations
Color information
#0F7005 (or 0x0F7005) is known color: Green. HEX triplet: 0F, 70 and 05. RGB value is (15,112,5). Sum of RGB (Red+Green+Blue) = 15+112+5=132 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.36% from 132); Green value is 112 (44.14% from 255 or 84.85% from 132); Blue value is 5 (2.34% from 255 or 3.79% from 132); Max value from RGB is 112 - color contains mainly: green. Hex color #0F7005 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7005 is #F08FFA. Grayscale: #474747. Windows color (decimal): -15765499 or 356367. OLE color: 356367.
HSL color Cylindrical-coordinate representation of color #0F7005: hue angle of 114.39º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F7005 is Cyan = 0.87, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 112 | 5 | - |
| CMYK | 0.87 | 0 | 0.96 | 0.56 |
| HSL | 114.39º | 0.91% | 0.23% | - |
| HSV(B) | 114.39º | 0.96% | 0.44% | - |
| XYZ | 6.02 | 11.7 | 2.08 | - |
| YUV | 70.8 | 90.86 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 112 | 5 | 0.87 | 0 | 0.96 | 0.56 | 114.39 | 0.91 | 0.23 |
| Hex | F | 70 | 5 | 57 | 0 | 60 | 38 | 72 | 5B | 17 |
| Octal | 17 | 160 | 5 | 127 | 0 | 140 | 70 | 162 | 133 | 27 |
| Binary | 1111 | 1110000 | 101 | 1010111 | 0 | 1100000 | 111000 | 1110010 | 1011011 | 10111 |
Color Harmonies of #0F7005
Complementary color
Monochromatic Colors of #0F7005
Black with #0F7005
Text Example
Text Example
White with #0F7005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7005; }
p { color: rgb(15,112,5); }
H1.HeaderClassName
{
color: #0F7005;
}
.AnyTagClassName
{
color: #0F7005;
}
</style>
background-color css
<style>
a { background-color: #0F7005; }
a { background-color: rgb(15,112,5); }
div.DivClassName
{
background-color: #0F7005;
}
.BgClassName
{
background-color: #0F7005;
}
</style>
border-color css
<style>
span { border-color: #0F7005; }
span { border-color: rgb(15,112,5); }
td.TdClassName
{
border-color: #0F7005;
}
.TagClassName
{
border-color: #0F7005;
}
</style>