Shades of Green #0C6C19
Tints of Green #0C6C19
RGB
CMYK
RGB Variations
Color information
#0C6C19 (or 0x0C6C19) is known color: Green. HEX triplet: 0C, 6C and 19. RGB value is (12,108,25). Sum of RGB (Red+Green+Blue) = 12+108+25=145 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.28% from 145); Green value is 108 (42.58% from 255 or 74.48% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 108 - color contains mainly: green. Hex color #0C6C19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6C19 is #F393E6. Grayscale: #464646. Windows color (decimal): -15963111 or 1666060. OLE color: 1666060.
HSL color Cylindrical-coordinate representation of color #0C6C19: hue angle of 128.12º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6C19 is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 12 | 108 | 25 | - |
| CMYK | 0.89 | 0 | 0.77 | 0.58 |
| HSL | 128.13º | 0.8% | 0.24% | - |
| HSV(B) | 128.13º | 0.89% | 0.42% | - |
| XYZ | 5.69 | 10.87 | 2.72 | - |
| YUV | 69.83 | 102.7 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 108 | 25 | 0.89 | 0 | 0.77 | 0.58 | 128.13 | 0.8 | 0.24 |
| Hex | C | 6C | 19 | 59 | 0 | 4D | 3A | 80 | 50 | 18 |
| Octal | 14 | 154 | 31 | 131 | 0 | 115 | 72 | 200 | 120 | 30 |
| Binary | 1100 | 1101100 | 11001 | 1011001 | 0 | 1001101 | 111010 | 10000000 | 1010000 | 11000 |
Color Harmonies of #0C6C19
Complementary color
Monochromatic Colors of #0C6C19
Black with #0C6C19
Text Example
Text Example
White with #0C6C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6C19; }
p { color: rgb(12,108,25); }
H1.HeaderClassName
{
color: #0C6C19;
}
.AnyTagClassName
{
color: #0C6C19;
}
</style>
background-color css
<style>
a { background-color: #0C6C19; }
a { background-color: rgb(12,108,25); }
div.DivClassName
{
background-color: #0C6C19;
}
.BgClassName
{
background-color: #0C6C19;
}
</style>
border-color css
<style>
span { border-color: #0C6C19; }
span { border-color: rgb(12,108,25); }
td.TdClassName
{
border-color: #0C6C19;
}
.TagClassName
{
border-color: #0C6C19;
}
</style>