Shades of Avocado #8F9A5E
Tints of Avocado #8F9A5E
RGB
CMYK
RGB Variations
Color information
#8F9A5E (or 0x8F9A5E) is known color: Avocado. HEX triplet: 8F, 9A and 5E. RGB value is (143,154,94). Sum of RGB (Red+Green+Blue) = 143+154+94=391 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.57% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 154 - color contains mainly: green. Hex color #8F9A5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9A5E is #7065A1. Grayscale: #909090. Windows color (decimal): -7366050 or 6199951. OLE color: 6199951.
HSL color Cylindrical-coordinate representation of color #8F9A5E: hue angle of 71º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F9A5E is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 143 | 154 | 94 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.40 |
| HSL | 71º | 0.24% | 0.49% | - |
| HSV(B) | 71º | 0.39% | 0.6% | - |
| XYZ | 24.9 | 29.76 | 15.02 | - |
| YUV | 143.87 | 99.86 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 154 | 94 | 0.07 | 0 | 0.39 | 0.40 | 71 | 0.24 | 0.49 |
| Hex | 8F | 9A | 5E | 7 | 0 | 27 | 28 | 47 | 18 | 31 |
| Octal | 217 | 232 | 136 | 7 | 0 | 47 | 50 | 107 | 30 | 61 |
| Binary | 10001111 | 10011010 | 1011110 | 111 | 0 | 100111 | 101000 | 1000111 | 11000 | 110001 |
Color Harmonies of #8F9A5E
Complementary color
Monochromatic Colors of #8F9A5E
Black with #8F9A5E
Text Example
Text Example
White with #8F9A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9A5E; }
p { color: rgb(143,154,94); }
H1.HeaderClassName
{
color: #8F9A5E;
}
.AnyTagClassName
{
color: #8F9A5E;
}
</style>
background-color css
<style>
a { background-color: #8F9A5E; }
a { background-color: rgb(143,154,94); }
div.DivClassName
{
background-color: #8F9A5E;
}
.BgClassName
{
background-color: #8F9A5E;
}
</style>
border-color css
<style>
span { border-color: #8F9A5E; }
span { border-color: rgb(143,154,94); }
td.TdClassName
{
border-color: #8F9A5E;
}
.TagClassName
{
border-color: #8F9A5E;
}
</style>