Shades of Myrtle #085508
Tints of Myrtle #085508
RGB
CMYK
RGB Variations
Color information
#085508 (or 0x085508) is known color: Myrtle. HEX triplet: 08, 55 and 08. RGB value is (8,85,8). Sum of RGB (Red+Green+Blue) = 8+85+8=101 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.92% from 101); Green value is 85 (33.59% from 255 or 84.16% from 101); Blue value is 8 (3.52% from 255 or 7.92% from 101); Max value from RGB is 85 - color contains mainly: green. Hex color #085508 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085508 is #F7AAF7. Grayscale: #353535. Windows color (decimal): -16231160 or 546056. OLE color: 546056.
HSL color Cylindrical-coordinate representation of color #085508: hue angle of 120º 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 #085508 is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 85 | 8 | - |
| CMYK | 0.91 | 0 | 0.91 | 0.67 |
| HSL | 120º | 0.83% | 0.18% | - |
| HSV(B) | 120º | 0.91% | 0.33% | - |
| XYZ | 3.39 | 6.57 | 1.32 | - |
| YUV | 53.2 | 102.49 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 85 | 8 | 0.91 | 0 | 0.91 | 0.67 | 120 | 0.83 | 0.18 |
| Hex | 8 | 55 | 8 | 5B | 0 | 5B | 43 | 78 | 53 | 12 |
| Octal | 10 | 125 | 10 | 133 | 0 | 133 | 103 | 170 | 123 | 22 |
| Binary | 1000 | 1010101 | 1000 | 1011011 | 0 | 1011011 | 1000011 | 1111000 | 1010011 | 10010 |
Color Harmonies of #085508
Complementary color
Monochromatic Colors of #085508
Black with #085508
Text Example
Text Example
White with #085508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085508; }
p { color: rgb(8,85,8); }
H1.HeaderClassName
{
color: #085508;
}
.AnyTagClassName
{
color: #085508;
}
</style>
background-color css
<style>
a { background-color: #085508; }
a { background-color: rgb(8,85,8); }
div.DivClassName
{
background-color: #085508;
}
.BgClassName
{
background-color: #085508;
}
</style>
border-color css
<style>
span { border-color: #085508; }
span { border-color: rgb(8,85,8); }
td.TdClassName
{
border-color: #085508;
}
.TagClassName
{
border-color: #085508;
}
</style>