Shades of Myrtle #0E5515
Tints of Myrtle #0E5515
RGB
CMYK
RGB Variations
Color information
#0E5515 (or 0x0E5515) is known color: Myrtle. HEX triplet: 0E, 55 and 15. RGB value is (14,85,21). Sum of RGB (Red+Green+Blue) = 14+85+21=120 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.67% from 120); Green value is 85 (33.59% from 255 or 70.83% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 85 - color contains mainly: green. Hex color #0E5515 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5515 is #F1AAEA. Grayscale: #383838. Windows color (decimal): -15837931 or 1398030. OLE color: 1398030.
HSL color Cylindrical-coordinate representation of color #0E5515: hue angle of 125.92º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E5515 is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 14 | 85 | 21 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.67 |
| HSL | 125.92º | 0.72% | 0.19% | - |
| HSV(B) | 125.92º | 0.84% | 0.33% | - |
| XYZ | 3.56 | 6.64 | 1.8 | - |
| YUV | 56.48 | 107.98 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 85 | 21 | 0.84 | 0 | 0.75 | 0.67 | 125.92 | 0.72 | 0.19 |
| Hex | E | 55 | 15 | 54 | 0 | 4B | 43 | 7E | 48 | 13 |
| Octal | 16 | 125 | 25 | 124 | 0 | 113 | 103 | 176 | 110 | 23 |
| Binary | 1110 | 1010101 | 10101 | 1010100 | 0 | 1001011 | 1000011 | 1111110 | 1001000 | 10011 |
Color Harmonies of #0E5515
Complementary color
Monochromatic Colors of #0E5515
Black with #0E5515
Text Example
Text Example
White with #0E5515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5515; }
p { color: rgb(14,85,21); }
H1.HeaderClassName
{
color: #0E5515;
}
.AnyTagClassName
{
color: #0E5515;
}
</style>
background-color css
<style>
a { background-color: #0E5515; }
a { background-color: rgb(14,85,21); }
div.DivClassName
{
background-color: #0E5515;
}
.BgClassName
{
background-color: #0E5515;
}
</style>
border-color css
<style>
span { border-color: #0E5515; }
span { border-color: rgb(14,85,21); }
td.TdClassName
{
border-color: #0E5515;
}
.TagClassName
{
border-color: #0E5515;
}
</style>