I previously posted about how to get the average RGB colour of a sample and put it into Revit.   Revit Learning Club Blog today shows a nice, simple way to obtain the RGB values of any color on your screen (under the mouse cursor):

Someone has shared a very nice color picker utility called Colorette, which was written in AutoHotKey. The app description is at http://www.autohotkey.com/forum/topic69559.html and the EXE itself is http://www.autohotkey.net/~sumon/apps/colorette/Colorette.exe .


For an example of how to use Colorette with Revit, save the EXE to your Desktop and run it. Find a web page with the color you want to find, like http://www.jameshardie.com/homeowner/colorplus-palette.shtml , hover your mouse over the color on the screen and press Space on your keyboard.

via
Revit Learning Club Blog: How to Get a Color From Your Screen into a Revit Material

This little utility is VERY basic.  It can basically can record mouse movement and clicks, and keyboard input.  You can record a task, save it to a file, open an existing recording, and play.  There are some basic options to do with ‘Play Speed’ and number of repeats.

Download link

It can even save your recorded macro as an EXE file – however:
There are pros and cons in saving the macro in .rec file or compiling it to an .exe file. Once compiled into an EXE file, you can run the macro without TinyTask. However, the play speed and repeat count/continuous playback option are hardcoded during compilation and can no longer be changed. If you save it into a .rec file, it requires TinyTask to run but you can set the play speed and repeat count/continuous playback.

For more detailed information, check out this post:
TinyTask: Small and Lightweight Automation Software | Raymond.CC Blog

Image via Raymond.CC Blog