Shades of Myrtle #0E570B
Tints of Myrtle #0E570B
RGB
CMYK
RGB Variations
Color information
#0E570B (or 0x0E570B) is known color: Myrtle. HEX triplet: 0E, 57 and 0B. RGB value is (14,87,11). Sum of RGB (Red+Green+Blue) = 14+87+11=112 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.5% from 112); Green value is 87 (34.38% from 255 or 77.68% from 112); Blue value is 11 (4.69% from 255 or 9.82% from 112); Max value from RGB is 87 - color contains mainly: green. Hex color #0E570B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E570B is #F1A8F4. Grayscale: #383838. Windows color (decimal): -15837429 or 743182. OLE color: 743182.
HSL color Cylindrical-coordinate representation of color #0E570B: hue angle of 117.63º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E570B is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 14 | 87 | 11 | - |
| CMYK | 0.84 | 0 | 0.87 | 0.66 |
| HSL | 117.63º | 0.78% | 0.19% | - |
| HSV(B) | 117.63º | 0.87% | 0.34% | - |
| XYZ | 3.65 | 6.93 | 1.46 | - |
| YUV | 56.51 | 102.32 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 87 | 11 | 0.84 | 0 | 0.87 | 0.66 | 117.63 | 0.78 | 0.19 |
| Hex | E | 57 | B | 54 | 0 | 57 | 42 | 76 | 4E | 13 |
| Octal | 16 | 127 | 13 | 124 | 0 | 127 | 102 | 166 | 116 | 23 |
| Binary | 1110 | 1010111 | 1011 | 1010100 | 0 | 1010111 | 1000010 | 1110110 | 1001110 | 10011 |
Color Harmonies of #0E570B
Complementary color
Monochromatic Colors of #0E570B
Black with #0E570B
Text Example
Text Example
White with #0E570B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E570B; }
p { color: rgb(14,87,11); }
H1.HeaderClassName
{
color: #0E570B;
}
.AnyTagClassName
{
color: #0E570B;
}
</style>
background-color css
<style>
a { background-color: #0E570B; }
a { background-color: rgb(14,87,11); }
div.DivClassName
{
background-color: #0E570B;
}
.BgClassName
{
background-color: #0E570B;
}
</style>
border-color css
<style>
span { border-color: #0E570B; }
span { border-color: rgb(14,87,11); }
td.TdClassName
{
border-color: #0E570B;
}
.TagClassName
{
border-color: #0E570B;
}
</style>