Shades of Avocado #8F9770
Tints of Avocado #8F9770
RGB
CMYK
RGB Variations
Color information
#8F9770 (or 0x8F9770) is known color: Avocado. HEX triplet: 8F, 97 and 70. RGB value is (143,151,112). Sum of RGB (Red+Green+Blue) = 143+151+112=406 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.22% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 151 - color contains mainly: green. Hex color #8F9770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9770 is #70688F. Grayscale: #909090. Windows color (decimal): -7366800 or 7378831. OLE color: 7378831.
HSL color Cylindrical-coordinate representation of color #8F9770: hue angle of 72.31º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8F9770 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 151 | 112 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.41 |
| HSL | 72.31º | 0.16% | 0.52% | - |
| HSV(B) | 72.31º | 0.26% | 0.59% | - |
| XYZ | 25.32 | 29.14 | 19.62 | - |
| YUV | 144.16 | 109.85 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 151 | 112 | 0.05 | 0 | 0.26 | 0.41 | 72.31 | 0.16 | 0.52 |
| Hex | 8F | 97 | 70 | 5 | 0 | 1A | 29 | 48 | 10 | 34 |
| Octal | 217 | 227 | 160 | 5 | 0 | 32 | 51 | 110 | 20 | 64 |
| Binary | 10001111 | 10010111 | 1110000 | 101 | 0 | 11010 | 101001 | 1001000 | 10000 | 110100 |
Color Harmonies of #8F9770
Complementary color
Monochromatic Colors of #8F9770
Black with #8F9770
Text Example
Text Example
White with #8F9770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9770; }
p { color: rgb(143,151,112); }
H1.HeaderClassName
{
color: #8F9770;
}
.AnyTagClassName
{
color: #8F9770;
}
</style>
background-color css
<style>
a { background-color: #8F9770; }
a { background-color: rgb(143,151,112); }
div.DivClassName
{
background-color: #8F9770;
}
.BgClassName
{
background-color: #8F9770;
}
</style>
border-color css
<style>
span { border-color: #8F9770; }
span { border-color: rgb(143,151,112); }
td.TdClassName
{
border-color: #8F9770;
}
.TagClassName
{
border-color: #8F9770;
}
</style>