- July 2010 (1)
- June 2010 (4)
- May 2010 (3)
- April 2010 (6)
- March 2010 (6)
- February 2010 (8)
- January 2010 (13)
- December 2009 (4)
- October 2009 (2)
- September 2009 (1)
Color Picker Application for Apple Mac OS X
To create websites and graphics being able to pick colors is important. Many times you see a great color and you want to sample and get the HEX number of the color to use. In the past I've used the ColorZilla extension for Firefox. This worked very well, has many options, but one draw back, you can only sample colors in Firefox.
Then I stumbled across a post on Mac OS X Hints. You can make the Mac Color Picker a stand alone application. Great! This allows you to organize colors using various methods.
- Open the Apple Script Editor (Applications -> AppleScript -> Script Editor)
- Enter this text:
choose color - File > Save As. Make sure to choose Application from the File Format drop down.
- I saved mine under Applications > Utilities
Download the HEX Color Picker and follow the directions in the README file to install it to the Color Picker. Then top it off with a custom ICNS icon to make it look pretty.