Shades of Avocado #8F965C
Tints of Avocado #8F965C
RGB
CMYK
RGB Variations
Color information
#8F965C (or 0x8F965C) is known color: Avocado. HEX triplet: 8F, 96 and 5C. RGB value is (143,150,92). Sum of RGB (Red+Green+Blue) = 143+150+92=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 150 - color contains mainly: green. Hex color #8F965C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F965C is #7069A3. Grayscale: #8D8D8D. Windows color (decimal): -7367076 or 6067855. OLE color: 6067855.
HSL color Cylindrical-coordinate representation of color #8F965C: hue angle of 67.24º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F965C is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 150 | 92 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.41 |
| HSL | 67.24º | 0.24% | 0.47% | - |
| HSV(B) | 67.24º | 0.39% | 0.59% | - |
| XYZ | 24.17 | 28.43 | 14.34 | - |
| YUV | 141.3 | 100.18 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 92 | 0.05 | 0 | 0.39 | 0.41 | 67.24 | 0.24 | 0.47 |
| Hex | 8F | 96 | 5C | 5 | 0 | 27 | 29 | 43 | 18 | 2F |
| Octal | 217 | 226 | 134 | 5 | 0 | 47 | 51 | 103 | 30 | 57 |
| Binary | 10001111 | 10010110 | 1011100 | 101 | 0 | 100111 | 101001 | 1000011 | 11000 | 101111 |
Color Harmonies of #8F965C
Complementary color
Monochromatic Colors of #8F965C
Black with #8F965C
Text Example
Text Example
White with #8F965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F965C; }
p { color: rgb(143,150,92); }
H1.HeaderClassName
{
color: #8F965C;
}
.AnyTagClassName
{
color: #8F965C;
}
</style>
background-color css
<style>
a { background-color: #8F965C; }
a { background-color: rgb(143,150,92); }
div.DivClassName
{
background-color: #8F965C;
}
.BgClassName
{
background-color: #8F965C;
}
</style>
border-color css
<style>
span { border-color: #8F965C; }
span { border-color: rgb(143,150,92); }
td.TdClassName
{
border-color: #8F965C;
}
.TagClassName
{
border-color: #8F965C;
}
</style>