Shades of Green #0E710C
Tints of Green #0E710C
RGB
CMYK
RGB Variations
Color information
#0E710C (or 0x0E710C) is known color: Green. HEX triplet: 0E, 71 and 0C. RGB value is (14,113,12). Sum of RGB (Red+Green+Blue) = 14+113+12=139 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.07% from 139); Green value is 113 (44.53% from 255 or 81.29% from 139); Blue value is 12 (5.08% from 255 or 8.63% from 139); Max value from RGB is 113 - color contains mainly: green. Hex color #0E710C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E710C is #F18EF3. Grayscale: #484848. Windows color (decimal): -15830772 or 815374. OLE color: 815374.
HSL color Cylindrical-coordinate representation of color #0E710C: hue angle of 118.81º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E710C is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 14 | 113 | 12 | - |
| CMYK | 0.88 | 0 | 0.89 | 0.56 |
| HSL | 118.81º | 0.81% | 0.25% | - |
| HSV(B) | 118.81º | 0.89% | 0.44% | - |
| XYZ | 6.15 | 11.93 | 2.33 | - |
| YUV | 71.89 | 94.2 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 113 | 12 | 0.88 | 0 | 0.89 | 0.56 | 118.81 | 0.81 | 0.25 |
| Hex | E | 71 | C | 58 | 0 | 59 | 38 | 77 | 51 | 19 |
| Octal | 16 | 161 | 14 | 130 | 0 | 131 | 70 | 167 | 121 | 31 |
| Binary | 1110 | 1110001 | 1100 | 1011000 | 0 | 1011001 | 111000 | 1110111 | 1010001 | 11001 |
Color Harmonies of #0E710C
Complementary color
Monochromatic Colors of #0E710C
Black with #0E710C
Text Example
Text Example
White with #0E710C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E710C; }
p { color: rgb(14,113,12); }
H1.HeaderClassName
{
color: #0E710C;
}
.AnyTagClassName
{
color: #0E710C;
}
</style>
background-color css
<style>
a { background-color: #0E710C; }
a { background-color: rgb(14,113,12); }
div.DivClassName
{
background-color: #0E710C;
}
.BgClassName
{
background-color: #0E710C;
}
</style>
border-color css
<style>
span { border-color: #0E710C; }
span { border-color: rgb(14,113,12); }
td.TdClassName
{
border-color: #0E710C;
}
.TagClassName
{
border-color: #0E710C;
}
</style>