Shades of Avocado #8A965E
Tints of Avocado #8A965E
RGB
CMYK
RGB Variations
Color information
#8A965E (or 0x8A965E) is known color: Avocado. HEX triplet: 8A, 96 and 5E. RGB value is (138,150,94). Sum of RGB (Red+Green+Blue) = 138+150+94=382 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.13% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 150 - color contains mainly: green. Hex color #8A965E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A965E is #7569A1. Grayscale: #8C8C8C. Windows color (decimal): -7694754 or 6198922. OLE color: 6198922.
HSL color Cylindrical-coordinate representation of color #8A965E: hue angle of 72.86º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A965E is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 138 | 150 | 94 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.41 |
| HSL | 72.86º | 0.23% | 0.48% | - |
| HSV(B) | 72.86º | 0.37% | 0.59% | - |
| XYZ | 23.41 | 28.02 | 14.77 | - |
| YUV | 140.03 | 102.02 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 150 | 94 | 0.08 | 0 | 0.37 | 0.41 | 72.86 | 0.23 | 0.48 |
| Hex | 8A | 96 | 5E | 8 | 0 | 25 | 29 | 49 | 17 | 30 |
| Octal | 212 | 226 | 136 | 10 | 0 | 45 | 51 | 111 | 27 | 60 |
| Binary | 10001010 | 10010110 | 1011110 | 1000 | 0 | 100101 | 101001 | 1001001 | 10111 | 110000 |
Color Harmonies of #8A965E
Complementary color
Monochromatic Colors of #8A965E
Black with #8A965E
Text Example
Text Example
White with #8A965E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A965E; }
p { color: rgb(138,150,94); }
H1.HeaderClassName
{
color: #8A965E;
}
.AnyTagClassName
{
color: #8A965E;
}
</style>
background-color css
<style>
a { background-color: #8A965E; }
a { background-color: rgb(138,150,94); }
div.DivClassName
{
background-color: #8A965E;
}
.BgClassName
{
background-color: #8A965E;
}
</style>
border-color css
<style>
span { border-color: #8A965E; }
span { border-color: rgb(138,150,94); }
td.TdClassName
{
border-color: #8A965E;
}
.TagClassName
{
border-color: #8A965E;
}
</style>