Shades of Avocado #8F976B
Tints of Avocado #8F976B
RGB
CMYK
RGB Variations
Color information
#8F976B (or 0x8F976B) is known color: Avocado. HEX triplet: 8F, 97 and 6B. RGB value is (143,151,107). Sum of RGB (Red+Green+Blue) = 143+151+107=401 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.66% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 151 - color contains mainly: green. Hex color #8F976B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F976B is #706894. Grayscale: #8F8F8F. Windows color (decimal): -7366805 or 7051151. OLE color: 7051151.
HSL color Cylindrical-coordinate representation of color #8F976B: hue angle of 70.91º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F976B is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 151 | 107 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.41 |
| HSL | 70.91º | 0.17% | 0.51% | - |
| HSV(B) | 70.91º | 0.29% | 0.59% | - |
| XYZ | 25.05 | 29.03 | 18.19 | - |
| YUV | 143.59 | 107.35 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 151 | 107 | 0.05 | 0 | 0.29 | 0.41 | 70.91 | 0.17 | 0.51 |
| Hex | 8F | 97 | 6B | 5 | 0 | 1D | 29 | 47 | 11 | 33 |
| Octal | 217 | 227 | 153 | 5 | 0 | 35 | 51 | 107 | 21 | 63 |
| Binary | 10001111 | 10010111 | 1101011 | 101 | 0 | 11101 | 101001 | 1000111 | 10001 | 110011 |
Color Harmonies of #8F976B
Complementary color
Monochromatic Colors of #8F976B
Black with #8F976B
Text Example
Text Example
White with #8F976B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F976B; }
p { color: rgb(143,151,107); }
H1.HeaderClassName
{
color: #8F976B;
}
.AnyTagClassName
{
color: #8F976B;
}
</style>
background-color css
<style>
a { background-color: #8F976B; }
a { background-color: rgb(143,151,107); }
div.DivClassName
{
background-color: #8F976B;
}
.BgClassName
{
background-color: #8F976B;
}
</style>
border-color css
<style>
span { border-color: #8F976B; }
span { border-color: rgb(143,151,107); }
td.TdClassName
{
border-color: #8F976B;
}
.TagClassName
{
border-color: #8F976B;
}
</style>