Shades of Avocado #8F975A
Tints of Avocado #8F975A
RGB
CMYK
RGB Variations
Color information
#8F975A (or 0x8F975A) is known color: Avocado. HEX triplet: 8F, 97 and 5A. RGB value is (143,151,90). Sum of RGB (Red+Green+Blue) = 143+151+90=384 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.24% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 151 - color contains mainly: green. Hex color #8F975A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F975A is #7068A5. Grayscale: #8D8D8D. Windows color (decimal): -7366822 or 5937039. OLE color: 5937039.
HSL color Cylindrical-coordinate representation of color #8F975A: hue angle of 67.87º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F975A is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 151 | 90 | - |
| CMYK | 0.05 | 0 | 0.40 | 0.41 |
| HSL | 67.87º | 0.25% | 0.47% | - |
| HSV(B) | 67.87º | 0.4% | 0.59% | - |
| XYZ | 24.24 | 28.71 | 13.94 | - |
| YUV | 141.65 | 98.85 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 151 | 90 | 0.05 | 0 | 0.40 | 0.41 | 67.87 | 0.25 | 0.47 |
| Hex | 8F | 97 | 5A | 5 | 0 | 28 | 29 | 44 | 19 | 2F |
| Octal | 217 | 227 | 132 | 5 | 0 | 50 | 51 | 104 | 31 | 57 |
| Binary | 10001111 | 10010111 | 1011010 | 101 | 0 | 101000 | 101001 | 1000100 | 11001 | 101111 |
Color Harmonies of #8F975A
Complementary color
Monochromatic Colors of #8F975A
Black with #8F975A
Text Example
Text Example
White with #8F975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F975A; }
p { color: rgb(143,151,90); }
H1.HeaderClassName
{
color: #8F975A;
}
.AnyTagClassName
{
color: #8F975A;
}
</style>
background-color css
<style>
a { background-color: #8F975A; }
a { background-color: rgb(143,151,90); }
div.DivClassName
{
background-color: #8F975A;
}
.BgClassName
{
background-color: #8F975A;
}
</style>
border-color css
<style>
span { border-color: #8F975A; }
span { border-color: rgb(143,151,90); }
td.TdClassName
{
border-color: #8F975A;
}
.TagClassName
{
border-color: #8F975A;
}
</style>