Shades of Myrtle #0E4708
Tints of Myrtle #0E4708
RGB
CMYK
RGB Variations
Color information
#0E4708 (or 0x0E4708) is known color: Myrtle. HEX triplet: 0E, 47 and 08. RGB value is (14,71,8). Sum of RGB (Red+Green+Blue) = 14+71+8=93 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.05% from 93); Green value is 71 (28.12% from 255 or 76.34% from 93); Blue value is 8 (3.52% from 255 or 8.60% from 93); Max value from RGB is 71 - color contains mainly: green. Hex color #0E4708 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E4708 is #F1B8F7. Grayscale: #2E2E2E. Windows color (decimal): -15841528 or 542478. OLE color: 542478.
HSL color Cylindrical-coordinate representation of color #0E4708: hue angle of 114.29º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E4708 is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 14 | 71 | 8 | - |
| CMYK | 0.80 | 0 | 0.89 | 0.72 |
| HSL | 114.29º | 0.8% | 0.15% | - |
| HSV(B) | 114.29º | 0.89% | 0.28% | - |
| XYZ | 2.48 | 4.62 | 0.99 | - |
| YUV | 46.78 | 106.12 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 71 | 8 | 0.80 | 0 | 0.89 | 0.72 | 114.29 | 0.8 | 0.15 |
| Hex | E | 47 | 8 | 50 | 0 | 59 | 48 | 72 | 50 | F |
| Octal | 16 | 107 | 10 | 120 | 0 | 131 | 110 | 162 | 120 | 17 |
| Binary | 1110 | 1000111 | 1000 | 1010000 | 0 | 1011001 | 1001000 | 1110010 | 1010000 | 1111 |
Color Harmonies of #0E4708
Complementary color
Monochromatic Colors of #0E4708
Black with #0E4708
Text Example
Text Example
White with #0E4708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4708; }
p { color: rgb(14,71,8); }
H1.HeaderClassName
{
color: #0E4708;
}
.AnyTagClassName
{
color: #0E4708;
}
</style>
background-color css
<style>
a { background-color: #0E4708; }
a { background-color: rgb(14,71,8); }
div.DivClassName
{
background-color: #0E4708;
}
.BgClassName
{
background-color: #0E4708;
}
</style>
border-color css
<style>
span { border-color: #0E4708; }
span { border-color: rgb(14,71,8); }
td.TdClassName
{
border-color: #0E4708;
}
.TagClassName
{
border-color: #0E4708;
}
</style>