Shades of Avocado #8F975C
Tints of Avocado #8F975C
RGB
CMYK
RGB Variations
Color information
#8F975C (or 0x8F975C) is known color: Avocado. HEX triplet: 8F, 97 and 5C. RGB value is (143,151,92). Sum of RGB (Red+Green+Blue) = 143+151+92=386 (51% of max value = 765). Red value is 143 (56.25% from 255 or 37.05% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 151 - color contains mainly: green. Hex color #8F975C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F975C is #7068A3. Grayscale: #8E8E8E. Windows color (decimal): -7366820 or 6068111. OLE color: 6068111.
HSL color Cylindrical-coordinate representation of color #8F975C: hue angle of 68.14º 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 #8F975C is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 151 | 92 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.41 |
| HSL | 68.14º | 0.24% | 0.48% | - |
| HSV(B) | 68.14º | 0.39% | 0.59% | - |
| XYZ | 24.33 | 28.75 | 14.39 | - |
| YUV | 141.88 | 99.85 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 151 | 92 | 0.05 | 0 | 0.39 | 0.41 | 68.14 | 0.24 | 0.48 |
| Hex | 8F | 97 | 5C | 5 | 0 | 27 | 29 | 44 | 18 | 30 |
| Octal | 217 | 227 | 134 | 5 | 0 | 47 | 51 | 104 | 30 | 60 |
| Binary | 10001111 | 10010111 | 1011100 | 101 | 0 | 100111 | 101001 | 1000100 | 11000 | 110000 |
Color Harmonies of #8F975C
Complementary color
Monochromatic Colors of #8F975C
Black with #8F975C
Text Example
Text Example
White with #8F975C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F975C; }
p { color: rgb(143,151,92); }
H1.HeaderClassName
{
color: #8F975C;
}
.AnyTagClassName
{
color: #8F975C;
}
</style>
background-color css
<style>
a { background-color: #8F975C; }
a { background-color: rgb(143,151,92); }
div.DivClassName
{
background-color: #8F975C;
}
.BgClassName
{
background-color: #8F975C;
}
</style>
border-color css
<style>
span { border-color: #8F975C; }
span { border-color: rgb(143,151,92); }
td.TdClassName
{
border-color: #8F975C;
}
.TagClassName
{
border-color: #8F975C;
}
</style>