Shades of Avocado #8D956C
Tints of Avocado #8D956C
RGB
CMYK
RGB Variations
Color information
#8D956C (or 0x8D956C) is known color: Avocado. HEX triplet: 8D, 95 and 6C. RGB value is (141,149,108). Sum of RGB (Red+Green+Blue) = 141+149+108=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 149 - color contains mainly: green. Hex color #8D956C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D956C is #726A93. Grayscale: #8E8E8E. Windows color (decimal): -7498388 or 7116173. OLE color: 7116173.
HSL color Cylindrical-coordinate representation of color #8D956C: hue angle of 71.71º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D956C is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 149 | 108 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.42 |
| HSL | 71.71º | 0.16% | 0.5% | - |
| HSV(B) | 71.71º | 0.28% | 0.58% | - |
| XYZ | 24.44 | 28.24 | 18.35 | - |
| YUV | 141.93 | 108.85 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 149 | 108 | 0.05 | 0 | 0.28 | 0.42 | 71.71 | 0.16 | 0.5 |
| Hex | 8D | 95 | 6C | 5 | 0 | 1C | 2A | 48 | 10 | 32 |
| Octal | 215 | 225 | 154 | 5 | 0 | 34 | 52 | 110 | 20 | 62 |
| Binary | 10001101 | 10010101 | 1101100 | 101 | 0 | 11100 | 101010 | 1001000 | 10000 | 110010 |
Color Harmonies of #8D956C
Complementary color
Monochromatic Colors of #8D956C
Black with #8D956C
Text Example
Text Example
White with #8D956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D956C; }
p { color: rgb(141,149,108); }
H1.HeaderClassName
{
color: #8D956C;
}
.AnyTagClassName
{
color: #8D956C;
}
</style>
background-color css
<style>
a { background-color: #8D956C; }
a { background-color: rgb(141,149,108); }
div.DivClassName
{
background-color: #8D956C;
}
.BgClassName
{
background-color: #8D956C;
}
</style>
border-color css
<style>
span { border-color: #8D956C; }
span { border-color: rgb(141,149,108); }
td.TdClassName
{
border-color: #8D956C;
}
.TagClassName
{
border-color: #8D956C;
}
</style>