Shades of Avocado #8C9A5C
Tints of Avocado #8C9A5C
RGB
CMYK
RGB Variations
Color information
#8C9A5C (or 0x8C9A5C) is known color: Avocado. HEX triplet: 8C, 9A and 5C. RGB value is (140,154,92). Sum of RGB (Red+Green+Blue) = 140+154+92=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 154 - color contains mainly: green. Hex color #8C9A5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9A5C is #7365A3. Grayscale: #8E8E8E. Windows color (decimal): -7562660 or 6068876. OLE color: 6068876.
HSL color Cylindrical-coordinate representation of color #8C9A5C: hue angle of 73.55º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C9A5C is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 154 | 92 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.40 |
| HSL | 73.55º | 0.25% | 0.48% | - |
| HSV(B) | 73.55º | 0.4% | 0.6% | - |
| XYZ | 24.3 | 29.46 | 14.53 | - |
| YUV | 142.75 | 99.36 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 154 | 92 | 0.09 | 0 | 0.40 | 0.40 | 73.55 | 0.25 | 0.48 |
| Hex | 8C | 9A | 5C | 9 | 0 | 28 | 28 | 4A | 19 | 30 |
| Octal | 214 | 232 | 134 | 11 | 0 | 50 | 50 | 112 | 31 | 60 |
| Binary | 10001100 | 10011010 | 1011100 | 1001 | 0 | 101000 | 101000 | 1001010 | 11001 | 110000 |
Color Harmonies of #8C9A5C
Complementary color
Monochromatic Colors of #8C9A5C
Black with #8C9A5C
Text Example
Text Example
White with #8C9A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9A5C; }
p { color: rgb(140,154,92); }
H1.HeaderClassName
{
color: #8C9A5C;
}
.AnyTagClassName
{
color: #8C9A5C;
}
</style>
background-color css
<style>
a { background-color: #8C9A5C; }
a { background-color: rgb(140,154,92); }
div.DivClassName
{
background-color: #8C9A5C;
}
.BgClassName
{
background-color: #8C9A5C;
}
</style>
border-color css
<style>
span { border-color: #8C9A5C; }
span { border-color: rgb(140,154,92); }
td.TdClassName
{
border-color: #8C9A5C;
}
.TagClassName
{
border-color: #8C9A5C;
}
</style>