Shades of Green #0C7102
Tints of Green #0C7102
RGB
CMYK
RGB Variations
Color information
#0C7102 (or 0x0C7102) is known color: Green. HEX triplet: 0C, 71 and 02. RGB value is (12,113,2). Sum of RGB (Red+Green+Blue) = 12+113+2=127 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.45% from 127); Green value is 113 (44.53% from 255 or 88.98% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 113 - color contains mainly: green. Hex color #0C7102 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7102 is #F38EFD. Grayscale: #464646. Windows color (decimal): -15961854 or 160012. OLE color: 160012.
HSL color Cylindrical-coordinate representation of color #0C7102: hue angle of 114.59º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C7102 is Cyan = 0.89, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 113 | 2 | - |
| CMYK | 0.89 | 0 | 0.98 | 0.56 |
| HSL | 114.59º | 0.97% | 0.23% | - |
| HSV(B) | 114.59º | 0.98% | 0.44% | - |
| XYZ | 6.07 | 11.89 | 2.03 | - |
| YUV | 70.15 | 89.54 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 113 | 2 | 0.89 | 0 | 0.98 | 0.56 | 114.59 | 0.97 | 0.23 |
| Hex | C | 71 | 2 | 59 | 0 | 62 | 38 | 73 | 61 | 17 |
| Octal | 14 | 161 | 2 | 131 | 0 | 142 | 70 | 163 | 141 | 27 |
| Binary | 1100 | 1110001 | 10 | 1011001 | 0 | 1100010 | 111000 | 1110011 | 1100001 | 10111 |
Color Harmonies of #0C7102
Complementary color
Monochromatic Colors of #0C7102
Black with #0C7102
Text Example
Text Example
White with #0C7102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7102; }
p { color: rgb(12,113,2); }
H1.HeaderClassName
{
color: #0C7102;
}
.AnyTagClassName
{
color: #0C7102;
}
</style>
background-color css
<style>
a { background-color: #0C7102; }
a { background-color: rgb(12,113,2); }
div.DivClassName
{
background-color: #0C7102;
}
.BgClassName
{
background-color: #0C7102;
}
</style>
border-color css
<style>
span { border-color: #0C7102; }
span { border-color: rgb(12,113,2); }
td.TdClassName
{
border-color: #0C7102;
}
.TagClassName
{
border-color: #0C7102;
}
</style>