Shades of Avocado #8C926E
Tints of Avocado #8C926E
RGB
CMYK
RGB Variations
Color information
#8C926E (or 0x8C926E) is known color: Avocado. HEX triplet: 8C, 92 and 6E. RGB value is (140,146,110). Sum of RGB (Red+Green+Blue) = 140+146+110=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 146 - color contains mainly: green. Hex color #8C926E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C926E is #736D91. Grayscale: #8C8C8C. Windows color (decimal): -7564690 or 7246476. OLE color: 7246476.
HSL color Cylindrical-coordinate representation of color #8C926E: hue angle of 70º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8C926E is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 146 | 110 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.43 |
| HSL | 70º | 0.14% | 0.5% | - |
| HSV(B) | 70º | 0.25% | 0.57% | - |
| XYZ | 23.91 | 27.26 | 18.75 | - |
| YUV | 140.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 146 | 110 | 0.04 | 0 | 0.25 | 0.43 | 70 | 0.14 | 0.5 |
| Hex | 8C | 92 | 6E | 4 | 0 | 19 | 2B | 46 | E | 32 |
| Octal | 214 | 222 | 156 | 4 | 0 | 31 | 53 | 106 | 16 | 62 |
| Binary | 10001100 | 10010010 | 1101110 | 100 | 0 | 11001 | 101011 | 1000110 | 1110 | 110010 |
Color Harmonies of #8C926E
Complementary color
Monochromatic Colors of #8C926E
Black with #8C926E
Text Example
Text Example
White with #8C926E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C926E; }
p { color: rgb(140,146,110); }
H1.HeaderClassName
{
color: #8C926E;
}
.AnyTagClassName
{
color: #8C926E;
}
</style>
background-color css
<style>
a { background-color: #8C926E; }
a { background-color: rgb(140,146,110); }
div.DivClassName
{
background-color: #8C926E;
}
.BgClassName
{
background-color: #8C926E;
}
</style>
border-color css
<style>
span { border-color: #8C926E; }
span { border-color: rgb(140,146,110); }
td.TdClassName
{
border-color: #8C926E;
}
.TagClassName
{
border-color: #8C926E;
}
</style>