Shades of Green #0C710C
Tints of Green #0C710C
RGB
CMYK
RGB Variations
Color information
#0C710C (or 0x0C710C) is known color: Green. HEX triplet: 0C, 71 and 0C. RGB value is (12,113,12). Sum of RGB (Red+Green+Blue) = 12+113+12=137 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.76% from 137); Green value is 113 (44.53% from 255 or 82.48% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 113 - color contains mainly: green. Hex color #0C710C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C710C is #F38EF3. Grayscale: #474747. Windows color (decimal): -15961844 or 815372. OLE color: 815372.
HSL color Cylindrical-coordinate representation of color #0C710C: hue angle of 120º 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 #0C710C is Cyan = 0.89, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 113 | 12 | - |
| CMYK | 0.89 | 0 | 0.89 | 0.56 |
| HSL | 120º | 0.81% | 0.25% | - |
| HSV(B) | 120º | 0.89% | 0.44% | - |
| XYZ | 6.12 | 11.91 | 2.32 | - |
| YUV | 71.29 | 94.54 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 113 | 12 | 0.89 | 0 | 0.89 | 0.56 | 120 | 0.81 | 0.25 |
| Hex | C | 71 | C | 59 | 0 | 59 | 38 | 78 | 51 | 19 |
| Octal | 14 | 161 | 14 | 131 | 0 | 131 | 70 | 170 | 121 | 31 |
| Binary | 1100 | 1110001 | 1100 | 1011001 | 0 | 1011001 | 111000 | 1111000 | 1010001 | 11001 |
Color Harmonies of #0C710C
Complementary color
Monochromatic Colors of #0C710C
Black with #0C710C
Text Example
Text Example
White with #0C710C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C710C; }
p { color: rgb(12,113,12); }
H1.HeaderClassName
{
color: #0C710C;
}
.AnyTagClassName
{
color: #0C710C;
}
</style>
background-color css
<style>
a { background-color: #0C710C; }
a { background-color: rgb(12,113,12); }
div.DivClassName
{
background-color: #0C710C;
}
.BgClassName
{
background-color: #0C710C;
}
</style>
border-color css
<style>
span { border-color: #0C710C; }
span { border-color: rgb(12,113,12); }
td.TdClassName
{
border-color: #0C710C;
}
.TagClassName
{
border-color: #0C710C;
}
</style>