Shades of Avocado #8F916D
Tints of Avocado #8F916D
RGB
CMYK
RGB Variations
Color information
#8F916D (or 0x8F916D) is known color: Avocado. HEX triplet: 8F, 91 and 6D. RGB value is (143,145,109). Sum of RGB (Red+Green+Blue) = 143+145+109=397 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.02% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 145 - color contains mainly: green. Hex color #8F916D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F916D is #706E92. Grayscale: #8C8C8C. Windows color (decimal): -7368339 or 7180687. OLE color: 7180687.
HSL color Cylindrical-coordinate representation of color #8F916D: hue angle of 63.33º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8F916D is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 145 | 109 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.43 |
| HSL | 63.33º | 0.14% | 0.5% | - |
| HSV(B) | 63.33º | 0.25% | 0.57% | - |
| XYZ | 24.21 | 27.19 | 18.44 | - |
| YUV | 140.3 | 110.34 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 145 | 109 | 0.01 | 0 | 0.25 | 0.43 | 63.33 | 0.14 | 0.5 |
| Hex | 8F | 91 | 6D | 1 | 0 | 19 | 2B | 3F | E | 32 |
| Octal | 217 | 221 | 155 | 1 | 0 | 31 | 53 | 77 | 16 | 62 |
| Binary | 10001111 | 10010001 | 1101101 | 1 | 0 | 11001 | 101011 | 111111 | 1110 | 110010 |
Color Harmonies of #8F916D
Complementary color
Monochromatic Colors of #8F916D
Black with #8F916D
Text Example
Text Example
White with #8F916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F916D; }
p { color: rgb(143,145,109); }
H1.HeaderClassName
{
color: #8F916D;
}
.AnyTagClassName
{
color: #8F916D;
}
</style>
background-color css
<style>
a { background-color: #8F916D; }
a { background-color: rgb(143,145,109); }
div.DivClassName
{
background-color: #8F916D;
}
.BgClassName
{
background-color: #8F916D;
}
</style>
border-color css
<style>
span { border-color: #8F916D; }
span { border-color: rgb(143,145,109); }
td.TdClassName
{
border-color: #8F916D;
}
.TagClassName
{
border-color: #8F916D;
}
</style>