Shades of Avocado #8D9371
Tints of Avocado #8D9371
RGB
CMYK
RGB Variations
Color information
#8D9371 (or 0x8D9371) is known color: Avocado. HEX triplet: 8D, 93 and 71. RGB value is (141,147,113). Sum of RGB (Red+Green+Blue) = 141+147+113=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 147 - color contains mainly: green. Hex color #8D9371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9371 is #726C8E. Grayscale: #8D8D8D. Windows color (decimal): -7498895 or 7443341. OLE color: 7443341.
HSL color Cylindrical-coordinate representation of color #8D9371: hue angle of 70.59º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8D9371 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 147 | 113 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.42 |
| HSL | 70.59º | 0.14% | 0.51% | - |
| HSV(B) | 70.59º | 0.23% | 0.58% | - |
| XYZ | 24.4 | 27.72 | 19.69 | - |
| YUV | 141.33 | 112.01 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 147 | 113 | 0.04 | 0 | 0.23 | 0.42 | 70.59 | 0.14 | 0.51 |
| Hex | 8D | 93 | 71 | 4 | 0 | 17 | 2A | 47 | E | 33 |
| Octal | 215 | 223 | 161 | 4 | 0 | 27 | 52 | 107 | 16 | 63 |
| Binary | 10001101 | 10010011 | 1110001 | 100 | 0 | 10111 | 101010 | 1000111 | 1110 | 110011 |
Color Harmonies of #8D9371
Complementary color
Monochromatic Colors of #8D9371
Black with #8D9371
Text Example
Text Example
White with #8D9371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9371; }
p { color: rgb(141,147,113); }
H1.HeaderClassName
{
color: #8D9371;
}
.AnyTagClassName
{
color: #8D9371;
}
</style>
background-color css
<style>
a { background-color: #8D9371; }
a { background-color: rgb(141,147,113); }
div.DivClassName
{
background-color: #8D9371;
}
.BgClassName
{
background-color: #8D9371;
}
</style>
border-color css
<style>
span { border-color: #8D9371; }
span { border-color: rgb(141,147,113); }
td.TdClassName
{
border-color: #8D9371;
}
.TagClassName
{
border-color: #8D9371;
}
</style>