Shades of Myrtle #0E4E07
Tints of Myrtle #0E4E07
RGB
CMYK
RGB Variations
Color information
#0E4E07 (or 0x0E4E07) is known color: Myrtle. HEX triplet: 0E, 4E and 07. RGB value is (14,78,7). Sum of RGB (Red+Green+Blue) = 14+78+7=99 (13% of max value = 765). Red value is 14 (5.86% from 255 or 14.14% from 99); Green value is 78 (30.86% from 255 or 78.79% from 99); Blue value is 7 (3.12% from 255 or 7.07% from 99); Max value from RGB is 78 - color contains mainly: green. Hex color #0E4E07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E4E07 is #F1B1F8. Grayscale: #323232. Windows color (decimal): -15839737 or 478734. OLE color: 478734.
HSL color Cylindrical-coordinate representation of color #0E4E07: hue angle of 114.08º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E4E07 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 14 | 78 | 7 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.69 |
| HSL | 114.08º | 0.84% | 0.17% | - |
| HSV(B) | 114.08º | 0.91% | 0.31% | - |
| XYZ | 2.94 | 5.56 | 1.12 | - |
| YUV | 50.77 | 103.3 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 78 | 7 | 0.82 | 0 | 0.91 | 0.69 | 114.08 | 0.84 | 0.17 |
| Hex | E | 4E | 7 | 52 | 0 | 5B | 45 | 72 | 54 | 11 |
| Octal | 16 | 116 | 7 | 122 | 0 | 133 | 105 | 162 | 124 | 21 |
| Binary | 1110 | 1001110 | 111 | 1010010 | 0 | 1011011 | 1000101 | 1110010 | 1010100 | 10001 |
Color Harmonies of #0E4E07
Complementary color
Monochromatic Colors of #0E4E07
Black with #0E4E07
Text Example
Text Example
White with #0E4E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4E07; }
p { color: rgb(14,78,7); }
H1.HeaderClassName
{
color: #0E4E07;
}
.AnyTagClassName
{
color: #0E4E07;
}
</style>
background-color css
<style>
a { background-color: #0E4E07; }
a { background-color: rgb(14,78,7); }
div.DivClassName
{
background-color: #0E4E07;
}
.BgClassName
{
background-color: #0E4E07;
}
</style>
border-color css
<style>
span { border-color: #0E4E07; }
span { border-color: rgb(14,78,7); }
td.TdClassName
{
border-color: #0E4E07;
}
.TagClassName
{
border-color: #0E4E07;
}
</style>