Shades of Myrtle #0C560D
Tints of Myrtle #0C560D
RGB
CMYK
RGB Variations
Color information
#0C560D (or 0x0C560D) is known color: Myrtle. HEX triplet: 0C, 56 and 0D. RGB value is (12,86,13). Sum of RGB (Red+Green+Blue) = 12+86+13=111 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.81% from 111); Green value is 86 (33.98% from 255 or 77.48% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 86 - color contains mainly: green. Hex color #0C560D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C560D is #F3A9F2. Grayscale: #373737. Windows color (decimal): -15968755 or 873996. OLE color: 873996.
HSL color Cylindrical-coordinate representation of color #0C560D: hue angle of 120.81º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C560D is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 12 | 86 | 13 | - |
| CMYK | 0.86 | 0 | 0.85 | 0.66 |
| HSL | 120.81º | 0.76% | 0.19% | - |
| HSV(B) | 120.81º | 0.86% | 0.34% | - |
| XYZ | 3.55 | 6.76 | 1.5 | - |
| YUV | 55.55 | 103.98 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 86 | 13 | 0.86 | 0 | 0.85 | 0.66 | 120.81 | 0.76 | 0.19 |
| Hex | C | 56 | D | 56 | 0 | 55 | 42 | 79 | 4C | 13 |
| Octal | 14 | 126 | 15 | 126 | 0 | 125 | 102 | 171 | 114 | 23 |
| Binary | 1100 | 1010110 | 1101 | 1010110 | 0 | 1010101 | 1000010 | 1111001 | 1001100 | 10011 |
Color Harmonies of #0C560D
Complementary color
Monochromatic Colors of #0C560D
Black with #0C560D
Text Example
Text Example
White with #0C560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C560D; }
p { color: rgb(12,86,13); }
H1.HeaderClassName
{
color: #0C560D;
}
.AnyTagClassName
{
color: #0C560D;
}
</style>
background-color css
<style>
a { background-color: #0C560D; }
a { background-color: rgb(12,86,13); }
div.DivClassName
{
background-color: #0C560D;
}
.BgClassName
{
background-color: #0C560D;
}
</style>
border-color css
<style>
span { border-color: #0C560D; }
span { border-color: rgb(12,86,13); }
td.TdClassName
{
border-color: #0C560D;
}
.TagClassName
{
border-color: #0C560D;
}
</style>