Shades of Avocado #8F9172
Tints of Avocado #8F9172
RGB
CMYK
RGB Variations
Color information
#8F9172 (or 0x8F9172) is known color: Avocado. HEX triplet: 8F, 91 and 72. RGB value is (143,145,114). Sum of RGB (Red+Green+Blue) = 143+145+114=402 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.57% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 145 - color contains mainly: green. Hex color #8F9172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9172 is #706E8D. Grayscale: #8C8C8C. Windows color (decimal): -7368334 or 7508367. OLE color: 7508367.
HSL color Cylindrical-coordinate representation of color #8F9172: hue angle of 63.87º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8F9172 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 145 | 114 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.43 |
| HSL | 63.87º | 0.12% | 0.51% | - |
| HSV(B) | 63.87º | 0.21% | 0.57% | - |
| XYZ | 24.49 | 27.31 | 19.9 | - |
| YUV | 140.87 | 112.84 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 145 | 114 | 0.01 | 0 | 0.21 | 0.43 | 63.87 | 0.12 | 0.51 |
| Hex | 8F | 91 | 72 | 1 | 0 | 15 | 2B | 40 | C | 33 |
| Octal | 217 | 221 | 162 | 1 | 0 | 25 | 53 | 100 | 14 | 63 |
| Binary | 10001111 | 10010001 | 1110010 | 1 | 0 | 10101 | 101011 | 1000000 | 1100 | 110011 |
Color Harmonies of #8F9172
Complementary color
Monochromatic Colors of #8F9172
Black with #8F9172
Text Example
Text Example
White with #8F9172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9172; }
p { color: rgb(143,145,114); }
H1.HeaderClassName
{
color: #8F9172;
}
.AnyTagClassName
{
color: #8F9172;
}
</style>
background-color css
<style>
a { background-color: #8F9172; }
a { background-color: rgb(143,145,114); }
div.DivClassName
{
background-color: #8F9172;
}
.BgClassName
{
background-color: #8F9172;
}
</style>
border-color css
<style>
span { border-color: #8F9172; }
span { border-color: rgb(143,145,114); }
td.TdClassName
{
border-color: #8F9172;
}
.TagClassName
{
border-color: #8F9172;
}
</style>