Shades of Avocado #8F996B
Tints of Avocado #8F996B
RGB
CMYK
RGB Variations
Color information
#8F996B (or 0x8F996B) is known color: Avocado. HEX triplet: 8F, 99 and 6B. RGB value is (143,153,107). Sum of RGB (Red+Green+Blue) = 143+153+107=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 153 - color contains mainly: green. Hex color #8F996B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F996B is #706694. Grayscale: #909090. Windows color (decimal): -7366293 or 7051663. OLE color: 7051663.
HSL color Cylindrical-coordinate representation of color #8F996B: hue angle of 73.04º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F996B is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 143 | 153 | 107 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.4 |
| HSL | 73.04º | 0.18% | 0.51% | - |
| HSV(B) | 73.04º | 0.3% | 0.6% | - |
| XYZ | 25.37 | 29.68 | 18.3 | - |
| YUV | 144.77 | 106.69 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 153 | 107 | 0.07 | 0 | 0.30 | 0.4 | 73.04 | 0.18 | 0.51 |
| Hex | 8F | 99 | 6B | 7 | 0 | 1E | 28 | 49 | 12 | 33 |
| Octal | 217 | 231 | 153 | 7 | 0 | 36 | 50 | 111 | 22 | 63 |
| Binary | 10001111 | 10011001 | 1101011 | 111 | 0 | 11110 | 101000 | 1001001 | 10010 | 110011 |
Color Harmonies of #8F996B
Complementary color
Monochromatic Colors of #8F996B
Black with #8F996B
Text Example
Text Example
White with #8F996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F996B; }
p { color: rgb(143,153,107); }
H1.HeaderClassName
{
color: #8F996B;
}
.AnyTagClassName
{
color: #8F996B;
}
</style>
background-color css
<style>
a { background-color: #8F996B; }
a { background-color: rgb(143,153,107); }
div.DivClassName
{
background-color: #8F996B;
}
.BgClassName
{
background-color: #8F996B;
}
</style>
border-color css
<style>
span { border-color: #8F996B; }
span { border-color: rgb(143,153,107); }
td.TdClassName
{
border-color: #8F996B;
}
.TagClassName
{
border-color: #8F996B;
}
</style>