Shades of Avocado #8D9A5B
Tints of Avocado #8D9A5B
RGB
CMYK
RGB Variations
Color information
#8D9A5B (or 0x8D9A5B) is known color: Avocado. HEX triplet: 8D, 9A and 5B. RGB value is (141,154,91). Sum of RGB (Red+Green+Blue) = 141+154+91=386 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.53% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 154 - color contains mainly: green. Hex color #8D9A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9A5B is #7265A4. Grayscale: #8F8F8F. Windows color (decimal): -7497125 or 6003341. OLE color: 6003341.
HSL color Cylindrical-coordinate representation of color #8D9A5B: hue angle of 72.38º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D9A5B is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 141 | 154 | 91 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.40 |
| HSL | 72.38º | 0.26% | 0.48% | - |
| HSV(B) | 72.38º | 0.41% | 0.6% | - |
| XYZ | 24.43 | 29.53 | 14.31 | - |
| YUV | 142.93 | 98.69 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 154 | 91 | 0.08 | 0 | 0.41 | 0.40 | 72.38 | 0.26 | 0.48 |
| Hex | 8D | 9A | 5B | 8 | 0 | 29 | 28 | 48 | 1A | 30 |
| Octal | 215 | 232 | 133 | 10 | 0 | 51 | 50 | 110 | 32 | 60 |
| Binary | 10001101 | 10011010 | 1011011 | 1000 | 0 | 101001 | 101000 | 1001000 | 11010 | 110000 |
Color Harmonies of #8D9A5B
Complementary color
Monochromatic Colors of #8D9A5B
Black with #8D9A5B
Text Example
Text Example
White with #8D9A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9A5B; }
p { color: rgb(141,154,91); }
H1.HeaderClassName
{
color: #8D9A5B;
}
.AnyTagClassName
{
color: #8D9A5B;
}
</style>
background-color css
<style>
a { background-color: #8D9A5B; }
a { background-color: rgb(141,154,91); }
div.DivClassName
{
background-color: #8D9A5B;
}
.BgClassName
{
background-color: #8D9A5B;
}
</style>
border-color css
<style>
span { border-color: #8D9A5B; }
span { border-color: rgb(141,154,91); }
td.TdClassName
{
border-color: #8D9A5B;
}
.TagClassName
{
border-color: #8D9A5B;
}
</style>