Shades of Green #0F720D
Tints of Green #0F720D
RGB
CMYK
RGB Variations
Color information
#0F720D (or 0x0F720D) is known color: Green. HEX triplet: 0F, 72 and 0D. RGB value is (15,114,13). Sum of RGB (Red+Green+Blue) = 15+114+13=142 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.56% from 142); Green value is 114 (44.92% from 255 or 80.28% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 114 - color contains mainly: green. Hex color #0F720D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F720D is #F08DF2. Grayscale: #494949. Windows color (decimal): -15764979 or 881167. OLE color: 881167.
HSL color Cylindrical-coordinate representation of color #0F720D: hue angle of 118.81º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F720D is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 15 | 114 | 13 | - |
| CMYK | 0.87 | 0 | 0.89 | 0.55 |
| HSL | 118.81º | 0.8% | 0.25% | - |
| HSV(B) | 118.81º | 0.89% | 0.45% | - |
| XYZ | 6.29 | 12.17 | 2.4 | - |
| YUV | 72.89 | 94.2 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 114 | 13 | 0.87 | 0 | 0.89 | 0.55 | 118.81 | 0.8 | 0.25 |
| Hex | F | 72 | D | 57 | 0 | 59 | 37 | 77 | 50 | 19 |
| Octal | 17 | 162 | 15 | 127 | 0 | 131 | 67 | 167 | 120 | 31 |
| Binary | 1111 | 1110010 | 1101 | 1010111 | 0 | 1011001 | 110111 | 1110111 | 1010000 | 11001 |
Color Harmonies of #0F720D
Complementary color
Monochromatic Colors of #0F720D
Black with #0F720D
Text Example
Text Example
White with #0F720D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F720D; }
p { color: rgb(15,114,13); }
H1.HeaderClassName
{
color: #0F720D;
}
.AnyTagClassName
{
color: #0F720D;
}
</style>
background-color css
<style>
a { background-color: #0F720D; }
a { background-color: rgb(15,114,13); }
div.DivClassName
{
background-color: #0F720D;
}
.BgClassName
{
background-color: #0F720D;
}
</style>
border-color css
<style>
span { border-color: #0F720D; }
span { border-color: rgb(15,114,13); }
td.TdClassName
{
border-color: #0F720D;
}
.TagClassName
{
border-color: #0F720D;
}
</style>