Shades of Myrtle #085013
Tints of Myrtle #085013
RGB
CMYK
RGB Variations
Color information
#085013 (or 0x085013) is known color: Myrtle. HEX triplet: 08, 50 and 13. RGB value is (8,80,19). Sum of RGB (Red+Green+Blue) = 8+80+19=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 80 (31.64% from 255 or 74.77% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 80 - color contains mainly: green. Hex color #085013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085013 is #F7AFEC. Grayscale: #333333. Windows color (decimal): -16232429 or 1265672. OLE color: 1265672.
HSL color Cylindrical-coordinate representation of color #085013: hue angle of 129.17º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085013 is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 80 | 19 | - |
| CMYK | 0.90 | 0 | 0.76 | 0.69 |
| HSL | 129.17º | 0.82% | 0.17% | - |
| HSV(B) | 129.17º | 0.9% | 0.31% | - |
| XYZ | 3.09 | 5.84 | 1.58 | - |
| YUV | 51.52 | 109.65 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 80 | 19 | 0.90 | 0 | 0.76 | 0.69 | 129.17 | 0.82 | 0.17 |
| Hex | 8 | 50 | 13 | 5A | 0 | 4C | 45 | 81 | 52 | 11 |
| Octal | 10 | 120 | 23 | 132 | 0 | 114 | 105 | 201 | 122 | 21 |
| Binary | 1000 | 1010000 | 10011 | 1011010 | 0 | 1001100 | 1000101 | 10000001 | 1010010 | 10001 |
Color Harmonies of #085013
Complementary color
Monochromatic Colors of #085013
Black with #085013
Text Example
Text Example
White with #085013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085013; }
p { color: rgb(8,80,19); }
H1.HeaderClassName
{
color: #085013;
}
.AnyTagClassName
{
color: #085013;
}
</style>
background-color css
<style>
a { background-color: #085013; }
a { background-color: rgb(8,80,19); }
div.DivClassName
{
background-color: #085013;
}
.BgClassName
{
background-color: #085013;
}
</style>
border-color css
<style>
span { border-color: #085013; }
span { border-color: rgb(8,80,19); }
td.TdClassName
{
border-color: #085013;
}
.TagClassName
{
border-color: #085013;
}
</style>