Shades of Myrtle #0A5909
Tints of Myrtle #0A5909
RGB
CMYK
RGB Variations
Color information
#0A5909 (or 0x0A5909) is known color: Myrtle. HEX triplet: 0A, 59 and 09. RGB value is (10,89,9). Sum of RGB (Red+Green+Blue) = 10+89+9=108 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.26% from 108); Green value is 89 (35.16% from 255 or 82.41% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 89 - color contains mainly: green. Hex color #0A5909 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5909 is #F5A6F6. Grayscale: #383838. Windows color (decimal): -16099063 or 612618. OLE color: 612618.
HSL color Cylindrical-coordinate representation of color #0A5909: hue angle of 119.25º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A5909 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 89 | 9 | - |
| CMYK | 0.89 | 0 | 0.90 | 0.65 |
| HSL | 119.25º | 0.82% | 0.19% | - |
| HSV(B) | 119.25º | 0.9% | 0.35% | - |
| XYZ | 3.75 | 7.23 | 1.46 | - |
| YUV | 56.26 | 101.33 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 89 | 9 | 0.89 | 0 | 0.90 | 0.65 | 119.25 | 0.82 | 0.19 |
| Hex | A | 59 | 9 | 59 | 0 | 5A | 41 | 77 | 52 | 13 |
| Octal | 12 | 131 | 11 | 131 | 0 | 132 | 101 | 167 | 122 | 23 |
| Binary | 1010 | 1011001 | 1001 | 1011001 | 0 | 1011010 | 1000001 | 1110111 | 1010010 | 10011 |
Color Harmonies of #0A5909
Complementary color
Monochromatic Colors of #0A5909
Black with #0A5909
Text Example
Text Example
White with #0A5909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5909; }
p { color: rgb(10,89,9); }
H1.HeaderClassName
{
color: #0A5909;
}
.AnyTagClassName
{
color: #0A5909;
}
</style>
background-color css
<style>
a { background-color: #0A5909; }
a { background-color: rgb(10,89,9); }
div.DivClassName
{
background-color: #0A5909;
}
.BgClassName
{
background-color: #0A5909;
}
</style>
border-color css
<style>
span { border-color: #0A5909; }
span { border-color: rgb(10,89,9); }
td.TdClassName
{
border-color: #0A5909;
}
.TagClassName
{
border-color: #0A5909;
}
</style>