Shades of Myrtle #0A4910
Tints of Myrtle #0A4910
RGB
CMYK
RGB Variations
Color information
#0A4910 (or 0x0A4910) is known color: Myrtle. HEX triplet: 0A, 49 and 10. RGB value is (10,73,16). Sum of RGB (Red+Green+Blue) = 10+73+16=99 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10.10% from 99); Green value is 73 (28.91% from 255 or 73.74% from 99); Blue value is 16 (6.64% from 255 or 16.16% from 99); Max value from RGB is 73 - color contains mainly: green. Hex color #0A4910 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4910 is #F5B6EF. Grayscale: #2F2F2F. Windows color (decimal): -16103152 or 1067274. OLE color: 1067274.
HSL color Cylindrical-coordinate representation of color #0A4910: hue angle of 125.71º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4910 is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 73 | 16 | - |
| CMYK | 0.86 | 0 | 0.78 | 0.71 |
| HSL | 125.71º | 0.76% | 0.16% | - |
| HSV(B) | 125.71º | 0.86% | 0.29% | - |
| XYZ | 2.6 | 4.87 | 1.29 | - |
| YUV | 47.67 | 110.13 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 73 | 16 | 0.86 | 0 | 0.78 | 0.71 | 125.71 | 0.76 | 0.16 |
| Hex | A | 49 | 10 | 56 | 0 | 4E | 47 | 7E | 4C | 10 |
| Octal | 12 | 111 | 20 | 126 | 0 | 116 | 107 | 176 | 114 | 20 |
| Binary | 1010 | 1001001 | 10000 | 1010110 | 0 | 1001110 | 1000111 | 1111110 | 1001100 | 10000 |
Color Harmonies of #0A4910
Complementary color
Monochromatic Colors of #0A4910
Black with #0A4910
Text Example
Text Example
White with #0A4910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4910; }
p { color: rgb(10,73,16); }
H1.HeaderClassName
{
color: #0A4910;
}
.AnyTagClassName
{
color: #0A4910;
}
</style>
background-color css
<style>
a { background-color: #0A4910; }
a { background-color: rgb(10,73,16); }
div.DivClassName
{
background-color: #0A4910;
}
.BgClassName
{
background-color: #0A4910;
}
</style>
border-color css
<style>
span { border-color: #0A4910; }
span { border-color: rgb(10,73,16); }
td.TdClassName
{
border-color: #0A4910;
}
.TagClassName
{
border-color: #0A4910;
}
</style>