Shades of Avocado #8C946A
Tints of Avocado #8C946A
RGB
CMYK
RGB Variations
Color information
#8C946A (or 0x8C946A) is known color: Avocado. HEX triplet: 8C, 94 and 6A. RGB value is (140,148,106). Sum of RGB (Red+Green+Blue) = 140+148+106=394 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.53% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 148 - color contains mainly: green. Hex color #8C946A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C946A is #736B95. Grayscale: #8C8C8C. Windows color (decimal): -7564182 or 6984844. OLE color: 6984844.
HSL color Cylindrical-coordinate representation of color #8C946A: hue angle of 71.43º 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 #8C946A is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 148 | 106 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.42 |
| HSL | 71.43º | 0.17% | 0.5% | - |
| HSV(B) | 71.43º | 0.28% | 0.58% | - |
| XYZ | 24.01 | 27.8 | 17.74 | - |
| YUV | 140.82 | 108.35 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 148 | 106 | 0.05 | 0 | 0.28 | 0.42 | 71.43 | 0.17 | 0.5 |
| Hex | 8C | 94 | 6A | 5 | 0 | 1C | 2A | 47 | 11 | 32 |
| Octal | 214 | 224 | 152 | 5 | 0 | 34 | 52 | 107 | 21 | 62 |
| Binary | 10001100 | 10010100 | 1101010 | 101 | 0 | 11100 | 101010 | 1000111 | 10001 | 110010 |
Color Harmonies of #8C946A
Complementary color
Monochromatic Colors of #8C946A
Black with #8C946A
Text Example
Text Example
White with #8C946A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C946A; }
p { color: rgb(140,148,106); }
H1.HeaderClassName
{
color: #8C946A;
}
.AnyTagClassName
{
color: #8C946A;
}
</style>
background-color css
<style>
a { background-color: #8C946A; }
a { background-color: rgb(140,148,106); }
div.DivClassName
{
background-color: #8C946A;
}
.BgClassName
{
background-color: #8C946A;
}
</style>
border-color css
<style>
span { border-color: #8C946A; }
span { border-color: rgb(140,148,106); }
td.TdClassName
{
border-color: #8C946A;
}
.TagClassName
{
border-color: #8C946A;
}
</style>