Shades of Myrtle #085110
Tints of Myrtle #085110
RGB
CMYK
RGB Variations
Color information
#085110 (or 0x085110) is known color: Myrtle. HEX triplet: 08, 51 and 10. RGB value is (8,81,16). Sum of RGB (Red+Green+Blue) = 8+81+16=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 81 (32.03% from 255 or 77.14% from 105); Blue value is 16 (6.64% from 255 or 15.24% from 105); Max value from RGB is 81 - color contains mainly: green. Hex color #085110 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085110 is #F7AEEF. Grayscale: #333333. Windows color (decimal): -16232176 or 1069320. OLE color: 1069320.
HSL color Cylindrical-coordinate representation of color #085110: hue angle of 126.58º 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 #085110 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 81 | 16 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.68 |
| HSL | 126.58º | 0.82% | 0.17% | - |
| HSV(B) | 126.58º | 0.9% | 0.32% | - |
| XYZ | 3.14 | 5.97 | 1.48 | - |
| YUV | 51.76 | 107.82 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 81 | 16 | 0.90 | 0 | 0.80 | 0.68 | 126.58 | 0.82 | 0.17 |
| Hex | 8 | 51 | 10 | 5A | 0 | 50 | 44 | 7F | 52 | 11 |
| Octal | 10 | 121 | 20 | 132 | 0 | 120 | 104 | 177 | 122 | 21 |
| Binary | 1000 | 1010001 | 10000 | 1011010 | 0 | 1010000 | 1000100 | 1111111 | 1010010 | 10001 |
Color Harmonies of #085110
Complementary color
Monochromatic Colors of #085110
Black with #085110
Text Example
Text Example
White with #085110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085110; }
p { color: rgb(8,81,16); }
H1.HeaderClassName
{
color: #085110;
}
.AnyTagClassName
{
color: #085110;
}
</style>
background-color css
<style>
a { background-color: #085110; }
a { background-color: rgb(8,81,16); }
div.DivClassName
{
background-color: #085110;
}
.BgClassName
{
background-color: #085110;
}
</style>
border-color css
<style>
span { border-color: #085110; }
span { border-color: rgb(8,81,16); }
td.TdClassName
{
border-color: #085110;
}
.TagClassName
{
border-color: #085110;
}
</style>