In iOS 7 navigation bar tintColor affect the color of the background image, titles, buttons and button images. Property barTintColor affects the color of the bar. So you can try to install barTintColor and check whether it solves your problem.
In addition, when using barButtonItem images should try the following code:
myImage = [myImage imageWithRenderingMode:UIImageRenderingModeAlwaysOriginal];
source share