Shades of Avocado #8B946F
Tints of Avocado #8B946F
RGB
CMYK
RGB Variations
Color information
#8B946F (or 0x8B946F) is known color: Avocado. HEX triplet: 8B, 94 and 6F. RGB value is (139,148,111). Sum of RGB (Red+Green+Blue) = 139+148+111=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 148 - color contains mainly: green. Hex color #8B946F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B946F is #746B90. Grayscale: #8D8D8D. Windows color (decimal): -7629713 or 7312523. OLE color: 7312523.
HSL color Cylindrical-coordinate representation of color #8B946F: hue angle of 74.59º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8B946F is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 148 | 111 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.42 |
| HSL | 74.59º | 0.15% | 0.51% | - |
| HSV(B) | 74.59º | 0.25% | 0.58% | - |
| XYZ | 24.11 | 27.82 | 19.14 | - |
| YUV | 141.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 148 | 111 | 0.06 | 0 | 0.25 | 0.42 | 74.59 | 0.15 | 0.51 |
| Hex | 8B | 94 | 6F | 6 | 0 | 19 | 2A | 4B | F | 33 |
| Octal | 213 | 224 | 157 | 6 | 0 | 31 | 52 | 113 | 17 | 63 |
| Binary | 10001011 | 10010100 | 1101111 | 110 | 0 | 11001 | 101010 | 1001011 | 1111 | 110011 |
Color Harmonies of #8B946F
Complementary color
Monochromatic Colors of #8B946F
Black with #8B946F
Text Example
Text Example
White with #8B946F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B946F; }
p { color: rgb(139,148,111); }
H1.HeaderClassName
{
color: #8B946F;
}
.AnyTagClassName
{
color: #8B946F;
}
</style>
background-color css
<style>
a { background-color: #8B946F; }
a { background-color: rgb(139,148,111); }
div.DivClassName
{
background-color: #8B946F;
}
.BgClassName
{
background-color: #8B946F;
}
</style>
border-color css
<style>
span { border-color: #8B946F; }
span { border-color: rgb(139,148,111); }
td.TdClassName
{
border-color: #8B946F;
}
.TagClassName
{
border-color: #8B946F;
}
</style>