Shades of Myrtle #0C570D
Tints of Myrtle #0C570D
RGB
CMYK
RGB Variations
Color information
#0C570D (or 0x0C570D) is known color: Myrtle. HEX triplet: 0C, 57 and 0D. RGB value is (12,87,13). Sum of RGB (Red+Green+Blue) = 12+87+13=112 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.71% from 112); Green value is 87 (34.38% from 255 or 77.68% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 87 - color contains mainly: green. Hex color #0C570D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C570D is #F3A8F2. Grayscale: #383838. Windows color (decimal): -15968499 or 874252. OLE color: 874252.
HSL color Cylindrical-coordinate representation of color #0C570D: hue angle of 120.8º 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 #0C570D is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 12 | 87 | 13 | - |
| CMYK | 0.86 | 0 | 0.85 | 0.66 |
| HSL | 120.8º | 0.76% | 0.19% | - |
| HSV(B) | 120.8º | 0.86% | 0.34% | - |
| XYZ | 3.63 | 6.92 | 1.53 | - |
| YUV | 56.14 | 103.65 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 87 | 13 | 0.86 | 0 | 0.85 | 0.66 | 120.8 | 0.76 | 0.19 |
| Hex | C | 57 | D | 56 | 0 | 55 | 42 | 79 | 4C | 13 |
| Octal | 14 | 127 | 15 | 126 | 0 | 125 | 102 | 171 | 114 | 23 |
| Binary | 1100 | 1010111 | 1101 | 1010110 | 0 | 1010101 | 1000010 | 1111001 | 1001100 | 10011 |
Color Harmonies of #0C570D
Complementary color
Monochromatic Colors of #0C570D
Black with #0C570D
Text Example
Text Example
White with #0C570D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C570D; }
p { color: rgb(12,87,13); }
H1.HeaderClassName
{
color: #0C570D;
}
.AnyTagClassName
{
color: #0C570D;
}
</style>
background-color css
<style>
a { background-color: #0C570D; }
a { background-color: rgb(12,87,13); }
div.DivClassName
{
background-color: #0C570D;
}
.BgClassName
{
background-color: #0C570D;
}
</style>
border-color css
<style>
span { border-color: #0C570D; }
span { border-color: rgb(12,87,13); }
td.TdClassName
{
border-color: #0C570D;
}
.TagClassName
{
border-color: #0C570D;
}
</style>