Shades of Myrtle #0A560F
Tints of Myrtle #0A560F
RGB
CMYK
RGB Variations
Color information
#0A560F (or 0x0A560F) is known color: Myrtle. HEX triplet: 0A, 56 and 0F. RGB value is (10,86,15). Sum of RGB (Red+Green+Blue) = 10+86+15=111 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.01% from 111); Green value is 86 (33.98% from 255 or 77.48% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 86 - color contains mainly: green. Hex color #0A560F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A560F is #F5A9F0. Grayscale: #373737. Windows color (decimal): -16099825 or 1005066. OLE color: 1005066.
HSL color Cylindrical-coordinate representation of color #0A560F: hue angle of 123.95º 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 #0A560F is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 10 | 86 | 15 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.66 |
| HSL | 123.95º | 0.79% | 0.19% | - |
| HSV(B) | 123.95º | 0.88% | 0.34% | - |
| XYZ | 3.54 | 6.75 | 1.57 | - |
| YUV | 55.18 | 105.32 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 86 | 15 | 0.88 | 0 | 0.83 | 0.66 | 123.95 | 0.79 | 0.19 |
| Hex | A | 56 | F | 58 | 0 | 53 | 42 | 7C | 4F | 13 |
| Octal | 12 | 126 | 17 | 130 | 0 | 123 | 102 | 174 | 117 | 23 |
| Binary | 1010 | 1010110 | 1111 | 1011000 | 0 | 1010011 | 1000010 | 1111100 | 1001111 | 10011 |
Color Harmonies of #0A560F
Complementary color
Monochromatic Colors of #0A560F
Black with #0A560F
Text Example
Text Example
White with #0A560F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A560F; }
p { color: rgb(10,86,15); }
H1.HeaderClassName
{
color: #0A560F;
}
.AnyTagClassName
{
color: #0A560F;
}
</style>
background-color css
<style>
a { background-color: #0A560F; }
a { background-color: rgb(10,86,15); }
div.DivClassName
{
background-color: #0A560F;
}
.BgClassName
{
background-color: #0A560F;
}
</style>
border-color css
<style>
span { border-color: #0A560F; }
span { border-color: rgb(10,86,15); }
td.TdClassName
{
border-color: #0A560F;
}
.TagClassName
{
border-color: #0A560F;
}
</style>