Shades of Avocado #8F9563
Tints of Avocado #8F9563
RGB
CMYK
RGB Variations
Color information
#8F9563 (or 0x8F9563) is known color: Avocado. HEX triplet: 8F, 95 and 63. RGB value is (143,149,99). Sum of RGB (Red+Green+Blue) = 143+149+99=391 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.57% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 99 (39.06% from 255 or 25.32% from 391); Max value from RGB is 149 - color contains mainly: green. Hex color #8F9563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9563 is #706A9C. Grayscale: #8D8D8D. Windows color (decimal): -7367325 or 6526351. OLE color: 6526351.
HSL color Cylindrical-coordinate representation of color #8F9563: hue angle of 67.2º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8F9563 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 149 | 99 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.42 |
| HSL | 67.2º | 0.2% | 0.49% | - |
| HSV(B) | 67.2º | 0.34% | 0.58% | - |
| XYZ | 24.33 | 28.24 | 15.97 | - |
| YUV | 141.51 | 104.01 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 149 | 99 | 0.04 | 0 | 0.34 | 0.42 | 67.2 | 0.2 | 0.49 |
| Hex | 8F | 95 | 63 | 4 | 0 | 22 | 2A | 43 | 14 | 31 |
| Octal | 217 | 225 | 143 | 4 | 0 | 42 | 52 | 103 | 24 | 61 |
| Binary | 10001111 | 10010101 | 1100011 | 100 | 0 | 100010 | 101010 | 1000011 | 10100 | 110001 |
Color Harmonies of #8F9563
Complementary color
Monochromatic Colors of #8F9563
Black with #8F9563
Text Example
Text Example
White with #8F9563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9563; }
p { color: rgb(143,149,99); }
H1.HeaderClassName
{
color: #8F9563;
}
.AnyTagClassName
{
color: #8F9563;
}
</style>
background-color css
<style>
a { background-color: #8F9563; }
a { background-color: rgb(143,149,99); }
div.DivClassName
{
background-color: #8F9563;
}
.BgClassName
{
background-color: #8F9563;
}
</style>
border-color css
<style>
span { border-color: #8F9563; }
span { border-color: rgb(143,149,99); }
td.TdClassName
{
border-color: #8F9563;
}
.TagClassName
{
border-color: #8F9563;
}
</style>