Shades of Avocado #949654
Tints of Avocado #949654
RGB
CMYK
RGB Variations
Color information
#949654 (or 0x949654) is known color: Avocado. HEX triplet: 94, 96 and 54. RGB value is (148,150,84). Sum of RGB (Red+Green+Blue) = 148+150+84=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 84 (33.20% from 255 or 21.99% from 382); Max value from RGB is 150 - color contains mainly: green. Hex color #949654 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949654 is #6B69AB. Grayscale: #8E8E8E. Windows color (decimal): -7039404 or 5543572. OLE color: 5543572.
HSL color Cylindrical-coordinate representation of color #949654: hue angle of 61.82º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #949654 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 148 | 150 | 84 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.41 |
| HSL | 61.82º | 0.28% | 0.46% | - |
| HSV(B) | 61.82º | 0.44% | 0.59% | - |
| XYZ | 24.72 | 28.75 | 12.63 | - |
| YUV | 141.88 | 95.34 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 150 | 84 | 0.01 | 0 | 0.44 | 0.41 | 61.82 | 0.28 | 0.46 |
| Hex | 94 | 96 | 54 | 1 | 0 | 2C | 29 | 3E | 1C | 2E |
| Octal | 224 | 226 | 124 | 1 | 0 | 54 | 51 | 76 | 34 | 56 |
| Binary | 10010100 | 10010110 | 1010100 | 1 | 0 | 101100 | 101001 | 111110 | 11100 | 101110 |
Color Harmonies of #949654
Complementary color
Monochromatic Colors of #949654
Black with #949654
Text Example
Text Example
White with #949654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949654; }
p { color: rgb(148,150,84); }
H1.HeaderClassName
{
color: #949654;
}
.AnyTagClassName
{
color: #949654;
}
</style>
background-color css
<style>
a { background-color: #949654; }
a { background-color: rgb(148,150,84); }
div.DivClassName
{
background-color: #949654;
}
.BgClassName
{
background-color: #949654;
}
</style>
border-color css
<style>
span { border-color: #949654; }
span { border-color: rgb(148,150,84); }
td.TdClassName
{
border-color: #949654;
}
.TagClassName
{
border-color: #949654;
}
</style>