Shades of Green #0C6804
Tints of Green #0C6804
RGB
CMYK
RGB Variations
Color information
#0C6804 (or 0x0C6804) is known color: Green. HEX triplet: 0C, 68 and 04. RGB value is (12,104,4). Sum of RGB (Red+Green+Blue) = 12+104+4=120 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10% from 120); Green value is 104 (41.02% from 255 or 86.67% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 104 - color contains mainly: green. Hex color #0C6804 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6804 is #F397FB. Grayscale: #414141. Windows color (decimal): -15964156 or 288780. OLE color: 288780.
HSL color Cylindrical-coordinate representation of color #0C6804: hue angle of 115.2º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C6804 is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 12 | 104 | 4 | - |
| CMYK | 0.88 | 0 | 0.96 | 0.59 |
| HSL | 115.2º | 0.93% | 0.21% | - |
| HSV(B) | 115.2º | 0.96% | 0.41% | - |
| XYZ | 5.12 | 9.99 | 1.77 | - |
| YUV | 65.09 | 93.52 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 104 | 4 | 0.88 | 0 | 0.96 | 0.59 | 115.2 | 0.93 | 0.21 |
| Hex | C | 68 | 4 | 58 | 0 | 60 | 3B | 73 | 5D | 15 |
| Octal | 14 | 150 | 4 | 130 | 0 | 140 | 73 | 163 | 135 | 25 |
| Binary | 1100 | 1101000 | 100 | 1011000 | 0 | 1100000 | 111011 | 1110011 | 1011101 | 10101 |
Color Harmonies of #0C6804
Complementary color
Monochromatic Colors of #0C6804
Black with #0C6804
Text Example
Text Example
White with #0C6804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6804; }
p { color: rgb(12,104,4); }
H1.HeaderClassName
{
color: #0C6804;
}
.AnyTagClassName
{
color: #0C6804;
}
</style>
background-color css
<style>
a { background-color: #0C6804; }
a { background-color: rgb(12,104,4); }
div.DivClassName
{
background-color: #0C6804;
}
.BgClassName
{
background-color: #0C6804;
}
</style>
border-color css
<style>
span { border-color: #0C6804; }
span { border-color: rgb(12,104,4); }
td.TdClassName
{
border-color: #0C6804;
}
.TagClassName
{
border-color: #0C6804;
}
</style>