Shades of Avocado #8D9657
Tints of Avocado #8D9657
RGB
CMYK
RGB Variations
Color information
#8D9657 (or 0x8D9657) is known color: Avocado. HEX triplet: 8D, 96 and 57. RGB value is (141,150,87). Sum of RGB (Red+Green+Blue) = 141+150+87=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 87 (34.38% from 255 or 23.02% from 378); Max value from RGB is 150 - color contains mainly: green. Hex color #8D9657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9657 is #7269A8. Grayscale: #8C8C8C. Windows color (decimal): -7498153 or 5740173. OLE color: 5740173.
HSL color Cylindrical-coordinate representation of color #8D9657: hue angle of 68.57º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D9657 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 150 | 87 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.41 |
| HSL | 68.57º | 0.27% | 0.46% | - |
| HSV(B) | 68.57º | 0.42% | 0.59% | - |
| XYZ | 23.61 | 28.16 | 13.21 | - |
| YUV | 140.13 | 98.02 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 150 | 87 | 0.06 | 0 | 0.42 | 0.41 | 68.57 | 0.27 | 0.46 |
| Hex | 8D | 96 | 57 | 6 | 0 | 2A | 29 | 45 | 1B | 2E |
| Octal | 215 | 226 | 127 | 6 | 0 | 52 | 51 | 105 | 33 | 56 |
| Binary | 10001101 | 10010110 | 1010111 | 110 | 0 | 101010 | 101001 | 1000101 | 11011 | 101110 |
Color Harmonies of #8D9657
Complementary color
Monochromatic Colors of #8D9657
Black with #8D9657
Text Example
Text Example
White with #8D9657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9657; }
p { color: rgb(141,150,87); }
H1.HeaderClassName
{
color: #8D9657;
}
.AnyTagClassName
{
color: #8D9657;
}
</style>
background-color css
<style>
a { background-color: #8D9657; }
a { background-color: rgb(141,150,87); }
div.DivClassName
{
background-color: #8D9657;
}
.BgClassName
{
background-color: #8D9657;
}
</style>
border-color css
<style>
span { border-color: #8D9657; }
span { border-color: rgb(141,150,87); }
td.TdClassName
{
border-color: #8D9657;
}
.TagClassName
{
border-color: #8D9657;
}
</style>