Shades of Myrtle #085A11
Tints of Myrtle #085A11
RGB
CMYK
RGB Variations
Color information
#085A11 (or 0x085A11) is known color: Myrtle. HEX triplet: 08, 5A and 11. RGB value is (8,90,17). Sum of RGB (Red+Green+Blue) = 8+90+17=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 90 (35.55% from 255 or 78.26% from 115); Blue value is 17 (7.03% from 255 or 14.78% from 115); Max value from RGB is 90 - color contains mainly: green. Hex color #085A11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085A11 is #F7A5EE. Grayscale: #393939. Windows color (decimal): -16229871 or 1137160. OLE color: 1137160.
HSL color Cylindrical-coordinate representation of color #085A11: hue angle of 126.59º 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 #085A11 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 90 | 17 | - |
| CMYK | 0.91 | 0 | 0.81 | 0.65 |
| HSL | 126.59º | 0.84% | 0.19% | - |
| HSV(B) | 126.59º | 0.91% | 0.35% | - |
| XYZ | 3.86 | 7.4 | 1.76 | - |
| YUV | 57.16 | 105.33 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 90 | 17 | 0.91 | 0 | 0.81 | 0.65 | 126.59 | 0.84 | 0.19 |
| Hex | 8 | 5A | 11 | 5B | 0 | 51 | 41 | 7F | 54 | 13 |
| Octal | 10 | 132 | 21 | 133 | 0 | 121 | 101 | 177 | 124 | 23 |
| Binary | 1000 | 1011010 | 10001 | 1011011 | 0 | 1010001 | 1000001 | 1111111 | 1010100 | 10011 |
Color Harmonies of #085A11
Complementary color
Monochromatic Colors of #085A11
Black with #085A11
Text Example
Text Example
White with #085A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085A11; }
p { color: rgb(8,90,17); }
H1.HeaderClassName
{
color: #085A11;
}
.AnyTagClassName
{
color: #085A11;
}
</style>
background-color css
<style>
a { background-color: #085A11; }
a { background-color: rgb(8,90,17); }
div.DivClassName
{
background-color: #085A11;
}
.BgClassName
{
background-color: #085A11;
}
</style>
border-color css
<style>
span { border-color: #085A11; }
span { border-color: rgb(8,90,17); }
td.TdClassName
{
border-color: #085A11;
}
.TagClassName
{
border-color: #085A11;
}
</style>