Shades of Avocado #8D945E
Tints of Avocado #8D945E
RGB
CMYK
RGB Variations
Color information
#8D945E (or 0x8D945E) is known color: Avocado. HEX triplet: 8D, 94 and 5E. RGB value is (141,148,94). Sum of RGB (Red+Green+Blue) = 141+148+94=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 148 - color contains mainly: green. Hex color #8D945E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D945E is #726BA1. Grayscale: #8B8B8B. Windows color (decimal): -7498658 or 6198413. OLE color: 6198413.
HSL color Cylindrical-coordinate representation of color #8D945E: hue angle of 67.78º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8D945E is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 148 | 94 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.42 |
| HSL | 67.78º | 0.22% | 0.47% | - |
| HSV(B) | 67.78º | 0.36% | 0.58% | - |
| XYZ | 23.59 | 27.65 | 14.68 | - |
| YUV | 139.75 | 102.18 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 148 | 94 | 0.05 | 0 | 0.36 | 0.42 | 67.78 | 0.22 | 0.47 |
| Hex | 8D | 94 | 5E | 5 | 0 | 24 | 2A | 44 | 16 | 2F |
| Octal | 215 | 224 | 136 | 5 | 0 | 44 | 52 | 104 | 26 | 57 |
| Binary | 10001101 | 10010100 | 1011110 | 101 | 0 | 100100 | 101010 | 1000100 | 10110 | 101111 |
Color Harmonies of #8D945E
Complementary color
Monochromatic Colors of #8D945E
Black with #8D945E
Text Example
Text Example
White with #8D945E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D945E; }
p { color: rgb(141,148,94); }
H1.HeaderClassName
{
color: #8D945E;
}
.AnyTagClassName
{
color: #8D945E;
}
</style>
background-color css
<style>
a { background-color: #8D945E; }
a { background-color: rgb(141,148,94); }
div.DivClassName
{
background-color: #8D945E;
}
.BgClassName
{
background-color: #8D945E;
}
</style>
border-color css
<style>
span { border-color: #8D945E; }
span { border-color: rgb(141,148,94); }
td.TdClassName
{
border-color: #8D945E;
}
.TagClassName
{
border-color: #8D945E;
}
</style>