Shades of Avocado #8F986D
Tints of Avocado #8F986D
RGB
CMYK
RGB Variations
Color information
#8F986D (or 0x8F986D) is known color: Avocado. HEX triplet: 8F, 98 and 6D. RGB value is (143,152,109). Sum of RGB (Red+Green+Blue) = 143+152+109=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 152 - color contains mainly: green. Hex color #8F986D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F986D is #706792. Grayscale: #909090. Windows color (decimal): -7366547 or 7182479. OLE color: 7182479.
HSL color Cylindrical-coordinate representation of color #8F986D: hue angle of 72.56º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8F986D is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 143 | 152 | 109 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.40 |
| HSL | 72.56º | 0.17% | 0.51% | - |
| HSV(B) | 72.56º | 0.28% | 0.6% | - |
| XYZ | 25.32 | 29.4 | 18.81 | - |
| YUV | 144.41 | 108.02 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 152 | 109 | 0.06 | 0 | 0.28 | 0.40 | 72.56 | 0.17 | 0.51 |
| Hex | 8F | 98 | 6D | 6 | 0 | 1C | 28 | 49 | 11 | 33 |
| Octal | 217 | 230 | 155 | 6 | 0 | 34 | 50 | 111 | 21 | 63 |
| Binary | 10001111 | 10011000 | 1101101 | 110 | 0 | 11100 | 101000 | 1001001 | 10001 | 110011 |
Color Harmonies of #8F986D
Complementary color
Monochromatic Colors of #8F986D
Black with #8F986D
Text Example
Text Example
White with #8F986D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F986D; }
p { color: rgb(143,152,109); }
H1.HeaderClassName
{
color: #8F986D;
}
.AnyTagClassName
{
color: #8F986D;
}
</style>
background-color css
<style>
a { background-color: #8F986D; }
a { background-color: rgb(143,152,109); }
div.DivClassName
{
background-color: #8F986D;
}
.BgClassName
{
background-color: #8F986D;
}
</style>
border-color css
<style>
span { border-color: #8F986D; }
span { border-color: rgb(143,152,109); }
td.TdClassName
{
border-color: #8F986D;
}
.TagClassName
{
border-color: #8F986D;
}
</style>