Shades of Avocado #8D956D
Tints of Avocado #8D956D
RGB
CMYK
RGB Variations
Color information
#8D956D (or 0x8D956D) is known color: Avocado. HEX triplet: 8D, 95 and 6D. RGB value is (141,149,109). Sum of RGB (Red+Green+Blue) = 141+149+109=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 149 - color contains mainly: green. Hex color #8D956D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D956D is #726A92. Grayscale: #8E8E8E. Windows color (decimal): -7498387 or 7181709. OLE color: 7181709.
HSL color Cylindrical-coordinate representation of color #8D956D: hue angle of 72º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8D956D is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 149 | 109 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.42 |
| HSL | 72º | 0.16% | 0.51% | - |
| HSV(B) | 72º | 0.27% | 0.58% | - |
| XYZ | 24.49 | 28.26 | 18.63 | - |
| YUV | 142.05 | 109.35 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 149 | 109 | 0.05 | 0 | 0.27 | 0.42 | 72 | 0.16 | 0.51 |
| Hex | 8D | 95 | 6D | 5 | 0 | 1B | 2A | 48 | 10 | 33 |
| Octal | 215 | 225 | 155 | 5 | 0 | 33 | 52 | 110 | 20 | 63 |
| Binary | 10001101 | 10010101 | 1101101 | 101 | 0 | 11011 | 101010 | 1001000 | 10000 | 110011 |
Color Harmonies of #8D956D
Complementary color
Monochromatic Colors of #8D956D
Black with #8D956D
Text Example
Text Example
White with #8D956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D956D; }
p { color: rgb(141,149,109); }
H1.HeaderClassName
{
color: #8D956D;
}
.AnyTagClassName
{
color: #8D956D;
}
</style>
background-color css
<style>
a { background-color: #8D956D; }
a { background-color: rgb(141,149,109); }
div.DivClassName
{
background-color: #8D956D;
}
.BgClassName
{
background-color: #8D956D;
}
</style>
border-color css
<style>
span { border-color: #8D956D; }
span { border-color: rgb(141,149,109); }
td.TdClassName
{
border-color: #8D956D;
}
.TagClassName
{
border-color: #8D956D;
}
</style>