Shades of Avocado #929971
Tints of Avocado #929971
RGB
CMYK
RGB Variations
Color information
#929971 (or 0x929971) is known color: Avocado. HEX triplet: 92, 99 and 71. RGB value is (146,153,113). Sum of RGB (Red+Green+Blue) = 146+153+113=412 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.44% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 153 - color contains mainly: green. Hex color #929971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929971 is #6D668E. Grayscale: #929292. Windows color (decimal): -7169679 or 7444882. OLE color: 7444882.
HSL color Cylindrical-coordinate representation of color #929971: hue angle of 70.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #929971 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 146 | 153 | 113 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.4 |
| HSL | 70.5º | 0.16% | 0.52% | - |
| HSV(B) | 70.5º | 0.26% | 0.6% | - |
| XYZ | 26.23 | 30.09 | 20.05 | - |
| YUV | 146.35 | 109.18 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 153 | 113 | 0.05 | 0 | 0.26 | 0.4 | 70.5 | 0.16 | 0.52 |
| Hex | 92 | 99 | 71 | 5 | 0 | 1A | 28 | 46 | 10 | 34 |
| Octal | 222 | 231 | 161 | 5 | 0 | 32 | 50 | 106 | 20 | 64 |
| Binary | 10010010 | 10011001 | 1110001 | 101 | 0 | 11010 | 101000 | 1000110 | 10000 | 110100 |
Color Harmonies of #929971
Complementary color
Monochromatic Colors of #929971
Black with #929971
Text Example
Text Example
White with #929971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929971; }
p { color: rgb(146,153,113); }
H1.HeaderClassName
{
color: #929971;
}
.AnyTagClassName
{
color: #929971;
}
</style>
background-color css
<style>
a { background-color: #929971; }
a { background-color: rgb(146,153,113); }
div.DivClassName
{
background-color: #929971;
}
.BgClassName
{
background-color: #929971;
}
</style>
border-color css
<style>
span { border-color: #929971; }
span { border-color: rgb(146,153,113); }
td.TdClassName
{
border-color: #929971;
}
.TagClassName
{
border-color: #929971;
}
</style>