Shades of Myrtle #0A5A0E
Tints of Myrtle #0A5A0E
RGB
CMYK
RGB Variations
Color information
#0A5A0E (or 0x0A5A0E) is known color: Myrtle. HEX triplet: 0A, 5A and 0E. RGB value is (10,90,14). Sum of RGB (Red+Green+Blue) = 10+90+14=114 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.77% from 114); Green value is 90 (35.55% from 255 or 78.95% from 114); Blue value is 14 (5.86% from 255 or 12.28% from 114); Max value from RGB is 90 - color contains mainly: green. Hex color #0A5A0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5A0E is #F5A5F1. Grayscale: #393939. Windows color (decimal): -16098802 or 940554. OLE color: 940554.
HSL color Cylindrical-coordinate representation of color #0A5A0E: hue angle of 123º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5A0E is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 90 | 14 | - |
| CMYK | 0.89 | 0 | 0.84 | 0.65 |
| HSL | 123º | 0.8% | 0.2% | - |
| HSV(B) | 123º | 0.89% | 0.35% | - |
| XYZ | 3.86 | 7.41 | 1.64 | - |
| YUV | 57.42 | 103.5 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 90 | 14 | 0.89 | 0 | 0.84 | 0.65 | 123 | 0.8 | 0.2 |
| Hex | A | 5A | E | 59 | 0 | 54 | 41 | 7B | 50 | 14 |
| Octal | 12 | 132 | 16 | 131 | 0 | 124 | 101 | 173 | 120 | 24 |
| Binary | 1010 | 1011010 | 1110 | 1011001 | 0 | 1010100 | 1000001 | 1111011 | 1010000 | 10100 |
Color Harmonies of #0A5A0E
Complementary color
Monochromatic Colors of #0A5A0E
Black with #0A5A0E
Text Example
Text Example
White with #0A5A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5A0E; }
p { color: rgb(10,90,14); }
H1.HeaderClassName
{
color: #0A5A0E;
}
.AnyTagClassName
{
color: #0A5A0E;
}
</style>
background-color css
<style>
a { background-color: #0A5A0E; }
a { background-color: rgb(10,90,14); }
div.DivClassName
{
background-color: #0A5A0E;
}
.BgClassName
{
background-color: #0A5A0E;
}
</style>
border-color css
<style>
span { border-color: #0A5A0E; }
span { border-color: rgb(10,90,14); }
td.TdClassName
{
border-color: #0A5A0E;
}
.TagClassName
{
border-color: #0A5A0E;
}
</style>