Shades of Avocado #8F966A
Tints of Avocado #8F966A
RGB
CMYK
RGB Variations
Color information
#8F966A (or 0x8F966A) is known color: Avocado. HEX triplet: 8F, 96 and 6A. RGB value is (143,150,106). Sum of RGB (Red+Green+Blue) = 143+150+106=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 150 - color contains mainly: green. Hex color #8F966A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F966A is #706995. Grayscale: #8F8F8F. Windows color (decimal): -7367062 or 6985359. OLE color: 6985359.
HSL color Cylindrical-coordinate representation of color #8F966A: hue angle of 69.55º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F966A is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 150 | 106 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.41 |
| HSL | 69.55º | 0.17% | 0.5% | - |
| HSV(B) | 69.55º | 0.29% | 0.59% | - |
| XYZ | 24.84 | 28.69 | 17.86 | - |
| YUV | 142.89 | 107.18 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 106 | 0.05 | 0 | 0.29 | 0.41 | 69.55 | 0.17 | 0.5 |
| Hex | 8F | 96 | 6A | 5 | 0 | 1D | 29 | 46 | 11 | 32 |
| Octal | 217 | 226 | 152 | 5 | 0 | 35 | 51 | 106 | 21 | 62 |
| Binary | 10001111 | 10010110 | 1101010 | 101 | 0 | 11101 | 101001 | 1000110 | 10001 | 110010 |
Color Harmonies of #8F966A
Complementary color
Monochromatic Colors of #8F966A
Black with #8F966A
Text Example
Text Example
White with #8F966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F966A; }
p { color: rgb(143,150,106); }
H1.HeaderClassName
{
color: #8F966A;
}
.AnyTagClassName
{
color: #8F966A;
}
</style>
background-color css
<style>
a { background-color: #8F966A; }
a { background-color: rgb(143,150,106); }
div.DivClassName
{
background-color: #8F966A;
}
.BgClassName
{
background-color: #8F966A;
}
</style>
border-color css
<style>
span { border-color: #8F966A; }
span { border-color: rgb(143,150,106); }
td.TdClassName
{
border-color: #8F966A;
}
.TagClassName
{
border-color: #8F966A;
}
</style>