Shades of Avocado #949660
Tints of Avocado #949660
RGB
CMYK
RGB Variations
Color information
#949660 (or 0x949660) is known color: Avocado. HEX triplet: 94, 96 and 60. RGB value is (148,150,96). Sum of RGB (Red+Green+Blue) = 148+150+96=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 150 - color contains mainly: green. Hex color #949660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949660 is #6B699F. Grayscale: #8F8F8F. Windows color (decimal): -7039392 or 6330004. OLE color: 6330004.
HSL color Cylindrical-coordinate representation of color #949660: hue angle of 62.22º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #949660 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 148 | 150 | 96 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.41 |
| HSL | 62.22º | 0.22% | 0.48% | - |
| HSV(B) | 62.22º | 0.36% | 0.59% | - |
| XYZ | 25.23 | 28.95 | 15.33 | - |
| YUV | 143.25 | 101.34 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 150 | 96 | 0.01 | 0 | 0.36 | 0.41 | 62.22 | 0.22 | 0.48 |
| Hex | 94 | 96 | 60 | 1 | 0 | 24 | 29 | 3E | 16 | 30 |
| Octal | 224 | 226 | 140 | 1 | 0 | 44 | 51 | 76 | 26 | 60 |
| Binary | 10010100 | 10010110 | 1100000 | 1 | 0 | 100100 | 101001 | 111110 | 10110 | 110000 |
Color Harmonies of #949660
Complementary color
Monochromatic Colors of #949660
Black with #949660
Text Example
Text Example
White with #949660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949660; }
p { color: rgb(148,150,96); }
H1.HeaderClassName
{
color: #949660;
}
.AnyTagClassName
{
color: #949660;
}
</style>
background-color css
<style>
a { background-color: #949660; }
a { background-color: rgb(148,150,96); }
div.DivClassName
{
background-color: #949660;
}
.BgClassName
{
background-color: #949660;
}
</style>
border-color css
<style>
span { border-color: #949660; }
span { border-color: rgb(148,150,96); }
td.TdClassName
{
border-color: #949660;
}
.TagClassName
{
border-color: #949660;
}
</style>