Shades of Myrtle #0C5911
Tints of Myrtle #0C5911
RGB
CMYK
RGB Variations
Color information
#0C5911 (or 0x0C5911) is known color: Myrtle. HEX triplet: 0C, 59 and 11. RGB value is (12,89,17). Sum of RGB (Red+Green+Blue) = 12+89+17=118 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.17% from 118); Green value is 89 (35.16% from 255 or 75.42% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 89 - color contains mainly: green. Hex color #0C5911 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5911 is #F3A6EE. Grayscale: #393939. Windows color (decimal): -15967983 or 1136908. OLE color: 1136908.
HSL color Cylindrical-coordinate representation of color #0C5911: hue angle of 123.9º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C5911 is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 12 | 89 | 17 | - |
| CMYK | 0.87 | 0 | 0.81 | 0.65 |
| HSL | 123.9º | 0.76% | 0.2% | - |
| HSV(B) | 123.9º | 0.87% | 0.35% | - |
| XYZ | 3.83 | 7.26 | 1.73 | - |
| YUV | 57.77 | 104.99 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 89 | 17 | 0.87 | 0 | 0.81 | 0.65 | 123.9 | 0.76 | 0.2 |
| Hex | C | 59 | 11 | 57 | 0 | 51 | 41 | 7C | 4C | 14 |
| Octal | 14 | 131 | 21 | 127 | 0 | 121 | 101 | 174 | 114 | 24 |
| Binary | 1100 | 1011001 | 10001 | 1010111 | 0 | 1010001 | 1000001 | 1111100 | 1001100 | 10100 |
Color Harmonies of #0C5911
Complementary color
Monochromatic Colors of #0C5911
Black with #0C5911
Text Example
Text Example
White with #0C5911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5911; }
p { color: rgb(12,89,17); }
H1.HeaderClassName
{
color: #0C5911;
}
.AnyTagClassName
{
color: #0C5911;
}
</style>
background-color css
<style>
a { background-color: #0C5911; }
a { background-color: rgb(12,89,17); }
div.DivClassName
{
background-color: #0C5911;
}
.BgClassName
{
background-color: #0C5911;
}
</style>
border-color css
<style>
span { border-color: #0C5911; }
span { border-color: rgb(12,89,17); }
td.TdClassName
{
border-color: #0C5911;
}
.TagClassName
{
border-color: #0C5911;
}
</style>