Shades of Avocado #8F976A
Tints of Avocado #8F976A
RGB
CMYK
RGB Variations
Color information
#8F976A (or 0x8F976A) is known color: Avocado. HEX triplet: 8F, 97 and 6A. RGB value is (143,151,106). Sum of RGB (Red+Green+Blue) = 143+151+106=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 151 - color contains mainly: green. Hex color #8F976A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F976A is #706895. Grayscale: #8F8F8F. Windows color (decimal): -7366806 or 6985615. OLE color: 6985615.
HSL color Cylindrical-coordinate representation of color #8F976A: hue angle of 70.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F976A is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 151 | 106 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.41 |
| HSL | 70.67º | 0.18% | 0.5% | - |
| HSV(B) | 70.67º | 0.3% | 0.59% | - |
| XYZ | 25 | 29.01 | 17.92 | - |
| YUV | 143.48 | 106.85 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 151 | 106 | 0.05 | 0 | 0.30 | 0.41 | 70.67 | 0.18 | 0.5 |
| Hex | 8F | 97 | 6A | 5 | 0 | 1E | 29 | 47 | 12 | 32 |
| Octal | 217 | 227 | 152 | 5 | 0 | 36 | 51 | 107 | 22 | 62 |
| Binary | 10001111 | 10010111 | 1101010 | 101 | 0 | 11110 | 101001 | 1000111 | 10010 | 110010 |
Color Harmonies of #8F976A
Complementary color
Monochromatic Colors of #8F976A
Black with #8F976A
Text Example
Text Example
White with #8F976A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F976A; }
p { color: rgb(143,151,106); }
H1.HeaderClassName
{
color: #8F976A;
}
.AnyTagClassName
{
color: #8F976A;
}
</style>
background-color css
<style>
a { background-color: #8F976A; }
a { background-color: rgb(143,151,106); }
div.DivClassName
{
background-color: #8F976A;
}
.BgClassName
{
background-color: #8F976A;
}
</style>
border-color css
<style>
span { border-color: #8F976A; }
span { border-color: rgb(143,151,106); }
td.TdClassName
{
border-color: #8F976A;
}
.TagClassName
{
border-color: #8F976A;
}
</style>