Shades of Green #0C6113
Tints of Green #0C6113
RGB
CMYK
RGB Variations
Color information
#0C6113 (or 0x0C6113) is known color: Green. HEX triplet: 0C, 61 and 13. RGB value is (12,97,19). Sum of RGB (Red+Green+Blue) = 12+97+19=128 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.38% from 128); Green value is 97 (38.28% from 255 or 75.78% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 97 - color contains mainly: green. Hex color #0C6113 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6113 is #F39EEC. Grayscale: #3E3E3E. Windows color (decimal): -15965933 or 1270028. OLE color: 1270028.
HSL color Cylindrical-coordinate representation of color #0C6113: hue angle of 124.94º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6113 is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 12 | 97 | 19 | - |
| CMYK | 0.88 | 0 | 0.80 | 0.62 |
| HSL | 124.94º | 0.78% | 0.21% | - |
| HSV(B) | 124.94º | 0.88% | 0.38% | - |
| XYZ | 4.54 | 8.67 | 2.05 | - |
| YUV | 62.69 | 103.34 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 97 | 19 | 0.88 | 0 | 0.80 | 0.62 | 124.94 | 0.78 | 0.21 |
| Hex | C | 61 | 13 | 58 | 0 | 50 | 3E | 7D | 4E | 15 |
| Octal | 14 | 141 | 23 | 130 | 0 | 120 | 76 | 175 | 116 | 25 |
| Binary | 1100 | 1100001 | 10011 | 1011000 | 0 | 1010000 | 111110 | 1111101 | 1001110 | 10101 |
Color Harmonies of #0C6113
Complementary color
Monochromatic Colors of #0C6113
Black with #0C6113
Text Example
Text Example
White with #0C6113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6113; }
p { color: rgb(12,97,19); }
H1.HeaderClassName
{
color: #0C6113;
}
.AnyTagClassName
{
color: #0C6113;
}
</style>
background-color css
<style>
a { background-color: #0C6113; }
a { background-color: rgb(12,97,19); }
div.DivClassName
{
background-color: #0C6113;
}
.BgClassName
{
background-color: #0C6113;
}
</style>
border-color css
<style>
span { border-color: #0C6113; }
span { border-color: rgb(12,97,19); }
td.TdClassName
{
border-color: #0C6113;
}
.TagClassName
{
border-color: #0C6113;
}
</style>