Shades of Avocado #8D985B
Tints of Avocado #8D985B
RGB
CMYK
RGB Variations
Color information
#8D985B (or 0x8D985B) is known color: Avocado. HEX triplet: 8D, 98 and 5B. RGB value is (141,152,91). Sum of RGB (Red+Green+Blue) = 141+152+91=384 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.72% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 152 - color contains mainly: green. Hex color #8D985B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D985B is #7267A4. Grayscale: #8D8D8D. Windows color (decimal): -7497637 or 6002829. OLE color: 6002829.
HSL color Cylindrical-coordinate representation of color #8D985B: hue angle of 70.82º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D985B is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 141 | 152 | 91 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.40 |
| HSL | 70.82º | 0.25% | 0.48% | - |
| HSV(B) | 70.82º | 0.4% | 0.6% | - |
| XYZ | 24.1 | 28.87 | 14.2 | - |
| YUV | 141.76 | 99.36 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 152 | 91 | 0.07 | 0 | 0.40 | 0.40 | 70.82 | 0.25 | 0.48 |
| Hex | 8D | 98 | 5B | 7 | 0 | 28 | 28 | 47 | 19 | 30 |
| Octal | 215 | 230 | 133 | 7 | 0 | 50 | 50 | 107 | 31 | 60 |
| Binary | 10001101 | 10011000 | 1011011 | 111 | 0 | 101000 | 101000 | 1000111 | 11001 | 110000 |
Color Harmonies of #8D985B
Complementary color
Monochromatic Colors of #8D985B
Black with #8D985B
Text Example
Text Example
White with #8D985B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D985B; }
p { color: rgb(141,152,91); }
H1.HeaderClassName
{
color: #8D985B;
}
.AnyTagClassName
{
color: #8D985B;
}
</style>
background-color css
<style>
a { background-color: #8D985B; }
a { background-color: rgb(141,152,91); }
div.DivClassName
{
background-color: #8D985B;
}
.BgClassName
{
background-color: #8D985B;
}
</style>
border-color css
<style>
span { border-color: #8D985B; }
span { border-color: rgb(141,152,91); }
td.TdClassName
{
border-color: #8D985B;
}
.TagClassName
{
border-color: #8D985B;
}
</style>