Shades of Myrtle #085113
Tints of Myrtle #085113
RGB
CMYK
RGB Variations
Color information
#085113 (or 0x085113) is known color: Myrtle. HEX triplet: 08, 51 and 13. RGB value is (8,81,19). Sum of RGB (Red+Green+Blue) = 8+81+19=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 81 (32.03% from 255 or 75% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 81 - color contains mainly: green. Hex color #085113 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085113 is #F7AEEC. Grayscale: #343434. Windows color (decimal): -16232173 or 1265928. OLE color: 1265928.
HSL color Cylindrical-coordinate representation of color #085113: hue angle of 129.04º 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 #085113 is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 81 | 19 | - |
| CMYK | 0.90 | 0 | 0.77 | 0.68 |
| HSL | 129.04º | 0.82% | 0.17% | - |
| HSV(B) | 129.04º | 0.9% | 0.32% | - |
| XYZ | 3.16 | 5.98 | 1.6 | - |
| YUV | 52.11 | 109.32 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 81 | 19 | 0.90 | 0 | 0.77 | 0.68 | 129.04 | 0.82 | 0.17 |
| Hex | 8 | 51 | 13 | 5A | 0 | 4D | 44 | 81 | 52 | 11 |
| Octal | 10 | 121 | 23 | 132 | 0 | 115 | 104 | 201 | 122 | 21 |
| Binary | 1000 | 1010001 | 10011 | 1011010 | 0 | 1001101 | 1000100 | 10000001 | 1010010 | 10001 |
Color Harmonies of #085113
Complementary color
Monochromatic Colors of #085113
Black with #085113
Text Example
Text Example
White with #085113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085113; }
p { color: rgb(8,81,19); }
H1.HeaderClassName
{
color: #085113;
}
.AnyTagClassName
{
color: #085113;
}
</style>
background-color css
<style>
a { background-color: #085113; }
a { background-color: rgb(8,81,19); }
div.DivClassName
{
background-color: #085113;
}
.BgClassName
{
background-color: #085113;
}
</style>
border-color css
<style>
span { border-color: #085113; }
span { border-color: rgb(8,81,19); }
td.TdClassName
{
border-color: #085113;
}
.TagClassName
{
border-color: #085113;
}
</style>