Shades of Avocado #8D9957
Tints of Avocado #8D9957
RGB
CMYK
RGB Variations
Color information
#8D9957 (or 0x8D9957) is known color: Avocado. HEX triplet: 8D, 99 and 57. RGB value is (141,153,87). Sum of RGB (Red+Green+Blue) = 141+153+87=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 87 (34.38% from 255 or 22.83% from 381); Max value from RGB is 153 - color contains mainly: green. Hex color #8D9957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9957 is #7266A8. Grayscale: #8E8E8E. Windows color (decimal): -7497385 or 5740941. OLE color: 5740941.
HSL color Cylindrical-coordinate representation of color #8D9957: hue angle of 70.91º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D9957 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 141 | 153 | 87 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.4 |
| HSL | 70.91º | 0.28% | 0.47% | - |
| HSV(B) | 70.91º | 0.43% | 0.6% | - |
| XYZ | 24.1 | 29.13 | 13.37 | - |
| YUV | 141.89 | 97.02 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 153 | 87 | 0.08 | 0 | 0.43 | 0.4 | 70.91 | 0.28 | 0.47 |
| Hex | 8D | 99 | 57 | 8 | 0 | 2B | 28 | 47 | 1C | 2F |
| Octal | 215 | 231 | 127 | 10 | 0 | 53 | 50 | 107 | 34 | 57 |
| Binary | 10001101 | 10011001 | 1010111 | 1000 | 0 | 101011 | 101000 | 1000111 | 11100 | 101111 |
Color Harmonies of #8D9957
Complementary color
Monochromatic Colors of #8D9957
Black with #8D9957
Text Example
Text Example
White with #8D9957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9957; }
p { color: rgb(141,153,87); }
H1.HeaderClassName
{
color: #8D9957;
}
.AnyTagClassName
{
color: #8D9957;
}
</style>
background-color css
<style>
a { background-color: #8D9957; }
a { background-color: rgb(141,153,87); }
div.DivClassName
{
background-color: #8D9957;
}
.BgClassName
{
background-color: #8D9957;
}
</style>
border-color css
<style>
span { border-color: #8D9957; }
span { border-color: rgb(141,153,87); }
td.TdClassName
{
border-color: #8D9957;
}
.TagClassName
{
border-color: #8D9957;
}
</style>