Shades of Myrtle #085204
Tints of Myrtle #085204
RGB
CMYK
RGB Variations
Color information
#085204 (or 0x085204) is known color: Myrtle. HEX triplet: 08, 52 and 04. RGB value is (8,82,4). Sum of RGB (Red+Green+Blue) = 8+82+4=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 82 (32.42% from 255 or 87.23% from 94); Blue value is 4 (1.95% from 255 or 4.26% from 94); Max value from RGB is 82 - color contains mainly: green. Hex color #085204 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085204 is #F7ADFB. Grayscale: #333333. Windows color (decimal): -16231932 or 283144. OLE color: 283144.
HSL color Cylindrical-coordinate representation of color #085204: hue angle of 116.92º 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 #085204 is Cyan = 0.90, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 82 | 4 | - |
| CMYK | 0.90 | 0 | 0.95 | 0.68 |
| HSL | 116.92º | 0.91% | 0.17% | - |
| HSV(B) | 116.92º | 0.95% | 0.32% | - |
| XYZ | 3.14 | 6.09 | 1.13 | - |
| YUV | 50.98 | 101.48 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 82 | 4 | 0.90 | 0 | 0.95 | 0.68 | 116.92 | 0.91 | 0.17 |
| Hex | 8 | 52 | 4 | 5A | 0 | 5F | 44 | 75 | 5B | 11 |
| Octal | 10 | 122 | 4 | 132 | 0 | 137 | 104 | 165 | 133 | 21 |
| Binary | 1000 | 1010010 | 100 | 1011010 | 0 | 1011111 | 1000100 | 1110101 | 1011011 | 10001 |
Color Harmonies of #085204
Complementary color
Monochromatic Colors of #085204
Black with #085204
Text Example
Text Example
White with #085204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085204; }
p { color: rgb(8,82,4); }
H1.HeaderClassName
{
color: #085204;
}
.AnyTagClassName
{
color: #085204;
}
</style>
background-color css
<style>
a { background-color: #085204; }
a { background-color: rgb(8,82,4); }
div.DivClassName
{
background-color: #085204;
}
.BgClassName
{
background-color: #085204;
}
</style>
border-color css
<style>
span { border-color: #085204; }
span { border-color: rgb(8,82,4); }
td.TdClassName
{
border-color: #085204;
}
.TagClassName
{
border-color: #085204;
}
</style>