Shades of Myrtle #0C570A
Tints of Myrtle #0C570A
RGB
CMYK
RGB Variations
Color information
#0C570A (or 0x0C570A) is known color: Myrtle. HEX triplet: 0C, 57 and 0A. RGB value is (12,87,10). Sum of RGB (Red+Green+Blue) = 12+87+10=109 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.01% from 109); Green value is 87 (34.38% from 255 or 79.82% from 109); Blue value is 10 (4.30% from 255 or 9.17% from 109); Max value from RGB is 87 - color contains mainly: green. Hex color #0C570A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C570A is #F3A8F5. Grayscale: #383838. Windows color (decimal): -15968502 or 677644. OLE color: 677644.
HSL color Cylindrical-coordinate representation of color #0C570A: hue angle of 118.44º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C570A is Cyan = 0.86, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 12 | 87 | 10 | - |
| CMYK | 0.86 | 0 | 0.89 | 0.66 |
| HSL | 118.44º | 0.79% | 0.19% | - |
| HSV(B) | 118.44º | 0.89% | 0.34% | - |
| XYZ | 3.61 | 6.92 | 1.43 | - |
| YUV | 55.8 | 102.15 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 87 | 10 | 0.86 | 0 | 0.89 | 0.66 | 118.44 | 0.79 | 0.19 |
| Hex | C | 57 | A | 56 | 0 | 59 | 42 | 76 | 4F | 13 |
| Octal | 14 | 127 | 12 | 126 | 0 | 131 | 102 | 166 | 117 | 23 |
| Binary | 1100 | 1010111 | 1010 | 1010110 | 0 | 1011001 | 1000010 | 1110110 | 1001111 | 10011 |
Color Harmonies of #0C570A
Complementary color
Monochromatic Colors of #0C570A
Black with #0C570A
Text Example
Text Example
White with #0C570A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C570A; }
p { color: rgb(12,87,10); }
H1.HeaderClassName
{
color: #0C570A;
}
.AnyTagClassName
{
color: #0C570A;
}
</style>
background-color css
<style>
a { background-color: #0C570A; }
a { background-color: rgb(12,87,10); }
div.DivClassName
{
background-color: #0C570A;
}
.BgClassName
{
background-color: #0C570A;
}
</style>
border-color css
<style>
span { border-color: #0C570A; }
span { border-color: rgb(12,87,10); }
td.TdClassName
{
border-color: #0C570A;
}
.TagClassName
{
border-color: #0C570A;
}
</style>