Shades of Avocado #8C926D
Tints of Avocado #8C926D
RGB
CMYK
RGB Variations
Color information
#8C926D (or 0x8C926D) is known color: Avocado. HEX triplet: 8C, 92 and 6D. RGB value is (140,146,109). Sum of RGB (Red+Green+Blue) = 140+146+109=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 146 - color contains mainly: green. Hex color #8C926D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C926D is #736D92. Grayscale: #8C8C8C. Windows color (decimal): -7564691 or 7180940. OLE color: 7180940.
HSL color Cylindrical-coordinate representation of color #8C926D: hue angle of 69.73º degrees, saturation: 0.15, 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 #8C926D is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 146 | 109 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.43 |
| HSL | 69.73º | 0.15% | 0.5% | - |
| HSV(B) | 69.73º | 0.25% | 0.57% | - |
| XYZ | 23.85 | 27.24 | 18.47 | - |
| YUV | 139.99 | 110.51 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 146 | 109 | 0.04 | 0 | 0.25 | 0.43 | 69.73 | 0.15 | 0.5 |
| Hex | 8C | 92 | 6D | 4 | 0 | 19 | 2B | 46 | F | 32 |
| Octal | 214 | 222 | 155 | 4 | 0 | 31 | 53 | 106 | 17 | 62 |
| Binary | 10001100 | 10010010 | 1101101 | 100 | 0 | 11001 | 101011 | 1000110 | 1111 | 110010 |
Color Harmonies of #8C926D
Complementary color
Monochromatic Colors of #8C926D
Black with #8C926D
Text Example
Text Example
White with #8C926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C926D; }
p { color: rgb(140,146,109); }
H1.HeaderClassName
{
color: #8C926D;
}
.AnyTagClassName
{
color: #8C926D;
}
</style>
background-color css
<style>
a { background-color: #8C926D; }
a { background-color: rgb(140,146,109); }
div.DivClassName
{
background-color: #8C926D;
}
.BgClassName
{
background-color: #8C926D;
}
</style>
border-color css
<style>
span { border-color: #8C926D; }
span { border-color: rgb(140,146,109); }
td.TdClassName
{
border-color: #8C926D;
}
.TagClassName
{
border-color: #8C926D;
}
</style>