Shades of Myrtle #085108
Tints of Myrtle #085108
RGB
CMYK
RGB Variations
Color information
#085108 (or 0x085108) is known color: Myrtle. HEX triplet: 08, 51 and 08. RGB value is (8,81,8). Sum of RGB (Red+Green+Blue) = 8+81+8=97 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.25% from 97); Green value is 81 (32.03% from 255 or 83.51% from 97); Blue value is 8 (3.52% from 255 or 8.25% from 97); Max value from RGB is 81 - color contains mainly: green. Hex color #085108 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085108 is #F7AEF7. Grayscale: #333333. Windows color (decimal): -16232184 or 545032. OLE color: 545032.
HSL color Cylindrical-coordinate representation of color #085108: hue angle of 120º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085108 is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 81 | 8 | - |
| CMYK | 0.90 | 0 | 0.90 | 0.68 |
| HSL | 120º | 0.82% | 0.17% | - |
| HSV(B) | 120º | 0.9% | 0.32% | - |
| XYZ | 3.09 | 5.95 | 1.22 | - |
| YUV | 50.85 | 103.82 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 81 | 8 | 0.90 | 0 | 0.90 | 0.68 | 120 | 0.82 | 0.17 |
| Hex | 8 | 51 | 8 | 5A | 0 | 5A | 44 | 78 | 52 | 11 |
| Octal | 10 | 121 | 10 | 132 | 0 | 132 | 104 | 170 | 122 | 21 |
| Binary | 1000 | 1010001 | 1000 | 1011010 | 0 | 1011010 | 1000100 | 1111000 | 1010010 | 10001 |
Color Harmonies of #085108
Complementary color
Monochromatic Colors of #085108
Black with #085108
Text Example
Text Example
White with #085108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085108; }
p { color: rgb(8,81,8); }
H1.HeaderClassName
{
color: #085108;
}
.AnyTagClassName
{
color: #085108;
}
</style>
background-color css
<style>
a { background-color: #085108; }
a { background-color: rgb(8,81,8); }
div.DivClassName
{
background-color: #085108;
}
.BgClassName
{
background-color: #085108;
}
</style>
border-color css
<style>
span { border-color: #085108; }
span { border-color: rgb(8,81,8); }
td.TdClassName
{
border-color: #085108;
}
.TagClassName
{
border-color: #085108;
}
</style>