Shades of Green #0C7613
Tints of Green #0C7613
RGB
CMYK
RGB Variations
Color information
#0C7613 (or 0x0C7613) is known color: Green. HEX triplet: 0C, 76 and 13. RGB value is (12,118,19). Sum of RGB (Red+Green+Blue) = 12+118+19=149 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.05% from 149); Green value is 118 (46.48% from 255 or 79.19% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 118 - color contains mainly: green. Hex color #0C7613 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7613 is #F389EC. Grayscale: #4B4B4B. Windows color (decimal): -15960557 or 1275404. OLE color: 1275404.
HSL color Cylindrical-coordinate representation of color #0C7613: hue angle of 123.96º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7613 is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 118 | 19 | - |
| CMYK | 0.90 | 0 | 0.84 | 0.54 |
| HSL | 123.96º | 0.82% | 0.25% | - |
| HSV(B) | 123.96º | 0.9% | 0.46% | - |
| XYZ | 6.75 | 13.08 | 2.79 | - |
| YUV | 75.02 | 96.38 | 83.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 118 | 19 | 0.90 | 0 | 0.84 | 0.54 | 123.96 | 0.82 | 0.25 |
| Hex | C | 76 | 13 | 5A | 0 | 54 | 36 | 7C | 52 | 19 |
| Octal | 14 | 166 | 23 | 132 | 0 | 124 | 66 | 174 | 122 | 31 |
| Binary | 1100 | 1110110 | 10011 | 1011010 | 0 | 1010100 | 110110 | 1111100 | 1010010 | 11001 |
Color Harmonies of #0C7613
Complementary color
Monochromatic Colors of #0C7613
Black with #0C7613
Text Example
Text Example
White with #0C7613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7613; }
p { color: rgb(12,118,19); }
H1.HeaderClassName
{
color: #0C7613;
}
.AnyTagClassName
{
color: #0C7613;
}
</style>
background-color css
<style>
a { background-color: #0C7613; }
a { background-color: rgb(12,118,19); }
div.DivClassName
{
background-color: #0C7613;
}
.BgClassName
{
background-color: #0C7613;
}
</style>
border-color css
<style>
span { border-color: #0C7613; }
span { border-color: rgb(12,118,19); }
td.TdClassName
{
border-color: #0C7613;
}
.TagClassName
{
border-color: #0C7613;
}
</style>