Shades of Avocado #8F966C
Tints of Avocado #8F966C
RGB
CMYK
RGB Variations
Color information
#8F966C (or 0x8F966C) is known color: Avocado. HEX triplet: 8F, 96 and 6C. RGB value is (143,150,108). Sum of RGB (Red+Green+Blue) = 143+150+108=401 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.66% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 150 - color contains mainly: green. Hex color #8F966C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F966C is #706993. Grayscale: #8F8F8F. Windows color (decimal): -7367060 or 7116431. OLE color: 7116431.
HSL color Cylindrical-coordinate representation of color #8F966C: hue angle of 70º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8F966C is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 150 | 108 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.41 |
| HSL | 70º | 0.17% | 0.51% | - |
| HSV(B) | 70º | 0.28% | 0.59% | - |
| XYZ | 24.94 | 28.74 | 18.42 | - |
| YUV | 143.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 108 | 0.05 | 0 | 0.28 | 0.41 | 70 | 0.17 | 0.51 |
| Hex | 8F | 96 | 6C | 5 | 0 | 1C | 29 | 46 | 11 | 33 |
| Octal | 217 | 226 | 154 | 5 | 0 | 34 | 51 | 106 | 21 | 63 |
| Binary | 10001111 | 10010110 | 1101100 | 101 | 0 | 11100 | 101001 | 1000110 | 10001 | 110011 |
Color Harmonies of #8F966C
Complementary color
Monochromatic Colors of #8F966C
Black with #8F966C
Text Example
Text Example
White with #8F966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F966C; }
p { color: rgb(143,150,108); }
H1.HeaderClassName
{
color: #8F966C;
}
.AnyTagClassName
{
color: #8F966C;
}
</style>
background-color css
<style>
a { background-color: #8F966C; }
a { background-color: rgb(143,150,108); }
div.DivClassName
{
background-color: #8F966C;
}
.BgClassName
{
background-color: #8F966C;
}
</style>
border-color css
<style>
span { border-color: #8F966C; }
span { border-color: rgb(143,150,108); }
td.TdClassName
{
border-color: #8F966C;
}
.TagClassName
{
border-color: #8F966C;
}
</style>