Shades of Myrtle #0A5603
Tints of Myrtle #0A5603
RGB
CMYK
RGB Variations
Color information
#0A5603 (or 0x0A5603) is known color: Myrtle. HEX triplet: 0A, 56 and 03. RGB value is (10,86,3). Sum of RGB (Red+Green+Blue) = 10+86+3=99 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10.10% from 99); Green value is 86 (33.98% from 255 or 86.87% from 99); Blue value is 3 (1.56% from 255 or 3.03% from 99); Max value from RGB is 86 - color contains mainly: green. Hex color #0A5603 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5603 is #F5A9FC. Grayscale: #363636. Windows color (decimal): -16099837 or 218634. OLE color: 218634.
HSL color Cylindrical-coordinate representation of color #0A5603: hue angle of 114.94º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A5603 is Cyan = 0.88, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 10 | 86 | 3 | - |
| CMYK | 0.88 | 0 | 0.97 | 0.66 |
| HSL | 114.94º | 0.93% | 0.17% | - |
| HSV(B) | 114.94º | 0.97% | 0.34% | - |
| XYZ | 3.47 | 6.73 | 1.2 | - |
| YUV | 53.81 | 99.32 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 86 | 3 | 0.88 | 0 | 0.97 | 0.66 | 114.94 | 0.93 | 0.17 |
| Hex | A | 56 | 3 | 58 | 0 | 61 | 42 | 73 | 5D | 11 |
| Octal | 12 | 126 | 3 | 130 | 0 | 141 | 102 | 163 | 135 | 21 |
| Binary | 1010 | 1010110 | 11 | 1011000 | 0 | 1100001 | 1000010 | 1110011 | 1011101 | 10001 |
Color Harmonies of #0A5603
Complementary color
Monochromatic Colors of #0A5603
Black with #0A5603
Text Example
Text Example
White with #0A5603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5603; }
p { color: rgb(10,86,3); }
H1.HeaderClassName
{
color: #0A5603;
}
.AnyTagClassName
{
color: #0A5603;
}
</style>
background-color css
<style>
a { background-color: #0A5603; }
a { background-color: rgb(10,86,3); }
div.DivClassName
{
background-color: #0A5603;
}
.BgClassName
{
background-color: #0A5603;
}
</style>
border-color css
<style>
span { border-color: #0A5603; }
span { border-color: rgb(10,86,3); }
td.TdClassName
{
border-color: #0A5603;
}
.TagClassName
{
border-color: #0A5603;
}
</style>