Shades of Myrtle #0E5709
Tints of Myrtle #0E5709
RGB
CMYK
RGB Variations
Color information
#0E5709 (or 0x0E5709) is known color: Myrtle. HEX triplet: 0E, 57 and 09. RGB value is (14,87,9). Sum of RGB (Red+Green+Blue) = 14+87+9=110 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.73% from 110); Green value is 87 (34.38% from 255 or 79.09% from 110); Blue value is 9 (3.91% from 255 or 8.18% from 110); Max value from RGB is 87 - color contains mainly: green. Hex color #0E5709 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5709 is #F1A8F6. Grayscale: #383838. Windows color (decimal): -15837431 or 612110. OLE color: 612110.
HSL color Cylindrical-coordinate representation of color #0E5709: hue angle of 116.15º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E5709 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 14 | 87 | 9 | - |
| CMYK | 0.84 | 0 | 0.90 | 0.66 |
| HSL | 116.15º | 0.81% | 0.19% | - |
| HSV(B) | 116.15º | 0.9% | 0.34% | - |
| XYZ | 3.64 | 6.93 | 1.4 | - |
| YUV | 56.28 | 101.32 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 87 | 9 | 0.84 | 0 | 0.90 | 0.66 | 116.15 | 0.81 | 0.19 |
| Hex | E | 57 | 9 | 54 | 0 | 5A | 42 | 74 | 51 | 13 |
| Octal | 16 | 127 | 11 | 124 | 0 | 132 | 102 | 164 | 121 | 23 |
| Binary | 1110 | 1010111 | 1001 | 1010100 | 0 | 1011010 | 1000010 | 1110100 | 1010001 | 10011 |
Color Harmonies of #0E5709
Complementary color
Monochromatic Colors of #0E5709
Black with #0E5709
Text Example
Text Example
White with #0E5709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5709; }
p { color: rgb(14,87,9); }
H1.HeaderClassName
{
color: #0E5709;
}
.AnyTagClassName
{
color: #0E5709;
}
</style>
background-color css
<style>
a { background-color: #0E5709; }
a { background-color: rgb(14,87,9); }
div.DivClassName
{
background-color: #0E5709;
}
.BgClassName
{
background-color: #0E5709;
}
</style>
border-color css
<style>
span { border-color: #0E5709; }
span { border-color: rgb(14,87,9); }
td.TdClassName
{
border-color: #0E5709;
}
.TagClassName
{
border-color: #0E5709;
}
</style>