Shades of Avocado #929B6E
Tints of Avocado #929B6E
RGB
CMYK
RGB Variations
Color information
#929B6E (or 0x929B6E) is known color: Avocado. HEX triplet: 92, 9B and 6E. RGB value is (146,155,110). Sum of RGB (Red+Green+Blue) = 146+155+110=411 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.52% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 155 - color contains mainly: green. Hex color #929B6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929B6E is #6D6491. Grayscale: #939393. Windows color (decimal): -7169170 or 7248786. OLE color: 7248786.
HSL color Cylindrical-coordinate representation of color #929B6E: hue angle of 72º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #929B6E is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 146 | 155 | 110 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.39 |
| HSL | 72º | 0.18% | 0.52% | - |
| HSV(B) | 72º | 0.29% | 0.61% | - |
| XYZ | 26.39 | 30.68 | 19.28 | - |
| YUV | 147.18 | 107.02 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 155 | 110 | 0.06 | 0 | 0.29 | 0.39 | 72 | 0.18 | 0.52 |
| Hex | 92 | 9B | 6E | 6 | 0 | 1D | 27 | 48 | 12 | 34 |
| Octal | 222 | 233 | 156 | 6 | 0 | 35 | 47 | 110 | 22 | 64 |
| Binary | 10010010 | 10011011 | 1101110 | 110 | 0 | 11101 | 100111 | 1001000 | 10010 | 110100 |
Color Harmonies of #929B6E
Complementary color
Monochromatic Colors of #929B6E
Black with #929B6E
Text Example
Text Example
White with #929B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929B6E; }
p { color: rgb(146,155,110); }
H1.HeaderClassName
{
color: #929B6E;
}
.AnyTagClassName
{
color: #929B6E;
}
</style>
background-color css
<style>
a { background-color: #929B6E; }
a { background-color: rgb(146,155,110); }
div.DivClassName
{
background-color: #929B6E;
}
.BgClassName
{
background-color: #929B6E;
}
</style>
border-color css
<style>
span { border-color: #929B6E; }
span { border-color: rgb(146,155,110); }
td.TdClassName
{
border-color: #929B6E;
}
.TagClassName
{
border-color: #929B6E;
}
</style>