Shades of Avocado #8D995A
Tints of Avocado #8D995A
RGB
CMYK
RGB Variations
Color information
#8D995A (or 0x8D995A) is known color: Avocado. HEX triplet: 8D, 99 and 5A. RGB value is (141,153,90). Sum of RGB (Red+Green+Blue) = 141+153+90=384 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.72% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 153 - color contains mainly: green. Hex color #8D995A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D995A is #7266A5. Grayscale: #8E8E8E. Windows color (decimal): -7497382 or 5937549. OLE color: 5937549.
HSL color Cylindrical-coordinate representation of color #8D995A: hue angle of 71.43º 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 #8D995A is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 141 | 153 | 90 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.4 |
| HSL | 71.43º | 0.26% | 0.48% | - |
| HSV(B) | 71.43º | 0.41% | 0.6% | - |
| XYZ | 24.22 | 29.18 | 14.03 | - |
| YUV | 142.23 | 98.52 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 153 | 90 | 0.08 | 0 | 0.41 | 0.4 | 71.43 | 0.26 | 0.48 |
| Hex | 8D | 99 | 5A | 8 | 0 | 29 | 28 | 47 | 1A | 30 |
| Octal | 215 | 231 | 132 | 10 | 0 | 51 | 50 | 107 | 32 | 60 |
| Binary | 10001101 | 10011001 | 1011010 | 1000 | 0 | 101001 | 101000 | 1000111 | 11010 | 110000 |
Color Harmonies of #8D995A
Complementary color
Monochromatic Colors of #8D995A
Black with #8D995A
Text Example
Text Example
White with #8D995A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D995A; }
p { color: rgb(141,153,90); }
H1.HeaderClassName
{
color: #8D995A;
}
.AnyTagClassName
{
color: #8D995A;
}
</style>
background-color css
<style>
a { background-color: #8D995A; }
a { background-color: rgb(141,153,90); }
div.DivClassName
{
background-color: #8D995A;
}
.BgClassName
{
background-color: #8D995A;
}
</style>
border-color css
<style>
span { border-color: #8D995A; }
span { border-color: rgb(141,153,90); }
td.TdClassName
{
border-color: #8D995A;
}
.TagClassName
{
border-color: #8D995A;
}
</style>