Shades of Avocado #8D946D
Tints of Avocado #8D946D
RGB
CMYK
RGB Variations
Color information
#8D946D (or 0x8D946D) is known color: Avocado. HEX triplet: 8D, 94 and 6D. RGB value is (141,148,109). Sum of RGB (Red+Green+Blue) = 141+148+109=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 148 - color contains mainly: green. Hex color #8D946D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D946D is #726B92. Grayscale: #8D8D8D. Windows color (decimal): -7498643 or 7181453. OLE color: 7181453.
HSL color Cylindrical-coordinate representation of color #8D946D: hue angle of 70.77º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8D946D is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 148 | 109 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.42 |
| HSL | 70.77º | 0.15% | 0.5% | - |
| HSV(B) | 70.77º | 0.26% | 0.58% | - |
| XYZ | 24.33 | 27.95 | 18.58 | - |
| YUV | 141.46 | 109.68 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 148 | 109 | 0.05 | 0 | 0.26 | 0.42 | 70.77 | 0.15 | 0.5 |
| Hex | 8D | 94 | 6D | 5 | 0 | 1A | 2A | 47 | F | 32 |
| Octal | 215 | 224 | 155 | 5 | 0 | 32 | 52 | 107 | 17 | 62 |
| Binary | 10001101 | 10010100 | 1101101 | 101 | 0 | 11010 | 101010 | 1000111 | 1111 | 110010 |
Color Harmonies of #8D946D
Complementary color
Monochromatic Colors of #8D946D
Black with #8D946D
Text Example
Text Example
White with #8D946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D946D; }
p { color: rgb(141,148,109); }
H1.HeaderClassName
{
color: #8D946D;
}
.AnyTagClassName
{
color: #8D946D;
}
</style>
background-color css
<style>
a { background-color: #8D946D; }
a { background-color: rgb(141,148,109); }
div.DivClassName
{
background-color: #8D946D;
}
.BgClassName
{
background-color: #8D946D;
}
</style>
border-color css
<style>
span { border-color: #8D946D; }
span { border-color: rgb(141,148,109); }
td.TdClassName
{
border-color: #8D946D;
}
.TagClassName
{
border-color: #8D946D;
}
</style>