Shades of Myrtle #0E5109
Tints of Myrtle #0E5109
RGB
CMYK
RGB Variations
Color information
#0E5109 (or 0x0E5109) is known color: Myrtle. HEX triplet: 0E, 51 and 09. RGB value is (14,81,9). Sum of RGB (Red+Green+Blue) = 14+81+9=104 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.46% from 104); Green value is 81 (32.03% from 255 or 77.88% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 81 - color contains mainly: green. Hex color #0E5109 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5109 is #F1AEF6. Grayscale: #343434. Windows color (decimal): -15838967 or 610574. OLE color: 610574.
HSL color Cylindrical-coordinate representation of color #0E5109: hue angle of 115.83º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E5109 is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 14 | 81 | 9 | - |
| CMYK | 0.83 | 0 | 0.89 | 0.68 |
| HSL | 115.83º | 0.8% | 0.18% | - |
| HSV(B) | 115.83º | 0.89% | 0.32% | - |
| XYZ | 3.17 | 6 | 1.25 | - |
| YUV | 52.76 | 103.3 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 81 | 9 | 0.83 | 0 | 0.89 | 0.68 | 115.83 | 0.8 | 0.18 |
| Hex | E | 51 | 9 | 53 | 0 | 59 | 44 | 74 | 50 | 12 |
| Octal | 16 | 121 | 11 | 123 | 0 | 131 | 104 | 164 | 120 | 22 |
| Binary | 1110 | 1010001 | 1001 | 1010011 | 0 | 1011001 | 1000100 | 1110100 | 1010000 | 10010 |
Color Harmonies of #0E5109
Complementary color
Monochromatic Colors of #0E5109
Black with #0E5109
Text Example
Text Example
White with #0E5109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5109; }
p { color: rgb(14,81,9); }
H1.HeaderClassName
{
color: #0E5109;
}
.AnyTagClassName
{
color: #0E5109;
}
</style>
background-color css
<style>
a { background-color: #0E5109; }
a { background-color: rgb(14,81,9); }
div.DivClassName
{
background-color: #0E5109;
}
.BgClassName
{
background-color: #0E5109;
}
</style>
border-color css
<style>
span { border-color: #0E5109; }
span { border-color: rgb(14,81,9); }
td.TdClassName
{
border-color: #0E5109;
}
.TagClassName
{
border-color: #0E5109;
}
</style>