Shades of Avocado #8D9A61
Tints of Avocado #8D9A61
RGB
CMYK
RGB Variations
Color information
#8D9A61 (or 0x8D9A61) is known color: Avocado. HEX triplet: 8D, 9A and 61. RGB value is (141,154,97). Sum of RGB (Red+Green+Blue) = 141+154+97=392 (51% of max value = 765). Red value is 141 (55.47% from 255 or 35.97% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 154 - color contains mainly: green. Hex color #8D9A61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9A61 is #72659E. Grayscale: #8F8F8F. Windows color (decimal): -7497119 or 6396557. OLE color: 6396557.
HSL color Cylindrical-coordinate representation of color #8D9A61: hue angle of 73.68º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D9A61 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 141 | 154 | 97 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.40 |
| HSL | 73.68º | 0.23% | 0.49% | - |
| HSV(B) | 73.68º | 0.37% | 0.6% | - |
| XYZ | 24.7 | 29.64 | 15.73 | - |
| YUV | 143.62 | 101.69 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 154 | 97 | 0.08 | 0 | 0.37 | 0.40 | 73.68 | 0.23 | 0.49 |
| Hex | 8D | 9A | 61 | 8 | 0 | 25 | 28 | 4A | 17 | 31 |
| Octal | 215 | 232 | 141 | 10 | 0 | 45 | 50 | 112 | 27 | 61 |
| Binary | 10001101 | 10011010 | 1100001 | 1000 | 0 | 100101 | 101000 | 1001010 | 10111 | 110001 |
Color Harmonies of #8D9A61
Complementary color
Monochromatic Colors of #8D9A61
Black with #8D9A61
Text Example
Text Example
White with #8D9A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9A61; }
p { color: rgb(141,154,97); }
H1.HeaderClassName
{
color: #8D9A61;
}
.AnyTagClassName
{
color: #8D9A61;
}
</style>
background-color css
<style>
a { background-color: #8D9A61; }
a { background-color: rgb(141,154,97); }
div.DivClassName
{
background-color: #8D9A61;
}
.BgClassName
{
background-color: #8D9A61;
}
</style>
border-color css
<style>
span { border-color: #8D9A61; }
span { border-color: rgb(141,154,97); }
td.TdClassName
{
border-color: #8D9A61;
}
.TagClassName
{
border-color: #8D9A61;
}
</style>