Shades of Avocado #8D9660
Tints of Avocado #8D9660
RGB
CMYK
RGB Variations
Color information
#8D9660 (or 0x8D9660) is known color: Avocado. HEX triplet: 8D, 96 and 60. RGB value is (141,150,96). Sum of RGB (Red+Green+Blue) = 141+150+96=387 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.43% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 150 - color contains mainly: green. Hex color #8D9660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9660 is #72699F. Grayscale: #8D8D8D. Windows color (decimal): -7498144 or 6329997. OLE color: 6329997.
HSL color Cylindrical-coordinate representation of color #8D9660: hue angle of 70º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8D9660 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 150 | 96 | - |
| CMYK | 0.06 | 0 | 0.36 | 0.41 |
| HSL | 70º | 0.22% | 0.48% | - |
| HSV(B) | 70º | 0.36% | 0.59% | - |
| XYZ | 24 | 28.32 | 15.27 | - |
| YUV | 141.15 | 102.52 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 150 | 96 | 0.06 | 0 | 0.36 | 0.41 | 70 | 0.22 | 0.48 |
| Hex | 8D | 96 | 60 | 6 | 0 | 24 | 29 | 46 | 16 | 30 |
| Octal | 215 | 226 | 140 | 6 | 0 | 44 | 51 | 106 | 26 | 60 |
| Binary | 10001101 | 10010110 | 1100000 | 110 | 0 | 100100 | 101001 | 1000110 | 10110 | 110000 |
Color Harmonies of #8D9660
Complementary color
Monochromatic Colors of #8D9660
Black with #8D9660
Text Example
Text Example
White with #8D9660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9660; }
p { color: rgb(141,150,96); }
H1.HeaderClassName
{
color: #8D9660;
}
.AnyTagClassName
{
color: #8D9660;
}
</style>
background-color css
<style>
a { background-color: #8D9660; }
a { background-color: rgb(141,150,96); }
div.DivClassName
{
background-color: #8D9660;
}
.BgClassName
{
background-color: #8D9660;
}
</style>
border-color css
<style>
span { border-color: #8D9660; }
span { border-color: rgb(141,150,96); }
td.TdClassName
{
border-color: #8D9660;
}
.TagClassName
{
border-color: #8D9660;
}
</style>