Shades of Myrtle #085311
Tints of Myrtle #085311
RGB
CMYK
RGB Variations
Color information
#085311 (or 0x085311) is known color: Myrtle. HEX triplet: 08, 53 and 11. RGB value is (8,83,17). Sum of RGB (Red+Green+Blue) = 8+83+17=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 83 (32.81% from 255 or 76.85% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 83 - color contains mainly: green. Hex color #085311 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085311 is #F7ACEE. Grayscale: #353535. Windows color (decimal): -16231663 or 1135368. OLE color: 1135368.
HSL color Cylindrical-coordinate representation of color #085311: hue angle of 127.2º degrees, saturation: 0.82, 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 #085311 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 83 | 17 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.67 |
| HSL | 127.2º | 0.82% | 0.18% | - |
| HSV(B) | 127.2º | 0.9% | 0.33% | - |
| XYZ | 3.29 | 6.28 | 1.57 | - |
| YUV | 53.05 | 107.65 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 83 | 17 | 0.90 | 0 | 0.80 | 0.67 | 127.2 | 0.82 | 0.18 |
| Hex | 8 | 53 | 11 | 5A | 0 | 50 | 43 | 7F | 52 | 12 |
| Octal | 10 | 123 | 21 | 132 | 0 | 120 | 103 | 177 | 122 | 22 |
| Binary | 1000 | 1010011 | 10001 | 1011010 | 0 | 1010000 | 1000011 | 1111111 | 1010010 | 10010 |
Color Harmonies of #085311
Complementary color
Monochromatic Colors of #085311
Black with #085311
Text Example
Text Example
White with #085311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085311; }
p { color: rgb(8,83,17); }
H1.HeaderClassName
{
color: #085311;
}
.AnyTagClassName
{
color: #085311;
}
</style>
background-color css
<style>
a { background-color: #085311; }
a { background-color: rgb(8,83,17); }
div.DivClassName
{
background-color: #085311;
}
.BgClassName
{
background-color: #085311;
}
</style>
border-color css
<style>
span { border-color: #085311; }
span { border-color: rgb(8,83,17); }
td.TdClassName
{
border-color: #085311;
}
.TagClassName
{
border-color: #085311;
}
</style>