Shades of Green #0F710B
Tints of Green #0F710B
RGB
CMYK
RGB Variations
Color information
#0F710B (or 0x0F710B) is known color: Green. HEX triplet: 0F, 71 and 0B. RGB value is (15,113,11). Sum of RGB (Red+Green+Blue) = 15+113+11=139 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.79% from 139); Green value is 113 (44.53% from 255 or 81.29% from 139); Blue value is 11 (4.69% from 255 or 7.91% from 139); Max value from RGB is 113 - color contains mainly: green. Hex color #0F710B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F710B is #F08EF4. Grayscale: #484848. Windows color (decimal): -15765237 or 749839. OLE color: 749839.
HSL color Cylindrical-coordinate representation of color #0F710B: hue angle of 117.65º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F710B is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 113 | 11 | - |
| CMYK | 0.87 | 0 | 0.90 | 0.56 |
| HSL | 117.65º | 0.82% | 0.24% | - |
| HSV(B) | 117.65º | 0.9% | 0.44% | - |
| XYZ | 6.16 | 11.94 | 2.3 | - |
| YUV | 72.07 | 93.53 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 113 | 11 | 0.87 | 0 | 0.90 | 0.56 | 117.65 | 0.82 | 0.24 |
| Hex | F | 71 | B | 57 | 0 | 5A | 38 | 76 | 52 | 18 |
| Octal | 17 | 161 | 13 | 127 | 0 | 132 | 70 | 166 | 122 | 30 |
| Binary | 1111 | 1110001 | 1011 | 1010111 | 0 | 1011010 | 111000 | 1110110 | 1010010 | 11000 |
Color Harmonies of #0F710B
Complementary color
Monochromatic Colors of #0F710B
Black with #0F710B
Text Example
Text Example
White with #0F710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F710B; }
p { color: rgb(15,113,11); }
H1.HeaderClassName
{
color: #0F710B;
}
.AnyTagClassName
{
color: #0F710B;
}
</style>
background-color css
<style>
a { background-color: #0F710B; }
a { background-color: rgb(15,113,11); }
div.DivClassName
{
background-color: #0F710B;
}
.BgClassName
{
background-color: #0F710B;
}
</style>
border-color css
<style>
span { border-color: #0F710B; }
span { border-color: rgb(15,113,11); }
td.TdClassName
{
border-color: #0F710B;
}
.TagClassName
{
border-color: #0F710B;
}
</style>