Shades of Avocado #8F916F
Tints of Avocado #8F916F
RGB
CMYK
RGB Variations
Color information
#8F916F (or 0x8F916F) is known color: Avocado. HEX triplet: 8F, 91 and 6F. RGB value is (143,145,111). Sum of RGB (Red+Green+Blue) = 143+145+111=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 145 - color contains mainly: green. Hex color #8F916F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F916F is #706E90. Grayscale: #8C8C8C. Windows color (decimal): -7368337 or 7311759. OLE color: 7311759.
HSL color Cylindrical-coordinate representation of color #8F916F: hue angle of 63.53º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8F916F is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 145 | 111 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.43 |
| HSL | 63.53º | 0.13% | 0.5% | - |
| HSV(B) | 63.53º | 0.23% | 0.57% | - |
| XYZ | 24.32 | 27.24 | 19.01 | - |
| YUV | 140.53 | 111.34 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 145 | 111 | 0.01 | 0 | 0.23 | 0.43 | 63.53 | 0.13 | 0.5 |
| Hex | 8F | 91 | 6F | 1 | 0 | 17 | 2B | 40 | D | 32 |
| Octal | 217 | 221 | 157 | 1 | 0 | 27 | 53 | 100 | 15 | 62 |
| Binary | 10001111 | 10010001 | 1101111 | 1 | 0 | 10111 | 101011 | 1000000 | 1101 | 110010 |
Color Harmonies of #8F916F
Complementary color
Monochromatic Colors of #8F916F
Black with #8F916F
Text Example
Text Example
White with #8F916F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F916F; }
p { color: rgb(143,145,111); }
H1.HeaderClassName
{
color: #8F916F;
}
.AnyTagClassName
{
color: #8F916F;
}
</style>
background-color css
<style>
a { background-color: #8F916F; }
a { background-color: rgb(143,145,111); }
div.DivClassName
{
background-color: #8F916F;
}
.BgClassName
{
background-color: #8F916F;
}
</style>
border-color css
<style>
span { border-color: #8F916F; }
span { border-color: rgb(143,145,111); }
td.TdClassName
{
border-color: #8F916F;
}
.TagClassName
{
border-color: #8F916F;
}
</style>