Shades of Myrtle #0E5006
Tints of Myrtle #0E5006
RGB
CMYK
RGB Variations
Color information
#0E5006 (or 0x0E5006) is known color: Myrtle. HEX triplet: 0E, 50 and 06. RGB value is (14,80,6). Sum of RGB (Red+Green+Blue) = 14+80+6=100 (13% of max value = 765). Red value is 14 (5.86% from 255 or 14% from 100); Green value is 80 (31.64% from 255 or 80% from 100); Blue value is 6 (2.73% from 255 or 6% from 100); Max value from RGB is 80 - color contains mainly: green. Hex color #0E5006 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5006 is #F1AFF9. Grayscale: #343434. Windows color (decimal): -15839226 or 413710. OLE color: 413710.
HSL color Cylindrical-coordinate representation of color #0E5006: hue angle of 113.51º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E5006 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 14 | 80 | 6 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.69 |
| HSL | 113.51º | 0.86% | 0.17% | - |
| HSV(B) | 113.51º | 0.93% | 0.31% | - |
| XYZ | 3.08 | 5.84 | 1.14 | - |
| YUV | 51.83 | 102.13 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 80 | 6 | 0.83 | 0 | 0.92 | 0.69 | 113.51 | 0.86 | 0.17 |
| Hex | E | 50 | 6 | 53 | 0 | 5C | 45 | 72 | 56 | 11 |
| Octal | 16 | 120 | 6 | 123 | 0 | 134 | 105 | 162 | 126 | 21 |
| Binary | 1110 | 1010000 | 110 | 1010011 | 0 | 1011100 | 1000101 | 1110010 | 1010110 | 10001 |
Color Harmonies of #0E5006
Complementary color
Monochromatic Colors of #0E5006
Black with #0E5006
Text Example
Text Example
White with #0E5006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5006; }
p { color: rgb(14,80,6); }
H1.HeaderClassName
{
color: #0E5006;
}
.AnyTagClassName
{
color: #0E5006;
}
</style>
background-color css
<style>
a { background-color: #0E5006; }
a { background-color: rgb(14,80,6); }
div.DivClassName
{
background-color: #0E5006;
}
.BgClassName
{
background-color: #0E5006;
}
</style>
border-color css
<style>
span { border-color: #0E5006; }
span { border-color: rgb(14,80,6); }
td.TdClassName
{
border-color: #0E5006;
}
.TagClassName
{
border-color: #0E5006;
}
</style>