Shades of Avocado #8B945E
Tints of Avocado #8B945E
RGB
CMYK
RGB Variations
Color information
#8B945E (or 0x8B945E) is known color: Avocado. HEX triplet: 8B, 94 and 5E. RGB value is (139,148,94). Sum of RGB (Red+Green+Blue) = 139+148+94=381 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.48% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 148 - color contains mainly: green. Hex color #8B945E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B945E is #746BA1. Grayscale: #8B8B8B. Windows color (decimal): -7629730 or 6198411. OLE color: 6198411.
HSL color Cylindrical-coordinate representation of color #8B945E: hue angle of 70º 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 #8B945E is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 148 | 94 | - |
| CMYK | 0.06 | 0 | 0.36 | 0.42 |
| HSL | 70º | 0.22% | 0.47% | - |
| HSV(B) | 70º | 0.36% | 0.58% | - |
| XYZ | 23.26 | 27.48 | 14.67 | - |
| YUV | 139.15 | 102.52 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 148 | 94 | 0.06 | 0 | 0.36 | 0.42 | 70 | 0.22 | 0.47 |
| Hex | 8B | 94 | 5E | 6 | 0 | 24 | 2A | 46 | 16 | 2F |
| Octal | 213 | 224 | 136 | 6 | 0 | 44 | 52 | 106 | 26 | 57 |
| Binary | 10001011 | 10010100 | 1011110 | 110 | 0 | 100100 | 101010 | 1000110 | 10110 | 101111 |
Color Harmonies of #8B945E
Complementary color
Monochromatic Colors of #8B945E
Black with #8B945E
Text Example
Text Example
White with #8B945E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B945E; }
p { color: rgb(139,148,94); }
H1.HeaderClassName
{
color: #8B945E;
}
.AnyTagClassName
{
color: #8B945E;
}
</style>
background-color css
<style>
a { background-color: #8B945E; }
a { background-color: rgb(139,148,94); }
div.DivClassName
{
background-color: #8B945E;
}
.BgClassName
{
background-color: #8B945E;
}
</style>
border-color css
<style>
span { border-color: #8B945E; }
span { border-color: rgb(139,148,94); }
td.TdClassName
{
border-color: #8B945E;
}
.TagClassName
{
border-color: #8B945E;
}
</style>