public static function greyscale($color){
		return Less_Environment::desaturate($color, new Less_Tree_Dimension(100));
	}