Shades of Avocado #8F955E
Tints of Avocado #8F955E
RGB
CMYK
RGB Variations
Color information
#8F955E (or 0x8F955E) is known color: Avocado. HEX triplet: 8F, 95 and 5E. RGB value is (143,149,94). Sum of RGB (Red+Green+Blue) = 143+149+94=386 (51% of max value = 765). Red value is 143 (56.25% from 255 or 37.05% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 149 - color contains mainly: green. Hex color #8F955E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F955E is #706AA1. Grayscale: #8D8D8D. Windows color (decimal): -7367330 or 6198671. OLE color: 6198671.
HSL color Cylindrical-coordinate representation of color #8F955E: hue angle of 66.55º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8F955E is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 149 | 94 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.42 |
| HSL | 66.55º | 0.23% | 0.48% | - |
| HSV(B) | 66.55º | 0.37% | 0.58% | - |
| XYZ | 24.1 | 28.14 | 14.75 | - |
| YUV | 140.94 | 101.51 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 149 | 94 | 0.04 | 0 | 0.37 | 0.42 | 66.55 | 0.23 | 0.48 |
| Hex | 8F | 95 | 5E | 4 | 0 | 25 | 2A | 43 | 17 | 30 |
| Octal | 217 | 225 | 136 | 4 | 0 | 45 | 52 | 103 | 27 | 60 |
| Binary | 10001111 | 10010101 | 1011110 | 100 | 0 | 100101 | 101010 | 1000011 | 10111 | 110000 |
Color Harmonies of #8F955E
Complementary color
Monochromatic Colors of #8F955E
Black with #8F955E
Text Example
Text Example
White with #8F955E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F955E; }
p { color: rgb(143,149,94); }
H1.HeaderClassName
{
color: #8F955E;
}
.AnyTagClassName
{
color: #8F955E;
}
</style>
background-color css
<style>
a { background-color: #8F955E; }
a { background-color: rgb(143,149,94); }
div.DivClassName
{
background-color: #8F955E;
}
.BgClassName
{
background-color: #8F955E;
}
</style>
border-color css
<style>
span { border-color: #8F955E; }
span { border-color: rgb(143,149,94); }
td.TdClassName
{
border-color: #8F955E;
}
.TagClassName
{
border-color: #8F955E;
}
</style>