Shades of Myrtle #0E4C06
Tints of Myrtle #0E4C06
RGB
CMYK
RGB Variations
Color information
#0E4C06 (or 0x0E4C06) is known color: Myrtle. HEX triplet: 0E, 4C and 06. RGB value is (14,76,6). Sum of RGB (Red+Green+Blue) = 14+76+6=96 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.58% from 96); Green value is 76 (30.08% from 255 or 79.17% from 96); Blue value is 6 (2.73% from 255 or 6.25% from 96); Max value from RGB is 76 - color contains mainly: green. Hex color #0E4C06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E4C06 is #F1B3F9. Grayscale: #313131. Windows color (decimal): -15840250 or 412686. OLE color: 412686.
HSL color Cylindrical-coordinate representation of color #0E4C06: hue angle of 113.14º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E4C06 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 14 | 76 | 6 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.70 |
| HSL | 113.14º | 0.85% | 0.16% | - |
| HSV(B) | 113.14º | 0.92% | 0.3% | - |
| XYZ | 2.8 | 5.28 | 1.04 | - |
| YUV | 49.48 | 103.46 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 76 | 6 | 0.82 | 0 | 0.92 | 0.70 | 113.14 | 0.85 | 0.16 |
| Hex | E | 4C | 6 | 52 | 0 | 5C | 46 | 71 | 55 | 10 |
| Octal | 16 | 114 | 6 | 122 | 0 | 134 | 106 | 161 | 125 | 20 |
| Binary | 1110 | 1001100 | 110 | 1010010 | 0 | 1011100 | 1000110 | 1110001 | 1010101 | 10000 |
Color Harmonies of #0E4C06
Complementary color
Monochromatic Colors of #0E4C06
Black with #0E4C06
Text Example
Text Example
White with #0E4C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4C06; }
p { color: rgb(14,76,6); }
H1.HeaderClassName
{
color: #0E4C06;
}
.AnyTagClassName
{
color: #0E4C06;
}
</style>
background-color css
<style>
a { background-color: #0E4C06; }
a { background-color: rgb(14,76,6); }
div.DivClassName
{
background-color: #0E4C06;
}
.BgClassName
{
background-color: #0E4C06;
}
</style>
border-color css
<style>
span { border-color: #0E4C06; }
span { border-color: rgb(14,76,6); }
td.TdClassName
{
border-color: #0E4C06;
}
.TagClassName
{
border-color: #0E4C06;
}
</style>