Color objects 39  You can create a Color object by giving the red, green, and blue values  Example: Color colorObj = new Color(255,10,125);