Shades of Avocado #8C975B
Tints of Avocado #8C975B
RGB
CMYK
RGB Variations
Color information
#8C975B (or 0x8C975B) is known color: Avocado. HEX triplet: 8C, 97 and 5B. RGB value is (140,151,91). Sum of RGB (Red+Green+Blue) = 140+151+91=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 151 (59.38% from 255 or 39.53% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 151 - color contains mainly: green. Hex color #8C975B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C975B is #7368A4. Grayscale: #8D8D8D. Windows color (decimal): -7563429 or 6002572. OLE color: 6002572.
HSL color Cylindrical-coordinate representation of color #8C975B: hue angle of 71º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C975B is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 151 | 91 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.41 |
| HSL | 71º | 0.25% | 0.47% | - |
| HSV(B) | 71º | 0.4% | 0.59% | - |
| XYZ | 23.77 | 28.46 | 14.14 | - |
| YUV | 140.87 | 99.86 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 151 | 91 | 0.07 | 0 | 0.40 | 0.41 | 71 | 0.25 | 0.47 |
| Hex | 8C | 97 | 5B | 7 | 0 | 28 | 29 | 47 | 19 | 2F |
| Octal | 214 | 227 | 133 | 7 | 0 | 50 | 51 | 107 | 31 | 57 |
| Binary | 10001100 | 10010111 | 1011011 | 111 | 0 | 101000 | 101001 | 1000111 | 11001 | 101111 |
Color Harmonies of #8C975B
Complementary color
Monochromatic Colors of #8C975B
Black with #8C975B
Text Example
Text Example
White with #8C975B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C975B; }
p { color: rgb(140,151,91); }
H1.HeaderClassName
{
color: #8C975B;
}
.AnyTagClassName
{
color: #8C975B;
}
</style>
background-color css
<style>
a { background-color: #8C975B; }
a { background-color: rgb(140,151,91); }
div.DivClassName
{
background-color: #8C975B;
}
.BgClassName
{
background-color: #8C975B;
}
</style>
border-color css
<style>
span { border-color: #8C975B; }
span { border-color: rgb(140,151,91); }
td.TdClassName
{
border-color: #8C975B;
}
.TagClassName
{
border-color: #8C975B;
}
</style>