Shades of Myrtle #085104
Tints of Myrtle #085104
RGB
CMYK
RGB Variations
Color information
#085104 (or 0x085104) is known color: Myrtle. HEX triplet: 08, 51 and 04. RGB value is (8,81,4). Sum of RGB (Red+Green+Blue) = 8+81+4=93 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.60% from 93); Green value is 81 (32.03% from 255 or 87.10% from 93); Blue value is 4 (1.95% from 255 or 4.30% from 93); Max value from RGB is 81 - color contains mainly: green. Hex color #085104 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085104 is #F7AEFB. Grayscale: #323232. Windows color (decimal): -16232188 or 282888. OLE color: 282888.
HSL color Cylindrical-coordinate representation of color #085104: hue angle of 116.88º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085104 is Cyan = 0.90, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 81 | 4 | - |
| CMYK | 0.90 | 0 | 0.95 | 0.68 |
| HSL | 116.88º | 0.91% | 0.17% | - |
| HSV(B) | 116.88º | 0.95% | 0.32% | - |
| XYZ | 3.06 | 5.95 | 1.1 | - |
| YUV | 50.4 | 101.82 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 81 | 4 | 0.90 | 0 | 0.95 | 0.68 | 116.88 | 0.91 | 0.17 |
| Hex | 8 | 51 | 4 | 5A | 0 | 5F | 44 | 75 | 5B | 11 |
| Octal | 10 | 121 | 4 | 132 | 0 | 137 | 104 | 165 | 133 | 21 |
| Binary | 1000 | 1010001 | 100 | 1011010 | 0 | 1011111 | 1000100 | 1110101 | 1011011 | 10001 |
Color Harmonies of #085104
Complementary color
Monochromatic Colors of #085104
Black with #085104
Text Example
Text Example
White with #085104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085104; }
p { color: rgb(8,81,4); }
H1.HeaderClassName
{
color: #085104;
}
.AnyTagClassName
{
color: #085104;
}
</style>
background-color css
<style>
a { background-color: #085104; }
a { background-color: rgb(8,81,4); }
div.DivClassName
{
background-color: #085104;
}
.BgClassName
{
background-color: #085104;
}
</style>
border-color css
<style>
span { border-color: #085104; }
span { border-color: rgb(8,81,4); }
td.TdClassName
{
border-color: #085104;
}
.TagClassName
{
border-color: #085104;
}
</style>