Shades of Green #0C710A
Tints of Green #0C710A
RGB
CMYK
RGB Variations
Color information
#0C710A (or 0x0C710A) is known color: Green. HEX triplet: 0C, 71 and 0A. RGB value is (12,113,10). Sum of RGB (Red+Green+Blue) = 12+113+10=135 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.89% from 135); Green value is 113 (44.53% from 255 or 83.70% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 113 - color contains mainly: green. Hex color #0C710A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C710A is #F38EF5. Grayscale: #474747. Windows color (decimal): -15961846 or 684300. OLE color: 684300.
HSL color Cylindrical-coordinate representation of color #0C710A: hue angle of 118.83º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C710A is Cyan = 0.89, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 113 | 10 | - |
| CMYK | 0.89 | 0 | 0.91 | 0.56 |
| HSL | 118.83º | 0.84% | 0.24% | - |
| HSV(B) | 118.83º | 0.91% | 0.44% | - |
| XYZ | 6.11 | 11.91 | 2.26 | - |
| YUV | 71.06 | 93.54 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 113 | 10 | 0.89 | 0 | 0.91 | 0.56 | 118.83 | 0.84 | 0.24 |
| Hex | C | 71 | A | 59 | 0 | 5B | 38 | 77 | 54 | 18 |
| Octal | 14 | 161 | 12 | 131 | 0 | 133 | 70 | 167 | 124 | 30 |
| Binary | 1100 | 1110001 | 1010 | 1011001 | 0 | 1011011 | 111000 | 1110111 | 1010100 | 11000 |
Color Harmonies of #0C710A
Complementary color
Monochromatic Colors of #0C710A
Black with #0C710A
Text Example
Text Example
White with #0C710A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C710A; }
p { color: rgb(12,113,10); }
H1.HeaderClassName
{
color: #0C710A;
}
.AnyTagClassName
{
color: #0C710A;
}
</style>
background-color css
<style>
a { background-color: #0C710A; }
a { background-color: rgb(12,113,10); }
div.DivClassName
{
background-color: #0C710A;
}
.BgClassName
{
background-color: #0C710A;
}
</style>
border-color css
<style>
span { border-color: #0C710A; }
span { border-color: rgb(12,113,10); }
td.TdClassName
{
border-color: #0C710A;
}
.TagClassName
{
border-color: #0C710A;
}
</style>