Shades of Myrtle #0E5406
Tints of Myrtle #0E5406
RGB
CMYK
RGB Variations
Color information
#0E5406 (or 0x0E5406) is known color: Myrtle. HEX triplet: 0E, 54 and 06. RGB value is (14,84,6). Sum of RGB (Red+Green+Blue) = 14+84+6=104 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.46% from 104); Green value is 84 (33.20% from 255 or 80.77% from 104); Blue value is 6 (2.73% from 255 or 5.77% from 104); Max value from RGB is 84 - color contains mainly: green. Hex color #0E5406 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5406 is #F1ABF9. Grayscale: #363636. Windows color (decimal): -15838202 or 414734. OLE color: 414734.
HSL color Cylindrical-coordinate representation of color #0E5406: hue angle of 113.85º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E5406 is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 14 | 84 | 6 | - |
| CMYK | 0.83 | 0 | 0.93 | 0.67 |
| HSL | 113.85º | 0.87% | 0.18% | - |
| HSV(B) | 113.85º | 0.93% | 0.33% | - |
| XYZ | 3.38 | 6.45 | 1.24 | - |
| YUV | 54.18 | 100.81 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 84 | 6 | 0.83 | 0 | 0.93 | 0.67 | 113.85 | 0.87 | 0.18 |
| Hex | E | 54 | 6 | 53 | 0 | 5D | 43 | 72 | 57 | 12 |
| Octal | 16 | 124 | 6 | 123 | 0 | 135 | 103 | 162 | 127 | 22 |
| Binary | 1110 | 1010100 | 110 | 1010011 | 0 | 1011101 | 1000011 | 1110010 | 1010111 | 10010 |
Color Harmonies of #0E5406
Complementary color
Monochromatic Colors of #0E5406
Black with #0E5406
Text Example
Text Example
White with #0E5406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5406; }
p { color: rgb(14,84,6); }
H1.HeaderClassName
{
color: #0E5406;
}
.AnyTagClassName
{
color: #0E5406;
}
</style>
background-color css
<style>
a { background-color: #0E5406; }
a { background-color: rgb(14,84,6); }
div.DivClassName
{
background-color: #0E5406;
}
.BgClassName
{
background-color: #0E5406;
}
</style>
border-color css
<style>
span { border-color: #0E5406; }
span { border-color: rgb(14,84,6); }
td.TdClassName
{
border-color: #0E5406;
}
.TagClassName
{
border-color: #0E5406;
}
</style>