Shades of Avocado #929766
Tints of Avocado #929766
RGB
CMYK
RGB Variations
Color information
#929766 (or 0x929766) is known color: Avocado. HEX triplet: 92, 97 and 66. RGB value is (146,151,102). Sum of RGB (Red+Green+Blue) = 146+151+102=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 151 - color contains mainly: green. Hex color #929766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929766 is #6D6899. Grayscale: #909090. Windows color (decimal): -7170202 or 6723474. OLE color: 6723474.
HSL color Cylindrical-coordinate representation of color #929766: hue angle of 66.12º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #929766 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 146 | 151 | 102 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.41 |
| HSL | 66.12º | 0.19% | 0.5% | - |
| HSV(B) | 66.12º | 0.32% | 0.59% | - |
| XYZ | 25.32 | 29.2 | 16.87 | - |
| YUV | 143.92 | 104.34 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 151 | 102 | 0.03 | 0 | 0.32 | 0.41 | 66.12 | 0.19 | 0.5 |
| Hex | 92 | 97 | 66 | 3 | 0 | 20 | 29 | 42 | 13 | 32 |
| Octal | 222 | 227 | 146 | 3 | 0 | 40 | 51 | 102 | 23 | 62 |
| Binary | 10010010 | 10010111 | 1100110 | 11 | 0 | 100000 | 101001 | 1000010 | 10011 | 110010 |
Color Harmonies of #929766
Complementary color
Monochromatic Colors of #929766
Black with #929766
Text Example
Text Example
White with #929766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929766; }
p { color: rgb(146,151,102); }
H1.HeaderClassName
{
color: #929766;
}
.AnyTagClassName
{
color: #929766;
}
</style>
background-color css
<style>
a { background-color: #929766; }
a { background-color: rgb(146,151,102); }
div.DivClassName
{
background-color: #929766;
}
.BgClassName
{
background-color: #929766;
}
</style>
border-color css
<style>
span { border-color: #929766; }
span { border-color: rgb(146,151,102); }
td.TdClassName
{
border-color: #929766;
}
.TagClassName
{
border-color: #929766;
}
</style>