Shades of Avocado #8A956B
Tints of Avocado #8A956B
RGB
CMYK
RGB Variations
Color information
#8A956B (or 0x8A956B) is known color: Avocado. HEX triplet: 8A, 95 and 6B. RGB value is (138,149,107). Sum of RGB (Red+Green+Blue) = 138+149+107=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 149 - color contains mainly: green. Hex color #8A956B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A956B is #756A94. Grayscale: #8D8D8D. Windows color (decimal): -7694997 or 7050634. OLE color: 7050634.
HSL color Cylindrical-coordinate representation of color #8A956B: hue angle of 75.71º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A956B is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 149 | 107 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.42 |
| HSL | 75.71º | 0.17% | 0.5% | - |
| HSV(B) | 75.71º | 0.28% | 0.58% | - |
| XYZ | 23.88 | 27.96 | 18.05 | - |
| YUV | 140.92 | 108.86 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 149 | 107 | 0.07 | 0 | 0.28 | 0.42 | 75.71 | 0.17 | 0.5 |
| Hex | 8A | 95 | 6B | 7 | 0 | 1C | 2A | 4C | 11 | 32 |
| Octal | 212 | 225 | 153 | 7 | 0 | 34 | 52 | 114 | 21 | 62 |
| Binary | 10001010 | 10010101 | 1101011 | 111 | 0 | 11100 | 101010 | 1001100 | 10001 | 110010 |
Color Harmonies of #8A956B
Complementary color
Monochromatic Colors of #8A956B
Black with #8A956B
Text Example
Text Example
White with #8A956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A956B; }
p { color: rgb(138,149,107); }
H1.HeaderClassName
{
color: #8A956B;
}
.AnyTagClassName
{
color: #8A956B;
}
</style>
background-color css
<style>
a { background-color: #8A956B; }
a { background-color: rgb(138,149,107); }
div.DivClassName
{
background-color: #8A956B;
}
.BgClassName
{
background-color: #8A956B;
}
</style>
border-color css
<style>
span { border-color: #8A956B; }
span { border-color: rgb(138,149,107); }
td.TdClassName
{
border-color: #8A956B;
}
.TagClassName
{
border-color: #8A956B;
}
</style>