Shades of Avocado #8F926F
Tints of Avocado #8F926F
RGB
CMYK
RGB Variations
Color information
#8F926F (or 0x8F926F) is known color: Avocado. HEX triplet: 8F, 92 and 6F. RGB value is (143,146,111). Sum of RGB (Red+Green+Blue) = 143+146+111=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 146 - color contains mainly: green. Hex color #8F926F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F926F is #706D90. Grayscale: #8D8D8D. Windows color (decimal): -7368081 or 7312015. OLE color: 7312015.
HSL color Cylindrical-coordinate representation of color #8F926F: hue angle of 65.14º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8F926F is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 146 | 111 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.43 |
| HSL | 65.14º | 0.14% | 0.5% | - |
| HSV(B) | 65.14º | 0.24% | 0.57% | - |
| XYZ | 24.48 | 27.55 | 19.07 | - |
| YUV | 141.11 | 111.01 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 146 | 111 | 0.02 | 0 | 0.24 | 0.43 | 65.14 | 0.14 | 0.5 |
| Hex | 8F | 92 | 6F | 2 | 0 | 18 | 2B | 41 | E | 32 |
| Octal | 217 | 222 | 157 | 2 | 0 | 30 | 53 | 101 | 16 | 62 |
| Binary | 10001111 | 10010010 | 1101111 | 10 | 0 | 11000 | 101011 | 1000001 | 1110 | 110010 |
Color Harmonies of #8F926F
Complementary color
Monochromatic Colors of #8F926F
Black with #8F926F
Text Example
Text Example
White with #8F926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F926F; }
p { color: rgb(143,146,111); }
H1.HeaderClassName
{
color: #8F926F;
}
.AnyTagClassName
{
color: #8F926F;
}
</style>
background-color css
<style>
a { background-color: #8F926F; }
a { background-color: rgb(143,146,111); }
div.DivClassName
{
background-color: #8F926F;
}
.BgClassName
{
background-color: #8F926F;
}
</style>
border-color css
<style>
span { border-color: #8F926F; }
span { border-color: rgb(143,146,111); }
td.TdClassName
{
border-color: #8F926F;
}
.TagClassName
{
border-color: #8F926F;
}
</style>