Shades of Avocado #8D946A
Tints of Avocado #8D946A
RGB
CMYK
RGB Variations
Color information
#8D946A (or 0x8D946A) is known color: Avocado. HEX triplet: 8D, 94 and 6A. RGB value is (141,148,106). Sum of RGB (Red+Green+Blue) = 141+148+106=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 148 - color contains mainly: green. Hex color #8D946A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D946A is #726B95. Grayscale: #8D8D8D. Windows color (decimal): -7498646 or 6984845. OLE color: 6984845.
HSL color Cylindrical-coordinate representation of color #8D946A: hue angle of 70º 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 #8D946A is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 148 | 106 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.42 |
| HSL | 70º | 0.17% | 0.5% | - |
| HSV(B) | 70º | 0.28% | 0.58% | - |
| XYZ | 24.18 | 27.88 | 17.74 | - |
| YUV | 141.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 148 | 106 | 0.05 | 0 | 0.28 | 0.42 | 70 | 0.17 | 0.5 |
| Hex | 8D | 94 | 6A | 5 | 0 | 1C | 2A | 46 | 11 | 32 |
| Octal | 215 | 224 | 152 | 5 | 0 | 34 | 52 | 106 | 21 | 62 |
| Binary | 10001101 | 10010100 | 1101010 | 101 | 0 | 11100 | 101010 | 1000110 | 10001 | 110010 |
Color Harmonies of #8D946A
Complementary color
Monochromatic Colors of #8D946A
Black with #8D946A
Text Example
Text Example
White with #8D946A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D946A; }
p { color: rgb(141,148,106); }
H1.HeaderClassName
{
color: #8D946A;
}
.AnyTagClassName
{
color: #8D946A;
}
</style>
background-color css
<style>
a { background-color: #8D946A; }
a { background-color: rgb(141,148,106); }
div.DivClassName
{
background-color: #8D946A;
}
.BgClassName
{
background-color: #8D946A;
}
</style>
border-color css
<style>
span { border-color: #8D946A; }
span { border-color: rgb(141,148,106); }
td.TdClassName
{
border-color: #8D946A;
}
.TagClassName
{
border-color: #8D946A;
}
</style>