Shades of Avocado #8C926A
Tints of Avocado #8C926A
RGB
CMYK
RGB Variations
Color information
#8C926A (or 0x8C926A) is known color: Avocado. HEX triplet: 8C, 92 and 6A. RGB value is (140,146,106). Sum of RGB (Red+Green+Blue) = 140+146+106=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 106 (41.80% from 255 or 27.04% from 392); Max value from RGB is 146 - color contains mainly: green. Hex color #8C926A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C926A is #736D95. Grayscale: #8B8B8B. Windows color (decimal): -7564694 or 6984332. OLE color: 6984332.
HSL color Cylindrical-coordinate representation of color #8C926A: hue angle of 69º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8C926A is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 146 | 106 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.43 |
| HSL | 69º | 0.16% | 0.49% | - |
| HSV(B) | 69º | 0.27% | 0.57% | - |
| XYZ | 23.7 | 27.17 | 17.63 | - |
| YUV | 139.65 | 109.01 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 146 | 106 | 0.04 | 0 | 0.27 | 0.43 | 69 | 0.16 | 0.49 |
| Hex | 8C | 92 | 6A | 4 | 0 | 1B | 2B | 45 | 10 | 31 |
| Octal | 214 | 222 | 152 | 4 | 0 | 33 | 53 | 105 | 20 | 61 |
| Binary | 10001100 | 10010010 | 1101010 | 100 | 0 | 11011 | 101011 | 1000101 | 10000 | 110001 |
Color Harmonies of #8C926A
Complementary color
Monochromatic Colors of #8C926A
Black with #8C926A
Text Example
Text Example
White with #8C926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C926A; }
p { color: rgb(140,146,106); }
H1.HeaderClassName
{
color: #8C926A;
}
.AnyTagClassName
{
color: #8C926A;
}
</style>
background-color css
<style>
a { background-color: #8C926A; }
a { background-color: rgb(140,146,106); }
div.DivClassName
{
background-color: #8C926A;
}
.BgClassName
{
background-color: #8C926A;
}
</style>
border-color css
<style>
span { border-color: #8C926A; }
span { border-color: rgb(140,146,106); }
td.TdClassName
{
border-color: #8C926A;
}
.TagClassName
{
border-color: #8C926A;
}
</style>