Shades of Avocado #8F9159
Tints of Avocado #8F9159
RGB
CMYK
RGB Variations
Color information
#8F9159 (or 0x8F9159) is known color: Avocado. HEX triplet: 8F, 91 and 59. RGB value is (143,145,89). Sum of RGB (Red+Green+Blue) = 143+145+89=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 145 - color contains mainly: green. Hex color #8F9159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9159 is #706EA6. Grayscale: #8A8A8A. Windows color (decimal): -7368359 or 5869967. OLE color: 5869967.
HSL color Cylindrical-coordinate representation of color #8F9159: hue angle of 62.14º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F9159 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 145 | 89 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.43 |
| HSL | 62.14º | 0.24% | 0.46% | - |
| HSV(B) | 62.14º | 0.39% | 0.57% | - |
| XYZ | 23.26 | 26.81 | 13.4 | - |
| YUV | 138.02 | 100.34 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 145 | 89 | 0.01 | 0 | 0.39 | 0.43 | 62.14 | 0.24 | 0.46 |
| Hex | 8F | 91 | 59 | 1 | 0 | 27 | 2B | 3E | 18 | 2E |
| Octal | 217 | 221 | 131 | 1 | 0 | 47 | 53 | 76 | 30 | 56 |
| Binary | 10001111 | 10010001 | 1011001 | 1 | 0 | 100111 | 101011 | 111110 | 11000 | 101110 |
Color Harmonies of #8F9159
Complementary color
Monochromatic Colors of #8F9159
Black with #8F9159
Text Example
Text Example
White with #8F9159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9159; }
p { color: rgb(143,145,89); }
H1.HeaderClassName
{
color: #8F9159;
}
.AnyTagClassName
{
color: #8F9159;
}
</style>
background-color css
<style>
a { background-color: #8F9159; }
a { background-color: rgb(143,145,89); }
div.DivClassName
{
background-color: #8F9159;
}
.BgClassName
{
background-color: #8F9159;
}
</style>
border-color css
<style>
span { border-color: #8F9159; }
span { border-color: rgb(143,145,89); }
td.TdClassName
{
border-color: #8F9159;
}
.TagClassName
{
border-color: #8F9159;
}
</style>