Shades of Green #0C6D15
Tints of Green #0C6D15
RGB
CMYK
RGB Variations
Color information
#0C6D15 (or 0x0C6D15) is known color: Green. HEX triplet: 0C, 6D and 15. RGB value is (12,109,21). Sum of RGB (Red+Green+Blue) = 12+109+21=142 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.45% from 142); Green value is 109 (42.97% from 255 or 76.76% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 109 - color contains mainly: green. Hex color #0C6D15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6D15 is #F392EA. Grayscale: #464646. Windows color (decimal): -15962859 or 1404172. OLE color: 1404172.
HSL color Cylindrical-coordinate representation of color #0C6D15: hue angle of 125.57º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6D15 is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 12 | 109 | 21 | - |
| CMYK | 0.89 | 0 | 0.81 | 0.57 |
| HSL | 125.57º | 0.8% | 0.24% | - |
| HSV(B) | 125.57º | 0.89% | 0.43% | - |
| XYZ | 5.76 | 11.07 | 2.54 | - |
| YUV | 69.97 | 100.36 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 109 | 21 | 0.89 | 0 | 0.81 | 0.57 | 125.57 | 0.8 | 0.24 |
| Hex | C | 6D | 15 | 59 | 0 | 51 | 39 | 7E | 50 | 18 |
| Octal | 14 | 155 | 25 | 131 | 0 | 121 | 71 | 176 | 120 | 30 |
| Binary | 1100 | 1101101 | 10101 | 1011001 | 0 | 1010001 | 111001 | 1111110 | 1010000 | 11000 |
Color Harmonies of #0C6D15
Complementary color
Monochromatic Colors of #0C6D15
Black with #0C6D15
Text Example
Text Example
White with #0C6D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6D15; }
p { color: rgb(12,109,21); }
H1.HeaderClassName
{
color: #0C6D15;
}
.AnyTagClassName
{
color: #0C6D15;
}
</style>
background-color css
<style>
a { background-color: #0C6D15; }
a { background-color: rgb(12,109,21); }
div.DivClassName
{
background-color: #0C6D15;
}
.BgClassName
{
background-color: #0C6D15;
}
</style>
border-color css
<style>
span { border-color: #0C6D15; }
span { border-color: rgb(12,109,21); }
td.TdClassName
{
border-color: #0C6D15;
}
.TagClassName
{
border-color: #0C6D15;
}
</style>