2014-02-06 59 views

回答

1

我希望他們是基於RGB值。

我做了搜索:http://en.wikipedia.org/wiki/HSL_and_HSV

HSL和HSV是點的RGB顏色模型中的兩種最常見的圓柱座標表示。

@h: hue(#167e8a); 
@s: saturation(#167e8a); 
@l: lightness(#167e8a); 

.foo{ 
    color: hsl(@h,@s,@l); 
}