Shades of Green #0C7100
Tints of Green #0C7100
RGB
CMYK
RGB Variations
Color information
#0C7100 (or 0x0C7100) is known color: Green. HEX triplet: 0C, 71 and 00. RGB value is (12,113,0). Sum of RGB (Red+Green+Blue) = 12+113+0=125 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.6% from 125); Green value is 113 (44.53% from 255 or 90.4% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 113 - color contains mainly: green. Hex color #0C7100 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7100 is #F38EFF. Grayscale: #464646. Windows color (decimal): -15961856 or 28940. OLE color: 28940.
HSL color Cylindrical-coordinate representation of color #0C7100: hue angle of 113.63º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C7100 is Cyan = 0.89, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 113 | 0 | - |
| CMYK | 0.89 | 0 | 1 | 0.56 |
| HSL | 113.63º | 1% | 0.22% | - |
| HSV(B) | 113.63º | 1% | 0.44% | - |
| XYZ | 6.06 | 11.89 | 1.98 | - |
| YUV | 69.92 | 88.54 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 113 | 0 | 0.89 | 0 | 1 | 0.56 | 113.63 | 1 | 0.22 |
| Hex | C | 71 | 0 | 59 | 0 | 64 | 38 | 72 | 64 | 16 |
| Octal | 14 | 161 | 0 | 131 | 0 | 144 | 70 | 162 | 144 | 26 |
| Binary | 1100 | 1110001 | 0 | 1011001 | 0 | 1100100 | 111000 | 1110010 | 1100100 | 10110 |
Color Harmonies of #0C7100
Complementary color
Monochromatic Colors of #0C7100
Black with #0C7100
Text Example
Text Example
White with #0C7100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7100; }
p { color: rgb(12,113,0); }
H1.HeaderClassName
{
color: #0C7100;
}
.AnyTagClassName
{
color: #0C7100;
}
</style>
background-color css
<style>
a { background-color: #0C7100; }
a { background-color: rgb(12,113,0); }
div.DivClassName
{
background-color: #0C7100;
}
.BgClassName
{
background-color: #0C7100;
}
</style>
border-color css
<style>
span { border-color: #0C7100; }
span { border-color: rgb(12,113,0); }
td.TdClassName
{
border-color: #0C7100;
}
.TagClassName
{
border-color: #0C7100;
}
</style>