Shades of Avocado #8B9465
Tints of Avocado #8B9465
RGB
CMYK
RGB Variations
Color information
#8B9465 (or 0x8B9465) is known color: Avocado. HEX triplet: 8B, 94 and 65. RGB value is (139,148,101). Sum of RGB (Red+Green+Blue) = 139+148+101=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 148 - color contains mainly: green. Hex color #8B9465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9465 is #746B9A. Grayscale: #8C8C8C. Windows color (decimal): -7629723 or 6657163. OLE color: 6657163.
HSL color Cylindrical-coordinate representation of color #8B9465: hue angle of 71.49º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B9465 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 148 | 101 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.42 |
| HSL | 71.49º | 0.19% | 0.49% | - |
| HSV(B) | 71.49º | 0.32% | 0.58% | - |
| XYZ | 23.59 | 27.61 | 16.4 | - |
| YUV | 139.95 | 106.02 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 148 | 101 | 0.06 | 0 | 0.32 | 0.42 | 71.49 | 0.19 | 0.49 |
| Hex | 8B | 94 | 65 | 6 | 0 | 20 | 2A | 47 | 13 | 31 |
| Octal | 213 | 224 | 145 | 6 | 0 | 40 | 52 | 107 | 23 | 61 |
| Binary | 10001011 | 10010100 | 1100101 | 110 | 0 | 100000 | 101010 | 1000111 | 10011 | 110001 |
Color Harmonies of #8B9465
Complementary color
Monochromatic Colors of #8B9465
Black with #8B9465
Text Example
Text Example
White with #8B9465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9465; }
p { color: rgb(139,148,101); }
H1.HeaderClassName
{
color: #8B9465;
}
.AnyTagClassName
{
color: #8B9465;
}
</style>
background-color css
<style>
a { background-color: #8B9465; }
a { background-color: rgb(139,148,101); }
div.DivClassName
{
background-color: #8B9465;
}
.BgClassName
{
background-color: #8B9465;
}
</style>
border-color css
<style>
span { border-color: #8B9465; }
span { border-color: rgb(139,148,101); }
td.TdClassName
{
border-color: #8B9465;
}
.TagClassName
{
border-color: #8B9465;
}
</style>