Shades of Green #0F7000
Tints of Green #0F7000
RGB
CMYK
RGB Variations
Color information
#0F7000 (or 0x0F7000) is known color: Green. HEX triplet: 0F, 70 and 00. RGB value is (15,112,0). Sum of RGB (Red+Green+Blue) = 15+112+0=127 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.81% from 127); Green value is 112 (44.14% from 255 or 88.19% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 112 - color contains mainly: green. Hex color #0F7000 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7000 is #F08FFF. Grayscale: #464646. Windows color (decimal): -15765504 or 28687. OLE color: 28687.
HSL color Cylindrical-coordinate representation of color #0F7000: hue angle of 111.96º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F7000 is Cyan = 0.87, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 112 | 0 | - |
| CMYK | 0.87 | 0 | 1 | 0.56 |
| HSL | 111.96º | 1% | 0.22% | - |
| HSV(B) | 111.96º | 1% | 0.44% | - |
| XYZ | 5.99 | 11.69 | 1.94 | - |
| YUV | 70.23 | 88.36 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 112 | 0 | 0.87 | 0 | 1 | 0.56 | 111.96 | 1 | 0.22 |
| Hex | F | 70 | 0 | 57 | 0 | 64 | 38 | 70 | 64 | 16 |
| Octal | 17 | 160 | 0 | 127 | 0 | 144 | 70 | 160 | 144 | 26 |
| Binary | 1111 | 1110000 | 0 | 1010111 | 0 | 1100100 | 111000 | 1110000 | 1100100 | 10110 |
Color Harmonies of #0F7000
Complementary color
Monochromatic Colors of #0F7000
Black with #0F7000
Text Example
Text Example
White with #0F7000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7000; }
p { color: rgb(15,112,0); }
H1.HeaderClassName
{
color: #0F7000;
}
.AnyTagClassName
{
color: #0F7000;
}
</style>
background-color css
<style>
a { background-color: #0F7000; }
a { background-color: rgb(15,112,0); }
div.DivClassName
{
background-color: #0F7000;
}
.BgClassName
{
background-color: #0F7000;
}
</style>
border-color css
<style>
span { border-color: #0F7000; }
span { border-color: rgb(15,112,0); }
td.TdClassName
{
border-color: #0F7000;
}
.TagClassName
{
border-color: #0F7000;
}
</style>