Shades of Myrtle #0E5B08
Tints of Myrtle #0E5B08
RGB
CMYK
RGB Variations
Color information
#0E5B08 (or 0x0E5B08) is known color: Myrtle. HEX triplet: 0E, 5B and 08. RGB value is (14,91,8). Sum of RGB (Red+Green+Blue) = 14+91+8=113 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.39% from 113); Green value is 91 (35.94% from 255 or 80.53% from 113); Blue value is 8 (3.52% from 255 or 7.08% from 113); Max value from RGB is 91 - color contains mainly: green. Hex color #0E5B08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5B08 is #F1A4F7. Grayscale: #3A3A3A. Windows color (decimal): -15836408 or 547598. OLE color: 547598.
HSL color Cylindrical-coordinate representation of color #0E5B08: hue angle of 115.66º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E5B08 is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 14 | 91 | 8 | - |
| CMYK | 0.85 | 0 | 0.91 | 0.64 |
| HSL | 115.66º | 0.84% | 0.19% | - |
| HSV(B) | 115.66º | 0.91% | 0.36% | - |
| XYZ | 3.97 | 7.59 | 1.49 | - |
| YUV | 58.52 | 99.49 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 91 | 8 | 0.85 | 0 | 0.91 | 0.64 | 115.66 | 0.84 | 0.19 |
| Hex | E | 5B | 8 | 55 | 0 | 5B | 40 | 74 | 54 | 13 |
| Octal | 16 | 133 | 10 | 125 | 0 | 133 | 100 | 164 | 124 | 23 |
| Binary | 1110 | 1011011 | 1000 | 1010101 | 0 | 1011011 | 1000000 | 1110100 | 1010100 | 10011 |
Color Harmonies of #0E5B08
Complementary color
Monochromatic Colors of #0E5B08
Black with #0E5B08
Text Example
Text Example
White with #0E5B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5B08; }
p { color: rgb(14,91,8); }
H1.HeaderClassName
{
color: #0E5B08;
}
.AnyTagClassName
{
color: #0E5B08;
}
</style>
background-color css
<style>
a { background-color: #0E5B08; }
a { background-color: rgb(14,91,8); }
div.DivClassName
{
background-color: #0E5B08;
}
.BgClassName
{
background-color: #0E5B08;
}
</style>
border-color css
<style>
span { border-color: #0E5B08; }
span { border-color: rgb(14,91,8); }
td.TdClassName
{
border-color: #0E5B08;
}
.TagClassName
{
border-color: #0E5B08;
}
</style>