Shades of Myrtle #085511
Tints of Myrtle #085511
RGB
CMYK
RGB Variations
Color information
#085511 (or 0x085511) is known color: Myrtle. HEX triplet: 08, 55 and 11. RGB value is (8,85,17). Sum of RGB (Red+Green+Blue) = 8+85+17=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 85 (33.59% from 255 or 77.27% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 85 - color contains mainly: green. Hex color #085511 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085511 is #F7AAEE. Grayscale: #363636. Windows color (decimal): -16231151 or 1135880. OLE color: 1135880.
HSL color Cylindrical-coordinate representation of color #085511: hue angle of 127.01º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085511 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 85 | 17 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.67 |
| HSL | 127.01º | 0.83% | 0.18% | - |
| HSV(B) | 127.01º | 0.91% | 0.33% | - |
| XYZ | 3.45 | 6.59 | 1.62 | - |
| YUV | 54.23 | 106.99 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 85 | 17 | 0.91 | 0 | 0.80 | 0.67 | 127.01 | 0.83 | 0.18 |
| Hex | 8 | 55 | 11 | 5B | 0 | 50 | 43 | 7F | 53 | 12 |
| Octal | 10 | 125 | 21 | 133 | 0 | 120 | 103 | 177 | 123 | 22 |
| Binary | 1000 | 1010101 | 10001 | 1011011 | 0 | 1010000 | 1000011 | 1111111 | 1010011 | 10010 |
Color Harmonies of #085511
Complementary color
Monochromatic Colors of #085511
Black with #085511
Text Example
Text Example
White with #085511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085511; }
p { color: rgb(8,85,17); }
H1.HeaderClassName
{
color: #085511;
}
.AnyTagClassName
{
color: #085511;
}
</style>
background-color css
<style>
a { background-color: #085511; }
a { background-color: rgb(8,85,17); }
div.DivClassName
{
background-color: #085511;
}
.BgClassName
{
background-color: #085511;
}
</style>
border-color css
<style>
span { border-color: #085511; }
span { border-color: rgb(8,85,17); }
td.TdClassName
{
border-color: #085511;
}
.TagClassName
{
border-color: #085511;
}
</style>