Shades of Myrtle #085A0E
Tints of Myrtle #085A0E
RGB
CMYK
RGB Variations
Color information
#085A0E (or 0x085A0E) is known color: Myrtle. HEX triplet: 08, 5A and 0E. RGB value is (8,90,14). Sum of RGB (Red+Green+Blue) = 8+90+14=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 90 (35.55% from 255 or 80.36% from 112); Blue value is 14 (5.86% from 255 or 12.5% from 112); Max value from RGB is 90 - color contains mainly: green. Hex color #085A0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085A0E is #F7A5F1. Grayscale: #393939. Windows color (decimal): -16229874 or 940552. OLE color: 940552.
HSL color Cylindrical-coordinate representation of color #085A0E: hue angle of 124.39º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085A0E is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 90 | 14 | - |
| CMYK | 0.91 | 0 | 0.84 | 0.65 |
| HSL | 124.39º | 0.84% | 0.19% | - |
| HSV(B) | 124.39º | 0.91% | 0.35% | - |
| XYZ | 3.84 | 7.4 | 1.64 | - |
| YUV | 56.82 | 103.83 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 90 | 14 | 0.91 | 0 | 0.84 | 0.65 | 124.39 | 0.84 | 0.19 |
| Hex | 8 | 5A | E | 5B | 0 | 54 | 41 | 7C | 54 | 13 |
| Octal | 10 | 132 | 16 | 133 | 0 | 124 | 101 | 174 | 124 | 23 |
| Binary | 1000 | 1011010 | 1110 | 1011011 | 0 | 1010100 | 1000001 | 1111100 | 1010100 | 10011 |
Color Harmonies of #085A0E
Complementary color
Monochromatic Colors of #085A0E
Black with #085A0E
Text Example
Text Example
White with #085A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085A0E; }
p { color: rgb(8,90,14); }
H1.HeaderClassName
{
color: #085A0E;
}
.AnyTagClassName
{
color: #085A0E;
}
</style>
background-color css
<style>
a { background-color: #085A0E; }
a { background-color: rgb(8,90,14); }
div.DivClassName
{
background-color: #085A0E;
}
.BgClassName
{
background-color: #085A0E;
}
</style>
border-color css
<style>
span { border-color: #085A0E; }
span { border-color: rgb(8,90,14); }
td.TdClassName
{
border-color: #085A0E;
}
.TagClassName
{
border-color: #085A0E;
}
</style>