Shades of Myrtle #085112
Tints of Myrtle #085112
RGB
CMYK
RGB Variations
Color information
#085112 (or 0x085112) is known color: Myrtle. HEX triplet: 08, 51 and 12. RGB value is (8,81,18). Sum of RGB (Red+Green+Blue) = 8+81+18=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 81 (32.03% from 255 or 75.70% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 81 - color contains mainly: green. Hex color #085112 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085112 is #F7AEED. Grayscale: #343434. Windows color (decimal): -16232174 or 1200392. OLE color: 1200392.
HSL color Cylindrical-coordinate representation of color #085112: hue angle of 128.22º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085112 is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 81 | 18 | - |
| CMYK | 0.90 | 0 | 0.78 | 0.68 |
| HSL | 128.22º | 0.82% | 0.17% | - |
| HSV(B) | 128.22º | 0.9% | 0.32% | - |
| XYZ | 3.15 | 5.98 | 1.56 | - |
| YUV | 51.99 | 108.82 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 81 | 18 | 0.90 | 0 | 0.78 | 0.68 | 128.22 | 0.82 | 0.17 |
| Hex | 8 | 51 | 12 | 5A | 0 | 4E | 44 | 80 | 52 | 11 |
| Octal | 10 | 121 | 22 | 132 | 0 | 116 | 104 | 200 | 122 | 21 |
| Binary | 1000 | 1010001 | 10010 | 1011010 | 0 | 1001110 | 1000100 | 10000000 | 1010010 | 10001 |
Color Harmonies of #085112
Complementary color
Monochromatic Colors of #085112
Black with #085112
Text Example
Text Example
White with #085112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085112; }
p { color: rgb(8,81,18); }
H1.HeaderClassName
{
color: #085112;
}
.AnyTagClassName
{
color: #085112;
}
</style>
background-color css
<style>
a { background-color: #085112; }
a { background-color: rgb(8,81,18); }
div.DivClassName
{
background-color: #085112;
}
.BgClassName
{
background-color: #085112;
}
</style>
border-color css
<style>
span { border-color: #085112; }
span { border-color: rgb(8,81,18); }
td.TdClassName
{
border-color: #085112;
}
.TagClassName
{
border-color: #085112;
}
</style>