Shades of Avocado #8F946A
Tints of Avocado #8F946A
RGB
CMYK
RGB Variations
Color information
#8F946A (or 0x8F946A) is known color: Avocado. HEX triplet: 8F, 94 and 6A. RGB value is (143,148,106). Sum of RGB (Red+Green+Blue) = 143+148+106=397 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.02% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 148 - color contains mainly: green. Hex color #8F946A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F946A is #706B95. Grayscale: #8D8D8D. Windows color (decimal): -7367574 or 6984847. OLE color: 6984847.
HSL color Cylindrical-coordinate representation of color #8F946A: hue angle of 67.14º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8F946A is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 148 | 106 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.42 |
| HSL | 67.14º | 0.17% | 0.5% | - |
| HSV(B) | 67.14º | 0.28% | 0.58% | - |
| XYZ | 24.52 | 28.06 | 17.76 | - |
| YUV | 141.72 | 107.84 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 106 | 0.03 | 0 | 0.28 | 0.42 | 67.14 | 0.17 | 0.5 |
| Hex | 8F | 94 | 6A | 3 | 0 | 1C | 2A | 43 | 11 | 32 |
| Octal | 217 | 224 | 152 | 3 | 0 | 34 | 52 | 103 | 21 | 62 |
| Binary | 10001111 | 10010100 | 1101010 | 11 | 0 | 11100 | 101010 | 1000011 | 10001 | 110010 |
Color Harmonies of #8F946A
Complementary color
Monochromatic Colors of #8F946A
Black with #8F946A
Text Example
Text Example
White with #8F946A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F946A; }
p { color: rgb(143,148,106); }
H1.HeaderClassName
{
color: #8F946A;
}
.AnyTagClassName
{
color: #8F946A;
}
</style>
background-color css
<style>
a { background-color: #8F946A; }
a { background-color: rgb(143,148,106); }
div.DivClassName
{
background-color: #8F946A;
}
.BgClassName
{
background-color: #8F946A;
}
</style>
border-color css
<style>
span { border-color: #8F946A; }
span { border-color: rgb(143,148,106); }
td.TdClassName
{
border-color: #8F946A;
}
.TagClassName
{
border-color: #8F946A;
}
</style>