Shades of Avocado #8D9275
Tints of Avocado #8D9275
RGB
CMYK
RGB Variations
Color information
#8D9275 (or 0x8D9275) is known color: Avocado. HEX triplet: 8D, 92 and 75. RGB value is (141,146,117). Sum of RGB (Red+Green+Blue) = 141+146+117=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 146 - color contains mainly: green. Hex color #8D9275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9275 is #726D8A. Grayscale: #8D8D8D. Windows color (decimal): -7499147 or 7705229. OLE color: 7705229.
HSL color Cylindrical-coordinate representation of color #8D9275: hue angle of 70.34º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8D9275 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 146 | 117 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.43 |
| HSL | 70.34º | 0.12% | 0.52% | - |
| HSV(B) | 70.34º | 0.2% | 0.57% | - |
| XYZ | 24.47 | 27.5 | 20.85 | - |
| YUV | 141.2 | 114.34 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 146 | 117 | 0.03 | 0 | 0.20 | 0.43 | 70.34 | 0.12 | 0.52 |
| Hex | 8D | 92 | 75 | 3 | 0 | 14 | 2B | 46 | C | 34 |
| Octal | 215 | 222 | 165 | 3 | 0 | 24 | 53 | 106 | 14 | 64 |
| Binary | 10001101 | 10010010 | 1110101 | 11 | 0 | 10100 | 101011 | 1000110 | 1100 | 110100 |
Color Harmonies of #8D9275
Complementary color
Monochromatic Colors of #8D9275
Black with #8D9275
Text Example
Text Example
White with #8D9275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9275; }
p { color: rgb(141,146,117); }
H1.HeaderClassName
{
color: #8D9275;
}
.AnyTagClassName
{
color: #8D9275;
}
</style>
background-color css
<style>
a { background-color: #8D9275; }
a { background-color: rgb(141,146,117); }
div.DivClassName
{
background-color: #8D9275;
}
.BgClassName
{
background-color: #8D9275;
}
</style>
border-color css
<style>
span { border-color: #8D9275; }
span { border-color: rgb(141,146,117); }
td.TdClassName
{
border-color: #8D9275;
}
.TagClassName
{
border-color: #8D9275;
}
</style>