Shades of Avocado #8F9057
Tints of Avocado #8F9057
RGB
CMYK
RGB Variations
Color information
#8F9057 (or 0x8F9057) is known color: Avocado. HEX triplet: 8F, 90 and 57. RGB value is (143,144,87). Sum of RGB (Red+Green+Blue) = 143+144+87=374 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.24% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 144 - color contains mainly: green. Hex color #8F9057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9057 is #706FA8. Grayscale: #898989. Windows color (decimal): -7368617 or 5738639. OLE color: 5738639.
HSL color Cylindrical-coordinate representation of color #8F9057: hue angle of 61.05º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F9057 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 144 | 87 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.44 |
| HSL | 61.05º | 0.25% | 0.45% | - |
| HSV(B) | 61.05º | 0.4% | 0.56% | - |
| XYZ | 23.02 | 26.47 | 12.91 | - |
| YUV | 137.2 | 99.67 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 144 | 87 | 0.01 | 0 | 0.40 | 0.44 | 61.05 | 0.25 | 0.45 |
| Hex | 8F | 90 | 57 | 1 | 0 | 28 | 2C | 3D | 19 | 2D |
| Octal | 217 | 220 | 127 | 1 | 0 | 50 | 54 | 75 | 31 | 55 |
| Binary | 10001111 | 10010000 | 1010111 | 1 | 0 | 101000 | 101100 | 111101 | 11001 | 101101 |
Color Harmonies of #8F9057
Complementary color
Monochromatic Colors of #8F9057
Black with #8F9057
Text Example
Text Example
White with #8F9057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9057; }
p { color: rgb(143,144,87); }
H1.HeaderClassName
{
color: #8F9057;
}
.AnyTagClassName
{
color: #8F9057;
}
</style>
background-color css
<style>
a { background-color: #8F9057; }
a { background-color: rgb(143,144,87); }
div.DivClassName
{
background-color: #8F9057;
}
.BgClassName
{
background-color: #8F9057;
}
</style>
border-color css
<style>
span { border-color: #8F9057; }
span { border-color: rgb(143,144,87); }
td.TdClassName
{
border-color: #8F9057;
}
.TagClassName
{
border-color: #8F9057;
}
</style>