Shades of Myrtle #0A5610
Tints of Myrtle #0A5610
RGB
CMYK
RGB Variations
Color information
#0A5610 (or 0x0A5610) is known color: Myrtle. HEX triplet: 0A, 56 and 10. RGB value is (10,86,16). Sum of RGB (Red+Green+Blue) = 10+86+16=112 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.93% from 112); Green value is 86 (33.98% from 255 or 76.79% from 112); Blue value is 16 (6.64% from 255 or 14.29% from 112); Max value from RGB is 86 - color contains mainly: green. Hex color #0A5610 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5610 is #F5A9EF. Grayscale: #373737. Windows color (decimal): -16099824 or 1070602. OLE color: 1070602.
HSL color Cylindrical-coordinate representation of color #0A5610: hue angle of 124.74º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5610 is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 10 | 86 | 16 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.66 |
| HSL | 124.74º | 0.79% | 0.19% | - |
| HSV(B) | 124.74º | 0.88% | 0.34% | - |
| XYZ | 3.55 | 6.76 | 1.61 | - |
| YUV | 55.3 | 105.82 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 86 | 16 | 0.88 | 0 | 0.81 | 0.66 | 124.74 | 0.79 | 0.19 |
| Hex | A | 56 | 10 | 58 | 0 | 51 | 42 | 7D | 4F | 13 |
| Octal | 12 | 126 | 20 | 130 | 0 | 121 | 102 | 175 | 117 | 23 |
| Binary | 1010 | 1010110 | 10000 | 1011000 | 0 | 1010001 | 1000010 | 1111101 | 1001111 | 10011 |
Color Harmonies of #0A5610
Complementary color
Monochromatic Colors of #0A5610
Black with #0A5610
Text Example
Text Example
White with #0A5610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5610; }
p { color: rgb(10,86,16); }
H1.HeaderClassName
{
color: #0A5610;
}
.AnyTagClassName
{
color: #0A5610;
}
</style>
background-color css
<style>
a { background-color: #0A5610; }
a { background-color: rgb(10,86,16); }
div.DivClassName
{
background-color: #0A5610;
}
.BgClassName
{
background-color: #0A5610;
}
</style>
border-color css
<style>
span { border-color: #0A5610; }
span { border-color: rgb(10,86,16); }
td.TdClassName
{
border-color: #0A5610;
}
.TagClassName
{
border-color: #0A5610;
}
</style>