Shades of Myrtle #085404
Tints of Myrtle #085404
RGB
CMYK
RGB Variations
Color information
#085404 (or 0x085404) is known color: Myrtle. HEX triplet: 08, 54 and 04. RGB value is (8,84,4). Sum of RGB (Red+Green+Blue) = 8+84+4=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 84 (33.20% from 255 or 87.5% from 96); Blue value is 4 (1.95% from 255 or 4.17% from 96); Max value from RGB is 84 - color contains mainly: green. Hex color #085404 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085404 is #F7ABFB. Grayscale: #343434. Windows color (decimal): -16231420 or 283656. OLE color: 283656.
HSL color Cylindrical-coordinate representation of color #085404: hue angle of 117º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085404 is Cyan = 0.90, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 84 | 4 | - |
| CMYK | 0.90 | 0 | 0.95 | 0.67 |
| HSL | 117º | 0.91% | 0.17% | - |
| HSV(B) | 117º | 0.95% | 0.33% | - |
| XYZ | 3.29 | 6.4 | 1.18 | - |
| YUV | 52.16 | 100.82 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 84 | 4 | 0.90 | 0 | 0.95 | 0.67 | 117 | 0.91 | 0.17 |
| Hex | 8 | 54 | 4 | 5A | 0 | 5F | 43 | 75 | 5B | 11 |
| Octal | 10 | 124 | 4 | 132 | 0 | 137 | 103 | 165 | 133 | 21 |
| Binary | 1000 | 1010100 | 100 | 1011010 | 0 | 1011111 | 1000011 | 1110101 | 1011011 | 10001 |
Color Harmonies of #085404
Complementary color
Monochromatic Colors of #085404
Black with #085404
Text Example
Text Example
White with #085404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085404; }
p { color: rgb(8,84,4); }
H1.HeaderClassName
{
color: #085404;
}
.AnyTagClassName
{
color: #085404;
}
</style>
background-color css
<style>
a { background-color: #085404; }
a { background-color: rgb(8,84,4); }
div.DivClassName
{
background-color: #085404;
}
.BgClassName
{
background-color: #085404;
}
</style>
border-color css
<style>
span { border-color: #085404; }
span { border-color: rgb(8,84,4); }
td.TdClassName
{
border-color: #085404;
}
.TagClassName
{
border-color: #085404;
}
</style>