Shades of Avocado #8F995C
Tints of Avocado #8F995C
RGB
CMYK
RGB Variations
Color information
#8F995C (or 0x8F995C) is known color: Avocado. HEX triplet: 8F, 99 and 5C. RGB value is (143,153,92). Sum of RGB (Red+Green+Blue) = 143+153+92=388 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.86% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 153 - color contains mainly: green. Hex color #8F995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F995C is #7066A3. Grayscale: #8F8F8F. Windows color (decimal): -7366308 or 6068623. OLE color: 6068623.
HSL color Cylindrical-coordinate representation of color #8F995C: hue angle of 69.84º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F995C is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 143 | 153 | 92 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.4 |
| HSL | 69.84º | 0.25% | 0.48% | - |
| HSV(B) | 69.84º | 0.4% | 0.6% | - |
| XYZ | 24.65 | 29.39 | 14.5 | - |
| YUV | 143.06 | 99.19 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 153 | 92 | 0.07 | 0 | 0.40 | 0.4 | 69.84 | 0.25 | 0.48 |
| Hex | 8F | 99 | 5C | 7 | 0 | 28 | 28 | 46 | 19 | 30 |
| Octal | 217 | 231 | 134 | 7 | 0 | 50 | 50 | 106 | 31 | 60 |
| Binary | 10001111 | 10011001 | 1011100 | 111 | 0 | 101000 | 101000 | 1000110 | 11001 | 110000 |
Color Harmonies of #8F995C
Complementary color
Monochromatic Colors of #8F995C
Black with #8F995C
Text Example
Text Example
White with #8F995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F995C; }
p { color: rgb(143,153,92); }
H1.HeaderClassName
{
color: #8F995C;
}
.AnyTagClassName
{
color: #8F995C;
}
</style>
background-color css
<style>
a { background-color: #8F995C; }
a { background-color: rgb(143,153,92); }
div.DivClassName
{
background-color: #8F995C;
}
.BgClassName
{
background-color: #8F995C;
}
</style>
border-color css
<style>
span { border-color: #8F995C; }
span { border-color: rgb(143,153,92); }
td.TdClassName
{
border-color: #8F995C;
}
.TagClassName
{
border-color: #8F995C;
}
</style>