Shades of Avocado #8C945E
Tints of Avocado #8C945E
RGB
CMYK
RGB Variations
Color information
#8C945E (or 0x8C945E) is known color: Avocado. HEX triplet: 8C, 94 and 5E. RGB value is (140,148,94). Sum of RGB (Red+Green+Blue) = 140+148+94=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 148 - color contains mainly: green. Hex color #8C945E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C945E is #736BA1. Grayscale: #8B8B8B. Windows color (decimal): -7564194 or 6198412. OLE color: 6198412.
HSL color Cylindrical-coordinate representation of color #8C945E: hue angle of 68.89º 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 #8C945E is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 148 | 94 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.42 |
| HSL | 68.89º | 0.22% | 0.47% | - |
| HSV(B) | 68.89º | 0.36% | 0.58% | - |
| XYZ | 23.43 | 27.56 | 14.68 | - |
| YUV | 139.45 | 102.35 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 148 | 94 | 0.05 | 0 | 0.36 | 0.42 | 68.89 | 0.22 | 0.47 |
| Hex | 8C | 94 | 5E | 5 | 0 | 24 | 2A | 45 | 16 | 2F |
| Octal | 214 | 224 | 136 | 5 | 0 | 44 | 52 | 105 | 26 | 57 |
| Binary | 10001100 | 10010100 | 1011110 | 101 | 0 | 100100 | 101010 | 1000101 | 10110 | 101111 |
Color Harmonies of #8C945E
Complementary color
Monochromatic Colors of #8C945E
Black with #8C945E
Text Example
Text Example
White with #8C945E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C945E; }
p { color: rgb(140,148,94); }
H1.HeaderClassName
{
color: #8C945E;
}
.AnyTagClassName
{
color: #8C945E;
}
</style>
background-color css
<style>
a { background-color: #8C945E; }
a { background-color: rgb(140,148,94); }
div.DivClassName
{
background-color: #8C945E;
}
.BgClassName
{
background-color: #8C945E;
}
</style>
border-color css
<style>
span { border-color: #8C945E; }
span { border-color: rgb(140,148,94); }
td.TdClassName
{
border-color: #8C945E;
}
.TagClassName
{
border-color: #8C945E;
}
</style>