I\'m trying to write a JavaScript tool to work on items of a certain colour. On a test page, I set the colour using an inline style, to mimic the target pages, but when the
You are probably looking at the value through firebug, which translates all colors to RGB form in the console. This does not mean it changed in the DOM.