Shades of Myrtle #085910
Tints of Myrtle #085910
RGB
CMYK
RGB Variations
Color information
#085910 (or 0x085910) is known color: Myrtle. HEX triplet: 08, 59 and 10. RGB value is (8,89,16). Sum of RGB (Red+Green+Blue) = 8+89+16=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 89 (35.16% from 255 or 78.76% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 89 - color contains mainly: green. Hex color #085910 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085910 is #F7A6EF. Grayscale: #383838. Windows color (decimal): -16230128 or 1071368. OLE color: 1071368.
HSL color Cylindrical-coordinate representation of color #085910: hue angle of 125.93º 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 #085910 is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 89 | 16 | - |
| CMYK | 0.91 | 0 | 0.82 | 0.65 |
| HSL | 125.93º | 0.84% | 0.19% | - |
| HSV(B) | 125.93º | 0.91% | 0.35% | - |
| XYZ | 3.77 | 7.23 | 1.69 | - |
| YUV | 56.46 | 105.16 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 89 | 16 | 0.91 | 0 | 0.82 | 0.65 | 125.93 | 0.84 | 0.19 |
| Hex | 8 | 59 | 10 | 5B | 0 | 52 | 41 | 7E | 54 | 13 |
| Octal | 10 | 131 | 20 | 133 | 0 | 122 | 101 | 176 | 124 | 23 |
| Binary | 1000 | 1011001 | 10000 | 1011011 | 0 | 1010010 | 1000001 | 1111110 | 1010100 | 10011 |
Color Harmonies of #085910
Complementary color
Monochromatic Colors of #085910
Black with #085910
Text Example
Text Example
White with #085910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085910; }
p { color: rgb(8,89,16); }
H1.HeaderClassName
{
color: #085910;
}
.AnyTagClassName
{
color: #085910;
}
</style>
background-color css
<style>
a { background-color: #085910; }
a { background-color: rgb(8,89,16); }
div.DivClassName
{
background-color: #085910;
}
.BgClassName
{
background-color: #085910;
}
</style>
border-color css
<style>
span { border-color: #085910; }
span { border-color: rgb(8,89,16); }
td.TdClassName
{
border-color: #085910;
}
.TagClassName
{
border-color: #085910;
}
</style>