Shades of Myrtle #085808
Tints of Myrtle #085808
RGB
CMYK
RGB Variations
Color information
#085808 (or 0x085808) is known color: Myrtle. HEX triplet: 08, 58 and 08. RGB value is (8,88,8). Sum of RGB (Red+Green+Blue) = 8+88+8=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 88 (34.77% from 255 or 84.62% from 104); Blue value is 8 (3.52% from 255 or 7.69% from 104); Max value from RGB is 88 - color contains mainly: green. Hex color #085808 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085808 is #F7A7F7. Grayscale: #373737. Windows color (decimal): -16230392 or 546824. OLE color: 546824.
HSL color Cylindrical-coordinate representation of color #085808: hue angle of 120º degrees, saturation: 0.83, 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 #085808 is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 88 | 8 | - |
| CMYK | 0.91 | 0 | 0.91 | 0.65 |
| HSL | 120º | 0.83% | 0.19% | - |
| HSV(B) | 120º | 0.91% | 0.35% | - |
| XYZ | 3.63 | 7.05 | 1.4 | - |
| YUV | 54.96 | 101.5 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 88 | 8 | 0.91 | 0 | 0.91 | 0.65 | 120 | 0.83 | 0.19 |
| Hex | 8 | 58 | 8 | 5B | 0 | 5B | 41 | 78 | 53 | 13 |
| Octal | 10 | 130 | 10 | 133 | 0 | 133 | 101 | 170 | 123 | 23 |
| Binary | 1000 | 1011000 | 1000 | 1011011 | 0 | 1011011 | 1000001 | 1111000 | 1010011 | 10011 |
Color Harmonies of #085808
Complementary color
Monochromatic Colors of #085808
Black with #085808
Text Example
Text Example
White with #085808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085808; }
p { color: rgb(8,88,8); }
H1.HeaderClassName
{
color: #085808;
}
.AnyTagClassName
{
color: #085808;
}
</style>
background-color css
<style>
a { background-color: #085808; }
a { background-color: rgb(8,88,8); }
div.DivClassName
{
background-color: #085808;
}
.BgClassName
{
background-color: #085808;
}
</style>
border-color css
<style>
span { border-color: #085808; }
span { border-color: rgb(8,88,8); }
td.TdClassName
{
border-color: #085808;
}
.TagClassName
{
border-color: #085808;
}
</style>