# File lib/color/grayscale.rb, line 148
  def to_hsl
    Color::HSL.from_fraction(0, 0, @g)
  end