Shades of Myrtle #0E500A
Tints of Myrtle #0E500A
RGB
CMYK
RGB Variations
Color information
#0E500A (or 0x0E500A) is known color: Myrtle. HEX triplet: 0E, 50 and 0A. RGB value is (14,80,10). Sum of RGB (Red+Green+Blue) = 14+80+10=104 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.46% from 104); Green value is 80 (31.64% from 255 or 76.92% from 104); Blue value is 10 (4.30% from 255 or 9.62% from 104); Max value from RGB is 80 - color contains mainly: green. Hex color #0E500A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E500A is #F1AFF5. Grayscale: #343434. Windows color (decimal): -15839222 or 675854. OLE color: 675854.
HSL color Cylindrical-coordinate representation of color #0E500A: hue angle of 116.57º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E500A is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 14 | 80 | 10 | - |
| CMYK | 0.83 | 0 | 0.87 | 0.69 |
| HSL | 116.57º | 0.78% | 0.18% | - |
| HSV(B) | 116.57º | 0.88% | 0.31% | - |
| XYZ | 3.1 | 5.85 | 1.25 | - |
| YUV | 52.29 | 104.13 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 80 | 10 | 0.83 | 0 | 0.87 | 0.69 | 116.57 | 0.78 | 0.18 |
| Hex | E | 50 | A | 53 | 0 | 57 | 45 | 75 | 4E | 12 |
| Octal | 16 | 120 | 12 | 123 | 0 | 127 | 105 | 165 | 116 | 22 |
| Binary | 1110 | 1010000 | 1010 | 1010011 | 0 | 1010111 | 1000101 | 1110101 | 1001110 | 10010 |
Color Harmonies of #0E500A
Complementary color
Monochromatic Colors of #0E500A
Black with #0E500A
Text Example
Text Example
White with #0E500A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E500A; }
p { color: rgb(14,80,10); }
H1.HeaderClassName
{
color: #0E500A;
}
.AnyTagClassName
{
color: #0E500A;
}
</style>
background-color css
<style>
a { background-color: #0E500A; }
a { background-color: rgb(14,80,10); }
div.DivClassName
{
background-color: #0E500A;
}
.BgClassName
{
background-color: #0E500A;
}
</style>
border-color css
<style>
span { border-color: #0E500A; }
span { border-color: rgb(14,80,10); }
td.TdClassName
{
border-color: #0E500A;
}
.TagClassName
{
border-color: #0E500A;
}
</style>