Shades of Avocado #8C975C
Tints of Avocado #8C975C
RGB
CMYK
RGB Variations
Color information
#8C975C (or 0x8C975C) is known color: Avocado. HEX triplet: 8C, 97 and 5C. RGB value is (140,151,92). Sum of RGB (Red+Green+Blue) = 140+151+92=383 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.55% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 151 - color contains mainly: green. Hex color #8C975C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C975C is #7368A3. Grayscale: #8D8D8D. Windows color (decimal): -7563428 or 6068108. OLE color: 6068108.
HSL color Cylindrical-coordinate representation of color #8C975C: hue angle of 71.19º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C975C is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 151 | 92 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.41 |
| HSL | 71.19º | 0.24% | 0.48% | - |
| HSV(B) | 71.19º | 0.39% | 0.59% | - |
| XYZ | 23.81 | 28.48 | 14.37 | - |
| YUV | 140.99 | 100.36 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 151 | 92 | 0.07 | 0 | 0.39 | 0.41 | 71.19 | 0.24 | 0.48 |
| Hex | 8C | 97 | 5C | 7 | 0 | 27 | 29 | 47 | 18 | 30 |
| Octal | 214 | 227 | 134 | 7 | 0 | 47 | 51 | 107 | 30 | 60 |
| Binary | 10001100 | 10010111 | 1011100 | 111 | 0 | 100111 | 101001 | 1000111 | 11000 | 110000 |
Color Harmonies of #8C975C
Complementary color
Monochromatic Colors of #8C975C
Black with #8C975C
Text Example
Text Example
White with #8C975C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C975C; }
p { color: rgb(140,151,92); }
H1.HeaderClassName
{
color: #8C975C;
}
.AnyTagClassName
{
color: #8C975C;
}
</style>
background-color css
<style>
a { background-color: #8C975C; }
a { background-color: rgb(140,151,92); }
div.DivClassName
{
background-color: #8C975C;
}
.BgClassName
{
background-color: #8C975C;
}
</style>
border-color css
<style>
span { border-color: #8C975C; }
span { border-color: rgb(140,151,92); }
td.TdClassName
{
border-color: #8C975C;
}
.TagClassName
{
border-color: #8C975C;
}
</style>