Shades of Avocado #8F996D
Tints of Avocado #8F996D
RGB
CMYK
RGB Variations
Color information
#8F996D (or 0x8F996D) is known color: Avocado. HEX triplet: 8F, 99 and 6D. RGB value is (143,153,109). Sum of RGB (Red+Green+Blue) = 143+153+109=405 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.31% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 153 - color contains mainly: green. Hex color #8F996D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F996D is #706692. Grayscale: #919191. Windows color (decimal): -7366291 or 7182735. OLE color: 7182735.
HSL color Cylindrical-coordinate representation of color #8F996D: hue angle of 73.64º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F996D is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 143 | 153 | 109 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.4 |
| HSL | 73.64º | 0.18% | 0.51% | - |
| HSV(B) | 73.64º | 0.29% | 0.6% | - |
| XYZ | 25.48 | 29.73 | 18.86 | - |
| YUV | 144.99 | 107.69 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 153 | 109 | 0.07 | 0 | 0.29 | 0.4 | 73.64 | 0.18 | 0.51 |
| Hex | 8F | 99 | 6D | 7 | 0 | 1D | 28 | 4A | 12 | 33 |
| Octal | 217 | 231 | 155 | 7 | 0 | 35 | 50 | 112 | 22 | 63 |
| Binary | 10001111 | 10011001 | 1101101 | 111 | 0 | 11101 | 101000 | 1001010 | 10010 | 110011 |
Color Harmonies of #8F996D
Complementary color
Monochromatic Colors of #8F996D
Black with #8F996D
Text Example
Text Example
White with #8F996D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F996D; }
p { color: rgb(143,153,109); }
H1.HeaderClassName
{
color: #8F996D;
}
.AnyTagClassName
{
color: #8F996D;
}
</style>
background-color css
<style>
a { background-color: #8F996D; }
a { background-color: rgb(143,153,109); }
div.DivClassName
{
background-color: #8F996D;
}
.BgClassName
{
background-color: #8F996D;
}
</style>
border-color css
<style>
span { border-color: #8F996D; }
span { border-color: rgb(143,153,109); }
td.TdClassName
{
border-color: #8F996D;
}
.TagClassName
{
border-color: #8F996D;
}
</style>