Shades of Myrtle #085400
Tints of Myrtle #085400
RGB
CMYK
RGB Variations
Color information
#085400 (or 0x085400) is known color: Myrtle. HEX triplet: 08, 54 and 00. RGB value is (8,84,0). Sum of RGB (Red+Green+Blue) = 8+84+0=92 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.70% from 92); Green value is 84 (33.20% from 255 or 91.30% from 92); Blue value is 0 (0.39% from 255 or 0% from 92); Max value from RGB is 84 - color contains mainly: green. Hex color #085400 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085400 is #F7ABFF. Grayscale: #333333. Windows color (decimal): -16231424 or 21512. OLE color: 21512.
HSL color Cylindrical-coordinate representation of color #085400: hue angle of 114.29º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #085400 is Cyan = 0.90, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 84 | 0 | - |
| CMYK | 0.90 | 0 | 1 | 0.67 |
| HSL | 114.29º | 1% | 0.16% | - |
| HSV(B) | 114.29º | 1% | 0.33% | - |
| XYZ | 3.27 | 6.39 | 1.06 | - |
| YUV | 51.7 | 98.82 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 84 | 0 | 0.90 | 0 | 1 | 0.67 | 114.29 | 1 | 0.16 |
| Hex | 8 | 54 | 0 | 5A | 0 | 64 | 43 | 72 | 64 | 10 |
| Octal | 10 | 124 | 0 | 132 | 0 | 144 | 103 | 162 | 144 | 20 |
| Binary | 1000 | 1010100 | 0 | 1011010 | 0 | 1100100 | 1000011 | 1110010 | 1100100 | 10000 |
Color Harmonies of #085400
Complementary color
Monochromatic Colors of #085400
Black with #085400
Text Example
Text Example
White with #085400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085400; }
p { color: rgb(8,84,0); }
H1.HeaderClassName
{
color: #085400;
}
.AnyTagClassName
{
color: #085400;
}
</style>
background-color css
<style>
a { background-color: #085400; }
a { background-color: rgb(8,84,0); }
div.DivClassName
{
background-color: #085400;
}
.BgClassName
{
background-color: #085400;
}
</style>
border-color css
<style>
span { border-color: #085400; }
span { border-color: rgb(8,84,0); }
td.TdClassName
{
border-color: #085400;
}
.TagClassName
{
border-color: #085400;
}
</style>