Shades of Avocado #8F9656
Tints of Avocado #8F9656
RGB
CMYK
RGB Variations
Color information
#8F9656 (or 0x8F9656) is known color: Avocado. HEX triplet: 8F, 96 and 56. RGB value is (143,150,86). Sum of RGB (Red+Green+Blue) = 143+150+86=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 150 - color contains mainly: green. Hex color #8F9656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9656 is #7069A9. Grayscale: #8C8C8C. Windows color (decimal): -7367082 or 5674639. OLE color: 5674639.
HSL color Cylindrical-coordinate representation of color #8F9656: hue angle of 66.56º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F9656 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 150 | 86 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.41 |
| HSL | 66.56º | 0.27% | 0.46% | - |
| HSV(B) | 66.56º | 0.43% | 0.59% | - |
| XYZ | 23.91 | 28.32 | 13.01 | - |
| YUV | 140.61 | 97.18 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 86 | 0.05 | 0 | 0.43 | 0.41 | 66.56 | 0.27 | 0.46 |
| Hex | 8F | 96 | 56 | 5 | 0 | 2B | 29 | 43 | 1B | 2E |
| Octal | 217 | 226 | 126 | 5 | 0 | 53 | 51 | 103 | 33 | 56 |
| Binary | 10001111 | 10010110 | 1010110 | 101 | 0 | 101011 | 101001 | 1000011 | 11011 | 101110 |
Color Harmonies of #8F9656
Complementary color
Monochromatic Colors of #8F9656
Black with #8F9656
Text Example
Text Example
White with #8F9656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9656; }
p { color: rgb(143,150,86); }
H1.HeaderClassName
{
color: #8F9656;
}
.AnyTagClassName
{
color: #8F9656;
}
</style>
background-color css
<style>
a { background-color: #8F9656; }
a { background-color: rgb(143,150,86); }
div.DivClassName
{
background-color: #8F9656;
}
.BgClassName
{
background-color: #8F9656;
}
</style>
border-color css
<style>
span { border-color: #8F9656; }
span { border-color: rgb(143,150,86); }
td.TdClassName
{
border-color: #8F9656;
}
.TagClassName
{
border-color: #8F9656;
}
</style>