Shades of Avocado #8F9475
Tints of Avocado #8F9475
RGB
CMYK
RGB Variations
Color information
#8F9475 (or 0x8F9475) is known color: Avocado. HEX triplet: 8F, 94 and 75. RGB value is (143,148,117). Sum of RGB (Red+Green+Blue) = 143+148+117=408 (54% of max value = 765). Red value is 143 (56.25% from 255 or 35.05% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9475 is #706B8A. Grayscale: #8F8F8F. Windows color (decimal): -7367563 or 7705743. OLE color: 7705743.
HSL color Cylindrical-coordinate representation of color #8F9475: hue angle of 69.68º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8F9475 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 148 | 117 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.42 |
| HSL | 69.68º | 0.13% | 0.52% | - |
| HSV(B) | 69.68º | 0.21% | 0.58% | - |
| XYZ | 25.13 | 28.3 | 20.97 | - |
| YUV | 142.97 | 113.34 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 117 | 0.03 | 0 | 0.21 | 0.42 | 69.68 | 0.13 | 0.52 |
| Hex | 8F | 94 | 75 | 3 | 0 | 15 | 2A | 46 | D | 34 |
| Octal | 217 | 224 | 165 | 3 | 0 | 25 | 52 | 106 | 15 | 64 |
| Binary | 10001111 | 10010100 | 1110101 | 11 | 0 | 10101 | 101010 | 1000110 | 1101 | 110100 |
Color Harmonies of #8F9475
Complementary color
Monochromatic Colors of #8F9475
Black with #8F9475
Text Example
Text Example
White with #8F9475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9475; }
p { color: rgb(143,148,117); }
H1.HeaderClassName
{
color: #8F9475;
}
.AnyTagClassName
{
color: #8F9475;
}
</style>
background-color css
<style>
a { background-color: #8F9475; }
a { background-color: rgb(143,148,117); }
div.DivClassName
{
background-color: #8F9475;
}
.BgClassName
{
background-color: #8F9475;
}
</style>
border-color css
<style>
span { border-color: #8F9475; }
span { border-color: rgb(143,148,117); }
td.TdClassName
{
border-color: #8F9475;
}
.TagClassName
{
border-color: #8F9475;
}
</style>