Shades of Myrtle #085006
Tints of Myrtle #085006
RGB
CMYK
RGB Variations
Color information
#085006 (or 0x085006) is known color: Myrtle. HEX triplet: 08, 50 and 06. RGB value is (8,80,6). Sum of RGB (Red+Green+Blue) = 8+80+6=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 80 (31.64% from 255 or 85.11% from 94); Blue value is 6 (2.73% from 255 or 6.38% from 94); Max value from RGB is 80 - color contains mainly: green. Hex color #085006 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085006 is #F7AFF9. Grayscale: #323232. Windows color (decimal): -16232442 or 413704. OLE color: 413704.
HSL color Cylindrical-coordinate representation of color #085006: hue angle of 118.38º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085006 is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 80 | 6 | - |
| CMYK | 0.90 | 0 | 0.92 | 0.69 |
| HSL | 118.38º | 0.86% | 0.17% | - |
| HSV(B) | 118.38º | 0.93% | 0.31% | - |
| XYZ | 3 | 5.8 | 1.13 | - |
| YUV | 50.04 | 103.15 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 80 | 6 | 0.90 | 0 | 0.92 | 0.69 | 118.38 | 0.86 | 0.17 |
| Hex | 8 | 50 | 6 | 5A | 0 | 5C | 45 | 76 | 56 | 11 |
| Octal | 10 | 120 | 6 | 132 | 0 | 134 | 105 | 166 | 126 | 21 |
| Binary | 1000 | 1010000 | 110 | 1011010 | 0 | 1011100 | 1000101 | 1110110 | 1010110 | 10001 |
Color Harmonies of #085006
Complementary color
Monochromatic Colors of #085006
Black with #085006
Text Example
Text Example
White with #085006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085006; }
p { color: rgb(8,80,6); }
H1.HeaderClassName
{
color: #085006;
}
.AnyTagClassName
{
color: #085006;
}
</style>
background-color css
<style>
a { background-color: #085006; }
a { background-color: rgb(8,80,6); }
div.DivClassName
{
background-color: #085006;
}
.BgClassName
{
background-color: #085006;
}
</style>
border-color css
<style>
span { border-color: #085006; }
span { border-color: rgb(8,80,6); }
td.TdClassName
{
border-color: #085006;
}
.TagClassName
{
border-color: #085006;
}
</style>