Shades of Avocado #8D9665
Tints of Avocado #8D9665
RGB
CMYK
RGB Variations
Color information
#8D9665 (or 0x8D9665) is known color: Avocado. HEX triplet: 8D, 96 and 65. RGB value is (141,150,101). Sum of RGB (Red+Green+Blue) = 141+150+101=392 (51% of max value = 765). Red value is 141 (55.47% from 255 or 35.97% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 150 - color contains mainly: green. Hex color #8D9665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9665 is #72699A. Grayscale: #8D8D8D. Windows color (decimal): -7498139 or 6657677. OLE color: 6657677.
HSL color Cylindrical-coordinate representation of color #8D9665: hue angle of 71.02º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D9665 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 150 | 101 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.41 |
| HSL | 71.02º | 0.2% | 0.49% | - |
| HSV(B) | 71.02º | 0.33% | 0.59% | - |
| XYZ | 24.24 | 28.42 | 16.52 | - |
| YUV | 141.72 | 105.02 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 150 | 101 | 0.06 | 0 | 0.33 | 0.41 | 71.02 | 0.2 | 0.49 |
| Hex | 8D | 96 | 65 | 6 | 0 | 21 | 29 | 47 | 14 | 31 |
| Octal | 215 | 226 | 145 | 6 | 0 | 41 | 51 | 107 | 24 | 61 |
| Binary | 10001101 | 10010110 | 1100101 | 110 | 0 | 100001 | 101001 | 1000111 | 10100 | 110001 |
Color Harmonies of #8D9665
Complementary color
Monochromatic Colors of #8D9665
Black with #8D9665
Text Example
Text Example
White with #8D9665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9665; }
p { color: rgb(141,150,101); }
H1.HeaderClassName
{
color: #8D9665;
}
.AnyTagClassName
{
color: #8D9665;
}
</style>
background-color css
<style>
a { background-color: #8D9665; }
a { background-color: rgb(141,150,101); }
div.DivClassName
{
background-color: #8D9665;
}
.BgClassName
{
background-color: #8D9665;
}
</style>
border-color css
<style>
span { border-color: #8D9665; }
span { border-color: rgb(141,150,101); }
td.TdClassName
{
border-color: #8D9665;
}
.TagClassName
{
border-color: #8D9665;
}
</style>