Shades of Avocado #8B965A
Tints of Avocado #8B965A
RGB
CMYK
RGB Variations
Color information
#8B965A (or 0x8B965A) is known color: Avocado. HEX triplet: 8B, 96 and 5A. RGB value is (139,150,90). Sum of RGB (Red+Green+Blue) = 139+150+90=379 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.68% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 150 - color contains mainly: green. Hex color #8B965A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B965A is #7469A5. Grayscale: #8C8C8C. Windows color (decimal): -7629222 or 5936779. OLE color: 5936779.
HSL color Cylindrical-coordinate representation of color #8B965A: hue angle of 71º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B965A is Cyan = 0.07, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 139 | 150 | 90 | - |
| CMYK | 0.07 | 0 | 0.4 | 0.41 |
| HSL | 71º | 0.25% | 0.47% | - |
| HSV(B) | 71º | 0.4% | 0.59% | - |
| XYZ | 23.4 | 28.04 | 13.85 | - |
| YUV | 139.87 | 99.86 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 150 | 90 | 0.07 | 0 | 0.4 | 0.41 | 71 | 0.25 | 0.47 |
| Hex | 8B | 96 | 5A | 7 | 0 | 28 | 29 | 47 | 19 | 2F |
| Octal | 213 | 226 | 132 | 7 | 0 | 50 | 51 | 107 | 31 | 57 |
| Binary | 10001011 | 10010110 | 1011010 | 111 | 0 | 101000 | 101001 | 1000111 | 11001 | 101111 |
Color Harmonies of #8B965A
Complementary color
Monochromatic Colors of #8B965A
Black with #8B965A
Text Example
Text Example
White with #8B965A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B965A; }
p { color: rgb(139,150,90); }
H1.HeaderClassName
{
color: #8B965A;
}
.AnyTagClassName
{
color: #8B965A;
}
</style>
background-color css
<style>
a { background-color: #8B965A; }
a { background-color: rgb(139,150,90); }
div.DivClassName
{
background-color: #8B965A;
}
.BgClassName
{
background-color: #8B965A;
}
</style>
border-color css
<style>
span { border-color: #8B965A; }
span { border-color: rgb(139,150,90); }
td.TdClassName
{
border-color: #8B965A;
}
.TagClassName
{
border-color: #8B965A;
}
</style>