Shades of Green #0C710E
Tints of Green #0C710E
RGB
CMYK
RGB Variations
Color information
#0C710E (or 0x0C710E) is known color: Green. HEX triplet: 0C, 71 and 0E. RGB value is (12,113,14). Sum of RGB (Red+Green+Blue) = 12+113+14=139 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.63% from 139); Green value is 113 (44.53% from 255 or 81.29% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 113 - color contains mainly: green. Hex color #0C710E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C710E is #F38EF1. Grayscale: #474747. Windows color (decimal): -15961842 or 946444. OLE color: 946444.
HSL color Cylindrical-coordinate representation of color #0C710E: hue angle of 121.19º 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 #0C710E is Cyan = 0.89, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 113 | 14 | - |
| CMYK | 0.89 | 0 | 0.88 | 0.56 |
| HSL | 121.19º | 0.81% | 0.25% | - |
| HSV(B) | 121.19º | 0.89% | 0.44% | - |
| XYZ | 6.14 | 11.92 | 2.39 | - |
| YUV | 71.52 | 95.54 | 85.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 113 | 14 | 0.89 | 0 | 0.88 | 0.56 | 121.19 | 0.81 | 0.25 |
| Hex | C | 71 | E | 59 | 0 | 58 | 38 | 79 | 51 | 19 |
| Octal | 14 | 161 | 16 | 131 | 0 | 130 | 70 | 171 | 121 | 31 |
| Binary | 1100 | 1110001 | 1110 | 1011001 | 0 | 1011000 | 111000 | 1111001 | 1010001 | 11001 |
Color Harmonies of #0C710E
Complementary color
Monochromatic Colors of #0C710E
Black with #0C710E
Text Example
Text Example
White with #0C710E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C710E; }
p { color: rgb(12,113,14); }
H1.HeaderClassName
{
color: #0C710E;
}
.AnyTagClassName
{
color: #0C710E;
}
</style>
background-color css
<style>
a { background-color: #0C710E; }
a { background-color: rgb(12,113,14); }
div.DivClassName
{
background-color: #0C710E;
}
.BgClassName
{
background-color: #0C710E;
}
</style>
border-color css
<style>
span { border-color: #0C710E; }
span { border-color: rgb(12,113,14); }
td.TdClassName
{
border-color: #0C710E;
}
.TagClassName
{
border-color: #0C710E;
}
</style>