Shades of Avocado #8F966F
Tints of Avocado #8F966F
RGB
CMYK
RGB Variations
Color information
#8F966F (or 0x8F966F) is known color: Avocado. HEX triplet: 8F, 96 and 6F. RGB value is (143,150,111). Sum of RGB (Red+Green+Blue) = 143+150+111=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 150 - color contains mainly: green. Hex color #8F966F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F966F is #706990. Grayscale: #8F8F8F. Windows color (decimal): -7367057 or 7313039. OLE color: 7313039.
HSL color Cylindrical-coordinate representation of color #8F966F: hue angle of 70.77º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8F966F is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 150 | 111 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.41 |
| HSL | 70.77º | 0.16% | 0.51% | - |
| HSV(B) | 70.77º | 0.26% | 0.59% | - |
| XYZ | 25.1 | 28.8 | 19.27 | - |
| YUV | 143.46 | 109.68 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 111 | 0.05 | 0 | 0.26 | 0.41 | 70.77 | 0.16 | 0.51 |
| Hex | 8F | 96 | 6F | 5 | 0 | 1A | 29 | 47 | 10 | 33 |
| Octal | 217 | 226 | 157 | 5 | 0 | 32 | 51 | 107 | 20 | 63 |
| Binary | 10001111 | 10010110 | 1101111 | 101 | 0 | 11010 | 101001 | 1000111 | 10000 | 110011 |
Color Harmonies of #8F966F
Complementary color
Monochromatic Colors of #8F966F
Black with #8F966F
Text Example
Text Example
White with #8F966F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F966F; }
p { color: rgb(143,150,111); }
H1.HeaderClassName
{
color: #8F966F;
}
.AnyTagClassName
{
color: #8F966F;
}
</style>
background-color css
<style>
a { background-color: #8F966F; }
a { background-color: rgb(143,150,111); }
div.DivClassName
{
background-color: #8F966F;
}
.BgClassName
{
background-color: #8F966F;
}
</style>
border-color css
<style>
span { border-color: #8F966F; }
span { border-color: rgb(143,150,111); }
td.TdClassName
{
border-color: #8F966F;
}
.TagClassName
{
border-color: #8F966F;
}
</style>