Shades of Myrtle #085610
Tints of Myrtle #085610
RGB
CMYK
RGB Variations
Color information
#085610 (or 0x085610) is known color: Myrtle. HEX triplet: 08, 56 and 10. RGB value is (8,86,16). Sum of RGB (Red+Green+Blue) = 8+86+16=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 86 (33.98% from 255 or 78.18% from 110); Blue value is 16 (6.64% from 255 or 14.55% from 110); Max value from RGB is 86 - color contains mainly: green. Hex color #085610 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085610 is #F7A9EF. Grayscale: #363636. Windows color (decimal): -16230896 or 1070600. OLE color: 1070600.
HSL color Cylindrical-coordinate representation of color #085610: hue angle of 126.15º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085610 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 86 | 16 | - |
| CMYK | 0.91 | 0 | 0.81 | 0.66 |
| HSL | 126.15º | 0.83% | 0.18% | - |
| HSV(B) | 126.15º | 0.91% | 0.34% | - |
| XYZ | 3.52 | 6.74 | 1.61 | - |
| YUV | 54.7 | 106.16 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 86 | 16 | 0.91 | 0 | 0.81 | 0.66 | 126.15 | 0.83 | 0.18 |
| Hex | 8 | 56 | 10 | 5B | 0 | 51 | 42 | 7E | 53 | 12 |
| Octal | 10 | 126 | 20 | 133 | 0 | 121 | 102 | 176 | 123 | 22 |
| Binary | 1000 | 1010110 | 10000 | 1011011 | 0 | 1010001 | 1000010 | 1111110 | 1010011 | 10010 |
Color Harmonies of #085610
Complementary color
Monochromatic Colors of #085610
Black with #085610
Text Example
Text Example
White with #085610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085610; }
p { color: rgb(8,86,16); }
H1.HeaderClassName
{
color: #085610;
}
.AnyTagClassName
{
color: #085610;
}
</style>
background-color css
<style>
a { background-color: #085610; }
a { background-color: rgb(8,86,16); }
div.DivClassName
{
background-color: #085610;
}
.BgClassName
{
background-color: #085610;
}
</style>
border-color css
<style>
span { border-color: #085610; }
span { border-color: rgb(8,86,16); }
td.TdClassName
{
border-color: #085610;
}
.TagClassName
{
border-color: #085610;
}
</style>