Shades of Avocado #949764
Tints of Avocado #949764
RGB
CMYK
RGB Variations
Color information
#949764 (or 0x949764) is known color: Avocado. HEX triplet: 94, 97 and 64. RGB value is (148,151,100). Sum of RGB (Red+Green+Blue) = 148+151+100=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 100 (39.45% from 255 or 25.06% from 399); Max value from RGB is 151 - color contains mainly: green. Hex color #949764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949764 is #6B689B. Grayscale: #909090. Windows color (decimal): -7039132 or 6592404. OLE color: 6592404.
HSL color Cylindrical-coordinate representation of color #949764: hue angle of 63.53º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #949764 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 148 | 151 | 100 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.41 |
| HSL | 63.53º | 0.2% | 0.49% | - |
| HSV(B) | 63.53º | 0.34% | 0.59% | - |
| XYZ | 25.58 | 29.35 | 16.37 | - |
| YUV | 144.29 | 103.01 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 151 | 100 | 0.02 | 0 | 0.34 | 0.41 | 63.53 | 0.2 | 0.49 |
| Hex | 94 | 97 | 64 | 2 | 0 | 22 | 29 | 40 | 14 | 31 |
| Octal | 224 | 227 | 144 | 2 | 0 | 42 | 51 | 100 | 24 | 61 |
| Binary | 10010100 | 10010111 | 1100100 | 10 | 0 | 100010 | 101001 | 1000000 | 10100 | 110001 |
Color Harmonies of #949764
Complementary color
Monochromatic Colors of #949764
Black with #949764
Text Example
Text Example
White with #949764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949764; }
p { color: rgb(148,151,100); }
H1.HeaderClassName
{
color: #949764;
}
.AnyTagClassName
{
color: #949764;
}
</style>
background-color css
<style>
a { background-color: #949764; }
a { background-color: rgb(148,151,100); }
div.DivClassName
{
background-color: #949764;
}
.BgClassName
{
background-color: #949764;
}
</style>
border-color css
<style>
span { border-color: #949764; }
span { border-color: rgb(148,151,100); }
td.TdClassName
{
border-color: #949764;
}
.TagClassName
{
border-color: #949764;
}
</style>