NetLogo 7.0.0-beta2:

palette:saturation-of

palette:saturation-of color

Reports a value in the range 0 to 100 representing the saturation component in HSB color space of the given NL, RGB or RGBA color.

Example:

show palette:saturation-of red ;; 80.93

Take me to the full Palette Extension Dictionary