Shades of Avocado #8F925A
Tints of Avocado #8F925A
RGB
CMYK
RGB Variations
Color information
#8F925A (or 0x8F925A) is known color: Avocado. HEX triplet: 8F, 92 and 5A. RGB value is (143,146,90). Sum of RGB (Red+Green+Blue) = 143+146+90=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 146 - color contains mainly: green. Hex color #8F925A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F925A is #706DA5. Grayscale: #8A8A8A. Windows color (decimal): -7368102 or 5935759. OLE color: 5935759.
HSL color Cylindrical-coordinate representation of color #8F925A: hue angle of 63.21º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F925A is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 146 | 90 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.43 |
| HSL | 63.21º | 0.24% | 0.46% | - |
| HSV(B) | 63.21º | 0.38% | 0.57% | - |
| XYZ | 23.45 | 27.14 | 13.67 | - |
| YUV | 138.72 | 100.51 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 146 | 90 | 0.02 | 0 | 0.38 | 0.43 | 63.21 | 0.24 | 0.46 |
| Hex | 8F | 92 | 5A | 2 | 0 | 26 | 2B | 3F | 18 | 2E |
| Octal | 217 | 222 | 132 | 2 | 0 | 46 | 53 | 77 | 30 | 56 |
| Binary | 10001111 | 10010010 | 1011010 | 10 | 0 | 100110 | 101011 | 111111 | 11000 | 101110 |
Color Harmonies of #8F925A
Complementary color
Monochromatic Colors of #8F925A
Black with #8F925A
Text Example
Text Example
White with #8F925A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F925A; }
p { color: rgb(143,146,90); }
H1.HeaderClassName
{
color: #8F925A;
}
.AnyTagClassName
{
color: #8F925A;
}
</style>
background-color css
<style>
a { background-color: #8F925A; }
a { background-color: rgb(143,146,90); }
div.DivClassName
{
background-color: #8F925A;
}
.BgClassName
{
background-color: #8F925A;
}
</style>
border-color css
<style>
span { border-color: #8F925A; }
span { border-color: rgb(143,146,90); }
td.TdClassName
{
border-color: #8F925A;
}
.TagClassName
{
border-color: #8F925A;
}
</style>