It's simple. I use this color: #00ac00 and RGB (0,172,0). In photoshop for example the color is what I exactly need. But once I program it in Xcode it looks way more bright, like psychedelic. This is my code to set the color:
navigationController!.navigationBar.barTintColor = UIColor(red: 0, green: 172, blue: 0, alpha: 0)
The only thing I could do is set a pattern image...