Shades of Myrtle #0E5912
Tints of Myrtle #0E5912
RGB
CMYK
RGB Variations
Color information
#0E5912 (or 0x0E5912) is known color: Myrtle. HEX triplet: 0E, 59 and 12. RGB value is (14,89,18). Sum of RGB (Red+Green+Blue) = 14+89+18=121 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.57% from 121); Green value is 89 (35.16% from 255 or 73.55% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 89 - color contains mainly: green. Hex color #0E5912 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5912 is #F1A6ED. Grayscale: #3A3A3A. Windows color (decimal): -15836910 or 1202446. OLE color: 1202446.
HSL color Cylindrical-coordinate representation of color #0E5912: hue angle of 123.2º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E5912 is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 14 | 89 | 18 | - |
| CMYK | 0.84 | 0 | 0.80 | 0.65 |
| HSL | 123.2º | 0.73% | 0.2% | - |
| HSV(B) | 123.2º | 0.84% | 0.35% | - |
| XYZ | 3.86 | 7.28 | 1.77 | - |
| YUV | 58.48 | 105.15 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 89 | 18 | 0.84 | 0 | 0.80 | 0.65 | 123.2 | 0.73 | 0.2 |
| Hex | E | 59 | 12 | 54 | 0 | 50 | 41 | 7B | 49 | 14 |
| Octal | 16 | 131 | 22 | 124 | 0 | 120 | 101 | 173 | 111 | 24 |
| Binary | 1110 | 1011001 | 10010 | 1010100 | 0 | 1010000 | 1000001 | 1111011 | 1001001 | 10100 |
Color Harmonies of #0E5912
Complementary color
Monochromatic Colors of #0E5912
Black with #0E5912
Text Example
Text Example
White with #0E5912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5912; }
p { color: rgb(14,89,18); }
H1.HeaderClassName
{
color: #0E5912;
}
.AnyTagClassName
{
color: #0E5912;
}
</style>
background-color css
<style>
a { background-color: #0E5912; }
a { background-color: rgb(14,89,18); }
div.DivClassName
{
background-color: #0E5912;
}
.BgClassName
{
background-color: #0E5912;
}
</style>
border-color css
<style>
span { border-color: #0E5912; }
span { border-color: rgb(14,89,18); }
td.TdClassName
{
border-color: #0E5912;
}
.TagClassName
{
border-color: #0E5912;
}
</style>