Shades of Avocado #8F9275
Tints of Avocado #8F9275
RGB
CMYK
RGB Variations
Color information
#8F9275 (or 0x8F9275) is known color: Avocado. HEX triplet: 8F, 92 and 75. RGB value is (143,146,117). Sum of RGB (Red+Green+Blue) = 143+146+117=406 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.22% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 146 - color contains mainly: green. Hex color #8F9275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9275 is #706D8A. Grayscale: #8D8D8D. Windows color (decimal): -7368075 or 7705231. OLE color: 7705231.
HSL color Cylindrical-coordinate representation of color #8F9275: hue angle of 66.21º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8F9275 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 146 | 117 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.43 |
| HSL | 66.21º | 0.12% | 0.52% | - |
| HSV(B) | 66.21º | 0.2% | 0.57% | - |
| XYZ | 24.82 | 27.68 | 20.86 | - |
| YUV | 141.8 | 114.01 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 146 | 117 | 0.02 | 0 | 0.20 | 0.43 | 66.21 | 0.12 | 0.52 |
| Hex | 8F | 92 | 75 | 2 | 0 | 14 | 2B | 42 | C | 34 |
| Octal | 217 | 222 | 165 | 2 | 0 | 24 | 53 | 102 | 14 | 64 |
| Binary | 10001111 | 10010010 | 1110101 | 10 | 0 | 10100 | 101011 | 1000010 | 1100 | 110100 |
Color Harmonies of #8F9275
Complementary color
Monochromatic Colors of #8F9275
Black with #8F9275
Text Example
Text Example
White with #8F9275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9275; }
p { color: rgb(143,146,117); }
H1.HeaderClassName
{
color: #8F9275;
}
.AnyTagClassName
{
color: #8F9275;
}
</style>
background-color css
<style>
a { background-color: #8F9275; }
a { background-color: rgb(143,146,117); }
div.DivClassName
{
background-color: #8F9275;
}
.BgClassName
{
background-color: #8F9275;
}
</style>
border-color css
<style>
span { border-color: #8F9275; }
span { border-color: rgb(143,146,117); }
td.TdClassName
{
border-color: #8F9275;
}
.TagClassName
{
border-color: #8F9275;
}
</style>