Shades of Myrtle #0E5307
Tints of Myrtle #0E5307
RGB
CMYK
RGB Variations
Color information
#0E5307 (or 0x0E5307) is known color: Myrtle. HEX triplet: 0E, 53 and 07. RGB value is (14,83,7). Sum of RGB (Red+Green+Blue) = 14+83+7=104 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.46% from 104); Green value is 83 (32.81% from 255 or 79.81% from 104); Blue value is 7 (3.12% from 255 or 6.73% from 104); Max value from RGB is 83 - color contains mainly: green. Hex color #0E5307 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5307 is #F1ACF8. Grayscale: #353535. Windows color (decimal): -15838457 or 480014. OLE color: 480014.
HSL color Cylindrical-coordinate representation of color #0E5307: hue angle of 114.47º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E5307 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 14 | 83 | 7 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.67 |
| HSL | 114.47º | 0.84% | 0.18% | - |
| HSV(B) | 114.47º | 0.92% | 0.33% | - |
| XYZ | 3.31 | 6.3 | 1.24 | - |
| YUV | 53.71 | 101.64 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 83 | 7 | 0.83 | 0 | 0.92 | 0.67 | 114.47 | 0.84 | 0.18 |
| Hex | E | 53 | 7 | 53 | 0 | 5C | 43 | 72 | 54 | 12 |
| Octal | 16 | 123 | 7 | 123 | 0 | 134 | 103 | 162 | 124 | 22 |
| Binary | 1110 | 1010011 | 111 | 1010011 | 0 | 1011100 | 1000011 | 1110010 | 1010100 | 10010 |
Color Harmonies of #0E5307
Complementary color
Monochromatic Colors of #0E5307
Black with #0E5307
Text Example
Text Example
White with #0E5307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5307; }
p { color: rgb(14,83,7); }
H1.HeaderClassName
{
color: #0E5307;
}
.AnyTagClassName
{
color: #0E5307;
}
</style>
background-color css
<style>
a { background-color: #0E5307; }
a { background-color: rgb(14,83,7); }
div.DivClassName
{
background-color: #0E5307;
}
.BgClassName
{
background-color: #0E5307;
}
</style>
border-color css
<style>
span { border-color: #0E5307; }
span { border-color: rgb(14,83,7); }
td.TdClassName
{
border-color: #0E5307;
}
.TagClassName
{
border-color: #0E5307;
}
</style>