Shades of Avocado #8B966A
Tints of Avocado #8B966A
RGB
CMYK
RGB Variations
Color information
#8B966A (or 0x8B966A) is known color: Avocado. HEX triplet: 8B, 96 and 6A. RGB value is (139,150,106). Sum of RGB (Red+Green+Blue) = 139+150+106=395 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.19% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 150 - color contains mainly: green. Hex color #8B966A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B966A is #746995. Grayscale: #8D8D8D. Windows color (decimal): -7629206 or 6985355. OLE color: 6985355.
HSL color Cylindrical-coordinate representation of color #8B966A: hue angle of 75º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B966A is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 139 | 150 | 106 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.41 |
| HSL | 75º | 0.17% | 0.5% | - |
| HSV(B) | 75º | 0.29% | 0.59% | - |
| XYZ | 24.16 | 28.34 | 17.83 | - |
| YUV | 141.7 | 107.86 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 150 | 106 | 0.07 | 0 | 0.29 | 0.41 | 75 | 0.17 | 0.5 |
| Hex | 8B | 96 | 6A | 7 | 0 | 1D | 29 | 4B | 11 | 32 |
| Octal | 213 | 226 | 152 | 7 | 0 | 35 | 51 | 113 | 21 | 62 |
| Binary | 10001011 | 10010110 | 1101010 | 111 | 0 | 11101 | 101001 | 1001011 | 10001 | 110010 |
Color Harmonies of #8B966A
Complementary color
Monochromatic Colors of #8B966A
Black with #8B966A
Text Example
Text Example
White with #8B966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B966A; }
p { color: rgb(139,150,106); }
H1.HeaderClassName
{
color: #8B966A;
}
.AnyTagClassName
{
color: #8B966A;
}
</style>
background-color css
<style>
a { background-color: #8B966A; }
a { background-color: rgb(139,150,106); }
div.DivClassName
{
background-color: #8B966A;
}
.BgClassName
{
background-color: #8B966A;
}
</style>
border-color css
<style>
span { border-color: #8B966A; }
span { border-color: rgb(139,150,106); }
td.TdClassName
{
border-color: #8B966A;
}
.TagClassName
{
border-color: #8B966A;
}
</style>