Shades of Myrtle #085212
Tints of Myrtle #085212
RGB
CMYK
RGB Variations
Color information
#085212 (or 0x085212) is known color: Myrtle. HEX triplet: 08, 52 and 12. RGB value is (8,82,18). Sum of RGB (Red+Green+Blue) = 8+82+18=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 82 (32.42% from 255 or 75.93% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 82 - color contains mainly: green. Hex color #085212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085212 is #F7ADED. Grayscale: #343434. Windows color (decimal): -16231918 or 1200648. OLE color: 1200648.
HSL color Cylindrical-coordinate representation of color #085212: hue angle of 128.11º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085212 is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 82 | 18 | - |
| CMYK | 0.90 | 0 | 0.78 | 0.68 |
| HSL | 128.11º | 0.82% | 0.18% | - |
| HSV(B) | 128.11º | 0.9% | 0.32% | - |
| XYZ | 3.23 | 6.13 | 1.59 | - |
| YUV | 52.58 | 108.48 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 82 | 18 | 0.90 | 0 | 0.78 | 0.68 | 128.11 | 0.82 | 0.18 |
| Hex | 8 | 52 | 12 | 5A | 0 | 4E | 44 | 80 | 52 | 12 |
| Octal | 10 | 122 | 22 | 132 | 0 | 116 | 104 | 200 | 122 | 22 |
| Binary | 1000 | 1010010 | 10010 | 1011010 | 0 | 1001110 | 1000100 | 10000000 | 1010010 | 10010 |
Color Harmonies of #085212
Complementary color
Monochromatic Colors of #085212
Black with #085212
Text Example
Text Example
White with #085212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085212; }
p { color: rgb(8,82,18); }
H1.HeaderClassName
{
color: #085212;
}
.AnyTagClassName
{
color: #085212;
}
</style>
background-color css
<style>
a { background-color: #085212; }
a { background-color: rgb(8,82,18); }
div.DivClassName
{
background-color: #085212;
}
.BgClassName
{
background-color: #085212;
}
</style>
border-color css
<style>
span { border-color: #085212; }
span { border-color: rgb(8,82,18); }
td.TdClassName
{
border-color: #085212;
}
.TagClassName
{
border-color: #085212;
}
</style>