Shades of Myrtle #085411
Tints of Myrtle #085411
RGB
CMYK
RGB Variations
Color information
#085411 (or 0x085411) is known color: Myrtle. HEX triplet: 08, 54 and 11. RGB value is (8,84,17). Sum of RGB (Red+Green+Blue) = 8+84+17=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 84 (33.20% from 255 or 77.06% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 84 - color contains mainly: green. Hex color #085411 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085411 is #F7ABEE. Grayscale: #353535. Windows color (decimal): -16231407 or 1135624. OLE color: 1135624.
HSL color Cylindrical-coordinate representation of color #085411: hue angle of 127.11º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085411 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 84 | 17 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.67 |
| HSL | 127.11º | 0.83% | 0.18% | - |
| HSV(B) | 127.11º | 0.9% | 0.33% | - |
| XYZ | 3.37 | 6.43 | 1.59 | - |
| YUV | 53.64 | 107.32 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 84 | 17 | 0.90 | 0 | 0.80 | 0.67 | 127.11 | 0.83 | 0.18 |
| Hex | 8 | 54 | 11 | 5A | 0 | 50 | 43 | 7F | 53 | 12 |
| Octal | 10 | 124 | 21 | 132 | 0 | 120 | 103 | 177 | 123 | 22 |
| Binary | 1000 | 1010100 | 10001 | 1011010 | 0 | 1010000 | 1000011 | 1111111 | 1010011 | 10010 |
Color Harmonies of #085411
Complementary color
Monochromatic Colors of #085411
Black with #085411
Text Example
Text Example
White with #085411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085411; }
p { color: rgb(8,84,17); }
H1.HeaderClassName
{
color: #085411;
}
.AnyTagClassName
{
color: #085411;
}
</style>
background-color css
<style>
a { background-color: #085411; }
a { background-color: rgb(8,84,17); }
div.DivClassName
{
background-color: #085411;
}
.BgClassName
{
background-color: #085411;
}
</style>
border-color css
<style>
span { border-color: #085411; }
span { border-color: rgb(8,84,17); }
td.TdClassName
{
border-color: #085411;
}
.TagClassName
{
border-color: #085411;
}
</style>