Shades of Avocado #929674
Tints of Avocado #929674
RGB
CMYK
RGB Variations
Color information
#929674 (or 0x929674) is known color: Avocado. HEX triplet: 92, 96 and 74. RGB value is (146,150,116). Sum of RGB (Red+Green+Blue) = 146+150+116=412 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.44% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 150 - color contains mainly: green. Hex color #929674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929674 is #6D698B. Grayscale: #919191. Windows color (decimal): -7170444 or 7640722. OLE color: 7640722.
HSL color Cylindrical-coordinate representation of color #929674: hue angle of 67.06º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #929674 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 146 | 150 | 116 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.41 |
| HSL | 67.06º | 0.14% | 0.52% | - |
| HSV(B) | 67.06º | 0.23% | 0.59% | - |
| XYZ | 25.91 | 29.18 | 20.79 | - |
| YUV | 144.93 | 111.67 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 150 | 116 | 0.03 | 0 | 0.23 | 0.41 | 67.06 | 0.14 | 0.52 |
| Hex | 92 | 96 | 74 | 3 | 0 | 17 | 29 | 43 | E | 34 |
| Octal | 222 | 226 | 164 | 3 | 0 | 27 | 51 | 103 | 16 | 64 |
| Binary | 10010010 | 10010110 | 1110100 | 11 | 0 | 10111 | 101001 | 1000011 | 1110 | 110100 |
Color Harmonies of #929674
Complementary color
Monochromatic Colors of #929674
Black with #929674
Text Example
Text Example
White with #929674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929674; }
p { color: rgb(146,150,116); }
H1.HeaderClassName
{
color: #929674;
}
.AnyTagClassName
{
color: #929674;
}
</style>
background-color css
<style>
a { background-color: #929674; }
a { background-color: rgb(146,150,116); }
div.DivClassName
{
background-color: #929674;
}
.BgClassName
{
background-color: #929674;
}
</style>
border-color css
<style>
span { border-color: #929674; }
span { border-color: rgb(146,150,116); }
td.TdClassName
{
border-color: #929674;
}
.TagClassName
{
border-color: #929674;
}
</style>