Shades of Green #0C6C05
Tints of Green #0C6C05
RGB
CMYK
RGB Variations
Color information
#0C6C05 (or 0x0C6C05) is known color: Green. HEX triplet: 0C, 6C and 05. RGB value is (12,108,5). Sum of RGB (Red+Green+Blue) = 12+108+5=125 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.6% from 125); Green value is 108 (42.58% from 255 or 86.4% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 108 - color contains mainly: green. Hex color #0C6C05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6C05 is #F393FA. Grayscale: #434343. Windows color (decimal): -15963131 or 355340. OLE color: 355340.
HSL color Cylindrical-coordinate representation of color #0C6C05: hue angle of 115.92º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C6C05 is Cyan = 0.89, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 12 | 108 | 5 | - |
| CMYK | 0.89 | 0 | 0.95 | 0.58 |
| HSL | 115.92º | 0.91% | 0.22% | - |
| HSV(B) | 115.92º | 0.95% | 0.42% | - |
| XYZ | 5.54 | 10.81 | 1.94 | - |
| YUV | 67.55 | 92.7 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 108 | 5 | 0.89 | 0 | 0.95 | 0.58 | 115.92 | 0.91 | 0.22 |
| Hex | C | 6C | 5 | 59 | 0 | 5F | 3A | 74 | 5B | 16 |
| Octal | 14 | 154 | 5 | 131 | 0 | 137 | 72 | 164 | 133 | 26 |
| Binary | 1100 | 1101100 | 101 | 1011001 | 0 | 1011111 | 111010 | 1110100 | 1011011 | 10110 |
Color Harmonies of #0C6C05
Complementary color
Monochromatic Colors of #0C6C05
Black with #0C6C05
Text Example
Text Example
White with #0C6C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6C05; }
p { color: rgb(12,108,5); }
H1.HeaderClassName
{
color: #0C6C05;
}
.AnyTagClassName
{
color: #0C6C05;
}
</style>
background-color css
<style>
a { background-color: #0C6C05; }
a { background-color: rgb(12,108,5); }
div.DivClassName
{
background-color: #0C6C05;
}
.BgClassName
{
background-color: #0C6C05;
}
</style>
border-color css
<style>
span { border-color: #0C6C05; }
span { border-color: rgb(12,108,5); }
td.TdClassName
{
border-color: #0C6C05;
}
.TagClassName
{
border-color: #0C6C05;
}
</style>