Shades of Avocado #8F995F
Tints of Avocado #8F995F
RGB
CMYK
RGB Variations
Color information
#8F995F (or 0x8F995F) is known color: Avocado. HEX triplet: 8F, 99 and 5F. RGB value is (143,153,95). Sum of RGB (Red+Green+Blue) = 143+153+95=391 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.57% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 153 - color contains mainly: green. Hex color #8F995F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F995F is #7066A0. Grayscale: #8F8F8F. Windows color (decimal): -7366305 or 6265231. OLE color: 6265231.
HSL color Cylindrical-coordinate representation of color #8F995F: hue angle of 70.34º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F995F is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 143 | 153 | 95 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.4 |
| HSL | 70.34º | 0.23% | 0.49% | - |
| HSV(B) | 70.34º | 0.38% | 0.6% | - |
| XYZ | 24.78 | 29.45 | 15.2 | - |
| YUV | 143.4 | 100.69 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 153 | 95 | 0.07 | 0 | 0.38 | 0.4 | 70.34 | 0.23 | 0.49 |
| Hex | 8F | 99 | 5F | 7 | 0 | 26 | 28 | 46 | 17 | 31 |
| Octal | 217 | 231 | 137 | 7 | 0 | 46 | 50 | 106 | 27 | 61 |
| Binary | 10001111 | 10011001 | 1011111 | 111 | 0 | 100110 | 101000 | 1000110 | 10111 | 110001 |
Color Harmonies of #8F995F
Complementary color
Monochromatic Colors of #8F995F
Black with #8F995F
Text Example
Text Example
White with #8F995F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F995F; }
p { color: rgb(143,153,95); }
H1.HeaderClassName
{
color: #8F995F;
}
.AnyTagClassName
{
color: #8F995F;
}
</style>
background-color css
<style>
a { background-color: #8F995F; }
a { background-color: rgb(143,153,95); }
div.DivClassName
{
background-color: #8F995F;
}
.BgClassName
{
background-color: #8F995F;
}
</style>
border-color css
<style>
span { border-color: #8F995F; }
span { border-color: rgb(143,153,95); }
td.TdClassName
{
border-color: #8F995F;
}
.TagClassName
{
border-color: #8F995F;
}
</style>