Shades of Green #0C6813
Tints of Green #0C6813
RGB
CMYK
RGB Variations
Color information
#0C6813 (or 0x0C6813) is known color: Green. HEX triplet: 0C, 68 and 13. RGB value is (12,104,19). Sum of RGB (Red+Green+Blue) = 12+104+19=135 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.89% from 135); Green value is 104 (41.02% from 255 or 77.04% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 104 - color contains mainly: green. Hex color #0C6813 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6813 is #F397EC. Grayscale: #434343. Windows color (decimal): -15964141 or 1271820. OLE color: 1271820.
HSL color Cylindrical-coordinate representation of color #0C6813: hue angle of 124.57º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6813 is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 12 | 104 | 19 | - |
| CMYK | 0.88 | 0 | 0.82 | 0.59 |
| HSL | 124.57º | 0.79% | 0.23% | - |
| HSV(B) | 124.57º | 0.88% | 0.41% | - |
| XYZ | 5.22 | 10.03 | 2.28 | - |
| YUV | 66.8 | 101.02 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 104 | 19 | 0.88 | 0 | 0.82 | 0.59 | 124.57 | 0.79 | 0.23 |
| Hex | C | 68 | 13 | 58 | 0 | 52 | 3B | 7D | 4F | 17 |
| Octal | 14 | 150 | 23 | 130 | 0 | 122 | 73 | 175 | 117 | 27 |
| Binary | 1100 | 1101000 | 10011 | 1011000 | 0 | 1010010 | 111011 | 1111101 | 1001111 | 10111 |
Color Harmonies of #0C6813
Complementary color
Monochromatic Colors of #0C6813
Black with #0C6813
Text Example
Text Example
White with #0C6813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6813; }
p { color: rgb(12,104,19); }
H1.HeaderClassName
{
color: #0C6813;
}
.AnyTagClassName
{
color: #0C6813;
}
</style>
background-color css
<style>
a { background-color: #0C6813; }
a { background-color: rgb(12,104,19); }
div.DivClassName
{
background-color: #0C6813;
}
.BgClassName
{
background-color: #0C6813;
}
</style>
border-color css
<style>
span { border-color: #0C6813; }
span { border-color: rgb(12,104,19); }
td.TdClassName
{
border-color: #0C6813;
}
.TagClassName
{
border-color: #0C6813;
}
</style>