Shades of Avocado #8D9161
Tints of Avocado #8D9161
RGB
CMYK
RGB Variations
Color information
#8D9161 (or 0x8D9161) is known color: Avocado. HEX triplet: 8D, 91 and 61. RGB value is (141,145,97). Sum of RGB (Red+Green+Blue) = 141+145+97=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 145 - color contains mainly: green. Hex color #8D9161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9161 is #726E9E. Grayscale: #8A8A8A. Windows color (decimal): -7499423 or 6394253. OLE color: 6394253.
HSL color Cylindrical-coordinate representation of color #8D9161: hue angle of 65º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D9161 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 145 | 97 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.43 |
| HSL | 65º | 0.2% | 0.47% | - |
| HSV(B) | 65º | 0.33% | 0.57% | - |
| XYZ | 23.27 | 26.78 | 15.25 | - |
| YUV | 138.33 | 104.67 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 145 | 97 | 0.03 | 0 | 0.33 | 0.43 | 65 | 0.2 | 0.47 |
| Hex | 8D | 91 | 61 | 3 | 0 | 21 | 2B | 41 | 14 | 2F |
| Octal | 215 | 221 | 141 | 3 | 0 | 41 | 53 | 101 | 24 | 57 |
| Binary | 10001101 | 10010001 | 1100001 | 11 | 0 | 100001 | 101011 | 1000001 | 10100 | 101111 |
Color Harmonies of #8D9161
Complementary color
Monochromatic Colors of #8D9161
Black with #8D9161
Text Example
Text Example
White with #8D9161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9161; }
p { color: rgb(141,145,97); }
H1.HeaderClassName
{
color: #8D9161;
}
.AnyTagClassName
{
color: #8D9161;
}
</style>
background-color css
<style>
a { background-color: #8D9161; }
a { background-color: rgb(141,145,97); }
div.DivClassName
{
background-color: #8D9161;
}
.BgClassName
{
background-color: #8D9161;
}
</style>
border-color css
<style>
span { border-color: #8D9161; }
span { border-color: rgb(141,145,97); }
td.TdClassName
{
border-color: #8D9161;
}
.TagClassName
{
border-color: #8D9161;
}
</style>