Shades of Avocado #8D995E
Tints of Avocado #8D995E
RGB
CMYK
RGB Variations
Color information
#8D995E (or 0x8D995E) is known color: Avocado. HEX triplet: 8D, 99 and 5E. RGB value is (141,153,94). Sum of RGB (Red+Green+Blue) = 141+153+94=388 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.34% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 153 - color contains mainly: green. Hex color #8D995E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D995E is #7266A1. Grayscale: #8E8E8E. Windows color (decimal): -7497378 or 6199693. OLE color: 6199693.
HSL color Cylindrical-coordinate representation of color #8D995E: hue angle of 72.2º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8D995E is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 141 | 153 | 94 | - |
| CMYK | 0.08 | 0 | 0.39 | 0.4 |
| HSL | 72.2º | 0.24% | 0.48% | - |
| HSV(B) | 72.2º | 0.39% | 0.6% | - |
| XYZ | 24.4 | 29.25 | 14.95 | - |
| YUV | 142.69 | 100.52 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 153 | 94 | 0.08 | 0 | 0.39 | 0.4 | 72.2 | 0.24 | 0.48 |
| Hex | 8D | 99 | 5E | 8 | 0 | 27 | 28 | 48 | 18 | 30 |
| Octal | 215 | 231 | 136 | 10 | 0 | 47 | 50 | 110 | 30 | 60 |
| Binary | 10001101 | 10011001 | 1011110 | 1000 | 0 | 100111 | 101000 | 1001000 | 11000 | 110000 |
Color Harmonies of #8D995E
Complementary color
Monochromatic Colors of #8D995E
Black with #8D995E
Text Example
Text Example
White with #8D995E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D995E; }
p { color: rgb(141,153,94); }
H1.HeaderClassName
{
color: #8D995E;
}
.AnyTagClassName
{
color: #8D995E;
}
</style>
background-color css
<style>
a { background-color: #8D995E; }
a { background-color: rgb(141,153,94); }
div.DivClassName
{
background-color: #8D995E;
}
.BgClassName
{
background-color: #8D995E;
}
</style>
border-color css
<style>
span { border-color: #8D995E; }
span { border-color: rgb(141,153,94); }
td.TdClassName
{
border-color: #8D995E;
}
.TagClassName
{
border-color: #8D995E;
}
</style>