Shades of Avocado #8F9657
Tints of Avocado #8F9657
RGB
CMYK
RGB Variations
Color information
#8F9657 (or 0x8F9657) is known color: Avocado. HEX triplet: 8F, 96 and 57. RGB value is (143,150,87). Sum of RGB (Red+Green+Blue) = 143+150+87=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 87 (34.38% from 255 or 22.89% from 380); Max value from RGB is 150 - color contains mainly: green. Hex color #8F9657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9657 is #7069A8. Grayscale: #8C8C8C. Windows color (decimal): -7367081 or 5740175. OLE color: 5740175.
HSL color Cylindrical-coordinate representation of color #8F9657: hue angle of 66.67º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F9657 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 150 | 87 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.41 |
| HSL | 66.67º | 0.27% | 0.46% | - |
| HSV(B) | 66.67º | 0.42% | 0.59% | - |
| XYZ | 23.95 | 28.34 | 13.22 | - |
| YUV | 140.73 | 97.68 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 87 | 0.05 | 0 | 0.42 | 0.41 | 66.67 | 0.27 | 0.46 |
| Hex | 8F | 96 | 57 | 5 | 0 | 2A | 29 | 43 | 1B | 2E |
| Octal | 217 | 226 | 127 | 5 | 0 | 52 | 51 | 103 | 33 | 56 |
| Binary | 10001111 | 10010110 | 1010111 | 101 | 0 | 101010 | 101001 | 1000011 | 11011 | 101110 |
Color Harmonies of #8F9657
Complementary color
Monochromatic Colors of #8F9657
Black with #8F9657
Text Example
Text Example
White with #8F9657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9657; }
p { color: rgb(143,150,87); }
H1.HeaderClassName
{
color: #8F9657;
}
.AnyTagClassName
{
color: #8F9657;
}
</style>
background-color css
<style>
a { background-color: #8F9657; }
a { background-color: rgb(143,150,87); }
div.DivClassName
{
background-color: #8F9657;
}
.BgClassName
{
background-color: #8F9657;
}
</style>
border-color css
<style>
span { border-color: #8F9657; }
span { border-color: rgb(143,150,87); }
td.TdClassName
{
border-color: #8F9657;
}
.TagClassName
{
border-color: #8F9657;
}
</style>