Shades of Myrtle #0C5111
Tints of Myrtle #0C5111
RGB
CMYK
RGB Variations
Color information
#0C5111 (or 0x0C5111) is known color: Myrtle. HEX triplet: 0C, 51 and 11. RGB value is (12,81,17). Sum of RGB (Red+Green+Blue) = 12+81+17=110 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.91% from 110); Green value is 81 (32.03% from 255 or 73.64% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 81 - color contains mainly: green. Hex color #0C5111 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5111 is #F3AEEE. Grayscale: #353535. Windows color (decimal): -15970031 or 1134860. OLE color: 1134860.
HSL color Cylindrical-coordinate representation of color #0C5111: hue angle of 124.35º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C5111 is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 12 | 81 | 17 | - |
| CMYK | 0.85 | 0 | 0.79 | 0.68 |
| HSL | 124.35º | 0.74% | 0.18% | - |
| HSV(B) | 124.35º | 0.85% | 0.32% | - |
| XYZ | 3.2 | 6 | 1.52 | - |
| YUV | 53.07 | 107.64 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 81 | 17 | 0.85 | 0 | 0.79 | 0.68 | 124.35 | 0.74 | 0.18 |
| Hex | C | 51 | 11 | 55 | 0 | 4F | 44 | 7C | 4A | 12 |
| Octal | 14 | 121 | 21 | 125 | 0 | 117 | 104 | 174 | 112 | 22 |
| Binary | 1100 | 1010001 | 10001 | 1010101 | 0 | 1001111 | 1000100 | 1111100 | 1001010 | 10010 |
Color Harmonies of #0C5111
Complementary color
Monochromatic Colors of #0C5111
Black with #0C5111
Text Example
Text Example
White with #0C5111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5111; }
p { color: rgb(12,81,17); }
H1.HeaderClassName
{
color: #0C5111;
}
.AnyTagClassName
{
color: #0C5111;
}
</style>
background-color css
<style>
a { background-color: #0C5111; }
a { background-color: rgb(12,81,17); }
div.DivClassName
{
background-color: #0C5111;
}
.BgClassName
{
background-color: #0C5111;
}
</style>
border-color css
<style>
span { border-color: #0C5111; }
span { border-color: rgb(12,81,17); }
td.TdClassName
{
border-color: #0C5111;
}
.TagClassName
{
border-color: #0C5111;
}
</style>