Shades of Myrtle #0A5711
Tints of Myrtle #0A5711
RGB
CMYK
RGB Variations
Color information
#0A5711 (or 0x0A5711) is known color: Myrtle. HEX triplet: 0A, 57 and 11. RGB value is (10,87,17). Sum of RGB (Red+Green+Blue) = 10+87+17=114 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.77% from 114); Green value is 87 (34.38% from 255 or 76.32% from 114); Blue value is 17 (7.03% from 255 or 14.91% from 114); Max value from RGB is 87 - color contains mainly: green. Hex color #0A5711 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5711 is #F5A8EE. Grayscale: #383838. Windows color (decimal): -16099567 or 1136394. OLE color: 1136394.
HSL color Cylindrical-coordinate representation of color #0A5711: hue angle of 125.45º 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 #0A5711 is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 10 | 87 | 17 | - |
| CMYK | 0.89 | 0 | 0.80 | 0.66 |
| HSL | 125.45º | 0.79% | 0.19% | - |
| HSV(B) | 125.45º | 0.89% | 0.34% | - |
| XYZ | 3.63 | 6.92 | 1.67 | - |
| YUV | 56 | 105.99 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 87 | 17 | 0.89 | 0 | 0.80 | 0.66 | 125.45 | 0.79 | 0.19 |
| Hex | A | 57 | 11 | 59 | 0 | 50 | 42 | 7D | 4F | 13 |
| Octal | 12 | 127 | 21 | 131 | 0 | 120 | 102 | 175 | 117 | 23 |
| Binary | 1010 | 1010111 | 10001 | 1011001 | 0 | 1010000 | 1000010 | 1111101 | 1001111 | 10011 |
Color Harmonies of #0A5711
Complementary color
Monochromatic Colors of #0A5711
Black with #0A5711
Text Example
Text Example
White with #0A5711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5711; }
p { color: rgb(10,87,17); }
H1.HeaderClassName
{
color: #0A5711;
}
.AnyTagClassName
{
color: #0A5711;
}
</style>
background-color css
<style>
a { background-color: #0A5711; }
a { background-color: rgb(10,87,17); }
div.DivClassName
{
background-color: #0A5711;
}
.BgClassName
{
background-color: #0A5711;
}
</style>
border-color css
<style>
span { border-color: #0A5711; }
span { border-color: rgb(10,87,17); }
td.TdClassName
{
border-color: #0A5711;
}
.TagClassName
{
border-color: #0A5711;
}
</style>