Shades of Avocado #8F9167
Tints of Avocado #8F9167
RGB
CMYK
RGB Variations
Color information
#8F9167 (or 0x8F9167) is known color: Avocado. HEX triplet: 8F, 91 and 67. RGB value is (143,145,103). Sum of RGB (Red+Green+Blue) = 143+145+103=391 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.57% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 103 (40.62% from 255 or 26.34% from 391); Max value from RGB is 145 - color contains mainly: green. Hex color #8F9167 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9167 is #706E98. Grayscale: #8B8B8B. Windows color (decimal): -7368345 or 6787471. OLE color: 6787471.
HSL color Cylindrical-coordinate representation of color #8F9167: hue angle of 62.86º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F9167 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 145 | 103 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.43 |
| HSL | 62.86º | 0.17% | 0.49% | - |
| HSV(B) | 62.86º | 0.29% | 0.57% | - |
| XYZ | 23.9 | 27.07 | 16.8 | - |
| YUV | 139.61 | 107.34 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 145 | 103 | 0.01 | 0 | 0.29 | 0.43 | 62.86 | 0.17 | 0.49 |
| Hex | 8F | 91 | 67 | 1 | 0 | 1D | 2B | 3F | 11 | 31 |
| Octal | 217 | 221 | 147 | 1 | 0 | 35 | 53 | 77 | 21 | 61 |
| Binary | 10001111 | 10010001 | 1100111 | 1 | 0 | 11101 | 101011 | 111111 | 10001 | 110001 |
Color Harmonies of #8F9167
Complementary color
Monochromatic Colors of #8F9167
Black with #8F9167
Text Example
Text Example
White with #8F9167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9167; }
p { color: rgb(143,145,103); }
H1.HeaderClassName
{
color: #8F9167;
}
.AnyTagClassName
{
color: #8F9167;
}
</style>
background-color css
<style>
a { background-color: #8F9167; }
a { background-color: rgb(143,145,103); }
div.DivClassName
{
background-color: #8F9167;
}
.BgClassName
{
background-color: #8F9167;
}
</style>
border-color css
<style>
span { border-color: #8F9167; }
span { border-color: rgb(143,145,103); }
td.TdClassName
{
border-color: #8F9167;
}
.TagClassName
{
border-color: #8F9167;
}
</style>