Shades of Avocado #929671
Tints of Avocado #929671
RGB
CMYK
RGB Variations
Color information
#929671 (or 0x929671) is known color: Avocado. HEX triplet: 92, 96 and 71. RGB value is (146,150,113). Sum of RGB (Red+Green+Blue) = 146+150+113=409 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.70% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 150 - color contains mainly: green. Hex color #929671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929671 is #6D698E. Grayscale: #909090. Windows color (decimal): -7170447 or 7444114. OLE color: 7444114.
HSL color Cylindrical-coordinate representation of color #929671: hue angle of 66.49º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #929671 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 146 | 150 | 113 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.41 |
| HSL | 66.49º | 0.15% | 0.52% | - |
| HSV(B) | 66.49º | 0.25% | 0.59% | - |
| XYZ | 25.74 | 29.12 | 19.89 | - |
| YUV | 144.59 | 110.17 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 150 | 113 | 0.03 | 0 | 0.25 | 0.41 | 66.49 | 0.15 | 0.52 |
| Hex | 92 | 96 | 71 | 3 | 0 | 19 | 29 | 42 | F | 34 |
| Octal | 222 | 226 | 161 | 3 | 0 | 31 | 51 | 102 | 17 | 64 |
| Binary | 10010010 | 10010110 | 1110001 | 11 | 0 | 11001 | 101001 | 1000010 | 1111 | 110100 |
Color Harmonies of #929671
Complementary color
Monochromatic Colors of #929671
Black with #929671
Text Example
Text Example
White with #929671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929671; }
p { color: rgb(146,150,113); }
H1.HeaderClassName
{
color: #929671;
}
.AnyTagClassName
{
color: #929671;
}
</style>
background-color css
<style>
a { background-color: #929671; }
a { background-color: rgb(146,150,113); }
div.DivClassName
{
background-color: #929671;
}
.BgClassName
{
background-color: #929671;
}
</style>
border-color css
<style>
span { border-color: #929671; }
span { border-color: rgb(146,150,113); }
td.TdClassName
{
border-color: #929671;
}
.TagClassName
{
border-color: #929671;
}
</style>