Shades of Green #0F7010
Tints of Green #0F7010
RGB
CMYK
RGB Variations
Color information
#0F7010 (or 0x0F7010) is known color: Green. HEX triplet: 0F, 70 and 10. RGB value is (15,112,16). Sum of RGB (Red+Green+Blue) = 15+112+16=143 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.49% from 143); Green value is 112 (44.14% from 255 or 78.32% from 143); Blue value is 16 (6.64% from 255 or 11.19% from 143); Max value from RGB is 112 - color contains mainly: green. Hex color #0F7010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7010 is #F08FEF. Grayscale: #484848. Windows color (decimal): -15765488 or 1077263. OLE color: 1077263.
HSL color Cylindrical-coordinate representation of color #0F7010: hue angle of 120.62º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7010 is Cyan = 0.87, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 112 | 16 | - |
| CMYK | 0.87 | 0 | 0.86 | 0.56 |
| HSL | 120.62º | 0.76% | 0.25% | - |
| HSV(B) | 120.62º | 0.87% | 0.44% | - |
| XYZ | 6.08 | 11.73 | 2.43 | - |
| YUV | 72.05 | 96.36 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 112 | 16 | 0.87 | 0 | 0.86 | 0.56 | 120.62 | 0.76 | 0.25 |
| Hex | F | 70 | 10 | 57 | 0 | 56 | 38 | 79 | 4C | 19 |
| Octal | 17 | 160 | 20 | 127 | 0 | 126 | 70 | 171 | 114 | 31 |
| Binary | 1111 | 1110000 | 10000 | 1010111 | 0 | 1010110 | 111000 | 1111001 | 1001100 | 11001 |
Color Harmonies of #0F7010
Complementary color
Monochromatic Colors of #0F7010
Black with #0F7010
Text Example
Text Example
White with #0F7010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7010; }
p { color: rgb(15,112,16); }
H1.HeaderClassName
{
color: #0F7010;
}
.AnyTagClassName
{
color: #0F7010;
}
</style>
background-color css
<style>
a { background-color: #0F7010; }
a { background-color: rgb(15,112,16); }
div.DivClassName
{
background-color: #0F7010;
}
.BgClassName
{
background-color: #0F7010;
}
</style>
border-color css
<style>
span { border-color: #0F7010; }
span { border-color: rgb(15,112,16); }
td.TdClassName
{
border-color: #0F7010;
}
.TagClassName
{
border-color: #0F7010;
}
</style>