Shades of Avocado #949756
Tints of Avocado #949756
RGB
CMYK
RGB Variations
Color information
#949756 (or 0x949756) is known color: Avocado. HEX triplet: 94, 97 and 56. RGB value is (148,151,86). Sum of RGB (Red+Green+Blue) = 148+151+86=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 151 - color contains mainly: green. Hex color #949756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949756 is #6B68A9. Grayscale: #8E8E8E. Windows color (decimal): -7039146 or 5674900. OLE color: 5674900.
HSL color Cylindrical-coordinate representation of color #949756: hue angle of 62.77º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #949756 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 148 | 151 | 86 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.41 |
| HSL | 62.77º | 0.27% | 0.46% | - |
| HSV(B) | 62.77º | 0.43% | 0.59% | - |
| XYZ | 24.96 | 29.1 | 13.11 | - |
| YUV | 142.69 | 96.01 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 151 | 86 | 0.02 | 0 | 0.43 | 0.41 | 62.77 | 0.27 | 0.46 |
| Hex | 94 | 97 | 56 | 2 | 0 | 2B | 29 | 3F | 1B | 2E |
| Octal | 224 | 227 | 126 | 2 | 0 | 53 | 51 | 77 | 33 | 56 |
| Binary | 10010100 | 10010111 | 1010110 | 10 | 0 | 101011 | 101001 | 111111 | 11011 | 101110 |
Color Harmonies of #949756
Complementary color
Monochromatic Colors of #949756
Black with #949756
Text Example
Text Example
White with #949756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949756; }
p { color: rgb(148,151,86); }
H1.HeaderClassName
{
color: #949756;
}
.AnyTagClassName
{
color: #949756;
}
</style>
background-color css
<style>
a { background-color: #949756; }
a { background-color: rgb(148,151,86); }
div.DivClassName
{
background-color: #949756;
}
.BgClassName
{
background-color: #949756;
}
</style>
border-color css
<style>
span { border-color: #949756; }
span { border-color: rgb(148,151,86); }
td.TdClassName
{
border-color: #949756;
}
.TagClassName
{
border-color: #949756;
}
</style>