Shades of Green #0C6911
Tints of Green #0C6911
RGB
CMYK
RGB Variations
Color information
#0C6911 (or 0x0C6911) is known color: Green. HEX triplet: 0C, 69 and 11. RGB value is (12,105,17). Sum of RGB (Red+Green+Blue) = 12+105+17=134 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.96% from 134); Green value is 105 (41.41% from 255 or 78.36% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 105 - color contains mainly: green. Hex color #0C6911 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6911 is #F396EE. Grayscale: #434343. Windows color (decimal): -15963887 or 1141004. OLE color: 1141004.
HSL color Cylindrical-coordinate representation of color #0C6911: hue angle of 123.23º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6911 is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 12 | 105 | 17 | - |
| CMYK | 0.89 | 0 | 0.84 | 0.59 |
| HSL | 123.23º | 0.79% | 0.23% | - |
| HSV(B) | 123.23º | 0.89% | 0.41% | - |
| XYZ | 5.3 | 10.22 | 2.22 | - |
| YUV | 67.16 | 99.69 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 105 | 17 | 0.89 | 0 | 0.84 | 0.59 | 123.23 | 0.79 | 0.23 |
| Hex | C | 69 | 11 | 59 | 0 | 54 | 3B | 7B | 4F | 17 |
| Octal | 14 | 151 | 21 | 131 | 0 | 124 | 73 | 173 | 117 | 27 |
| Binary | 1100 | 1101001 | 10001 | 1011001 | 0 | 1010100 | 111011 | 1111011 | 1001111 | 10111 |
Color Harmonies of #0C6911
Complementary color
Monochromatic Colors of #0C6911
Black with #0C6911
Text Example
Text Example
White with #0C6911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6911; }
p { color: rgb(12,105,17); }
H1.HeaderClassName
{
color: #0C6911;
}
.AnyTagClassName
{
color: #0C6911;
}
</style>
background-color css
<style>
a { background-color: #0C6911; }
a { background-color: rgb(12,105,17); }
div.DivClassName
{
background-color: #0C6911;
}
.BgClassName
{
background-color: #0C6911;
}
</style>
border-color css
<style>
span { border-color: #0C6911; }
span { border-color: rgb(12,105,17); }
td.TdClassName
{
border-color: #0C6911;
}
.TagClassName
{
border-color: #0C6911;
}
</style>