Shades of Myrtle #0E4709
Tints of Myrtle #0E4709
RGB
CMYK
RGB Variations
Color information
#0E4709 (or 0x0E4709) is known color: Myrtle. HEX triplet: 0E, 47 and 09. RGB value is (14,71,9). Sum of RGB (Red+Green+Blue) = 14+71+9=94 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.89% from 94); Green value is 71 (28.12% from 255 or 75.53% from 94); Blue value is 9 (3.91% from 255 or 9.57% from 94); Max value from RGB is 71 - color contains mainly: green. Hex color #0E4709 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E4709 is #F1B8F6. Grayscale: #2F2F2F. Windows color (decimal): -15841527 or 608014. OLE color: 608014.
HSL color Cylindrical-coordinate representation of color #0E4709: hue angle of 115.16º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E4709 is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 14 | 71 | 9 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.72 |
| HSL | 115.16º | 0.78% | 0.16% | - |
| HSV(B) | 115.16º | 0.87% | 0.28% | - |
| XYZ | 2.48 | 4.62 | 1.02 | - |
| YUV | 46.89 | 106.62 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 71 | 9 | 0.80 | 0 | 0.87 | 0.72 | 115.16 | 0.78 | 0.16 |
| Hex | E | 47 | 9 | 50 | 0 | 57 | 48 | 73 | 4E | 10 |
| Octal | 16 | 107 | 11 | 120 | 0 | 127 | 110 | 163 | 116 | 20 |
| Binary | 1110 | 1000111 | 1001 | 1010000 | 0 | 1010111 | 1001000 | 1110011 | 1001110 | 10000 |
Color Harmonies of #0E4709
Complementary color
Monochromatic Colors of #0E4709
Black with #0E4709
Text Example
Text Example
White with #0E4709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4709; }
p { color: rgb(14,71,9); }
H1.HeaderClassName
{
color: #0E4709;
}
.AnyTagClassName
{
color: #0E4709;
}
</style>
background-color css
<style>
a { background-color: #0E4709; }
a { background-color: rgb(14,71,9); }
div.DivClassName
{
background-color: #0E4709;
}
.BgClassName
{
background-color: #0E4709;
}
</style>
border-color css
<style>
span { border-color: #0E4709; }
span { border-color: rgb(14,71,9); }
td.TdClassName
{
border-color: #0E4709;
}
.TagClassName
{
border-color: #0E4709;
}
</style>