Shades of Avocado #949957
Tints of Avocado #949957
RGB
CMYK
RGB Variations
Color information
#949957 (or 0x949957) is known color: Avocado. HEX triplet: 94, 99 and 57. RGB value is (148,153,87). Sum of RGB (Red+Green+Blue) = 148+153+87=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 87 (34.38% from 255 or 22.42% from 388); Max value from RGB is 153 - color contains mainly: green. Hex color #949957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949957 is #6B66A8. Grayscale: #909090. Windows color (decimal): -7038633 or 5740948. OLE color: 5740948.
HSL color Cylindrical-coordinate representation of color #949957: hue angle of 64.55º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #949957 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 148 | 153 | 87 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.4 |
| HSL | 64.55º | 0.28% | 0.47% | - |
| HSV(B) | 64.55º | 0.43% | 0.6% | - |
| XYZ | 25.32 | 29.77 | 13.43 | - |
| YUV | 143.98 | 95.84 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 153 | 87 | 0.03 | 0 | 0.43 | 0.4 | 64.55 | 0.28 | 0.47 |
| Hex | 94 | 99 | 57 | 3 | 0 | 2B | 28 | 41 | 1C | 2F |
| Octal | 224 | 231 | 127 | 3 | 0 | 53 | 50 | 101 | 34 | 57 |
| Binary | 10010100 | 10011001 | 1010111 | 11 | 0 | 101011 | 101000 | 1000001 | 11100 | 101111 |
Color Harmonies of #949957
Complementary color
Monochromatic Colors of #949957
Black with #949957
Text Example
Text Example
White with #949957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949957; }
p { color: rgb(148,153,87); }
H1.HeaderClassName
{
color: #949957;
}
.AnyTagClassName
{
color: #949957;
}
</style>
background-color css
<style>
a { background-color: #949957; }
a { background-color: rgb(148,153,87); }
div.DivClassName
{
background-color: #949957;
}
.BgClassName
{
background-color: #949957;
}
</style>
border-color css
<style>
span { border-color: #949957; }
span { border-color: rgb(148,153,87); }
td.TdClassName
{
border-color: #949957;
}
.TagClassName
{
border-color: #949957;
}
</style>