Shades of Myrtle #085711
Tints of Myrtle #085711
RGB
CMYK
RGB Variations
Color information
#085711 (or 0x085711) is known color: Myrtle. HEX triplet: 08, 57 and 11. RGB value is (8,87,17). Sum of RGB (Red+Green+Blue) = 8+87+17=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 87 (34.38% from 255 or 77.68% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 87 - color contains mainly: green. Hex color #085711 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085711 is #F7A8EE. Grayscale: #373737. Windows color (decimal): -16230639 or 1136392. OLE color: 1136392.
HSL color Cylindrical-coordinate representation of color #085711: hue angle of 126.84º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085711 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 87 | 17 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.66 |
| HSL | 126.84º | 0.83% | 0.19% | - |
| HSV(B) | 126.84º | 0.91% | 0.34% | - |
| XYZ | 3.61 | 6.91 | 1.67 | - |
| YUV | 55.4 | 106.33 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 87 | 17 | 0.91 | 0 | 0.80 | 0.66 | 126.84 | 0.83 | 0.19 |
| Hex | 8 | 57 | 11 | 5B | 0 | 50 | 42 | 7F | 53 | 13 |
| Octal | 10 | 127 | 21 | 133 | 0 | 120 | 102 | 177 | 123 | 23 |
| Binary | 1000 | 1010111 | 10001 | 1011011 | 0 | 1010000 | 1000010 | 1111111 | 1010011 | 10011 |
Color Harmonies of #085711
Complementary color
Monochromatic Colors of #085711
Black with #085711
Text Example
Text Example
White with #085711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085711; }
p { color: rgb(8,87,17); }
H1.HeaderClassName
{
color: #085711;
}
.AnyTagClassName
{
color: #085711;
}
</style>
background-color css
<style>
a { background-color: #085711; }
a { background-color: rgb(8,87,17); }
div.DivClassName
{
background-color: #085711;
}
.BgClassName
{
background-color: #085711;
}
</style>
border-color css
<style>
span { border-color: #085711; }
span { border-color: rgb(8,87,17); }
td.TdClassName
{
border-color: #085711;
}
.TagClassName
{
border-color: #085711;
}
</style>