Shades of Lemon Grass #999780
Tints of Lemon Grass #999780
RGB
CMYK
RGB Variations
Color information
#999780 (or 0x999780) is known color: Lemon Grass. HEX triplet: 99, 97 and 80. RGB value is (153,151,128). Sum of RGB (Red+Green+Blue) = 153+151+128=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 153 - color contains mainly: red. Hex color #999780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999780 is #66687F. Grayscale: #959595. Windows color (decimal): -6711424 or 8427417. OLE color: 8427417.
HSL color Cylindrical-coordinate representation of color #999780: hue angle of 55.2º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #999780 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 151 | 128 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.4 |
| HSL | 55.2º | 0.11% | 0.55% | - |
| HSV(B) | 55.2º | 0.16% | 0.6% | - |
| XYZ | 28.1 | 30.46 | 24.82 | - |
| YUV | 148.98 | 116.16 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 151 | 128 | 0 | 0.01 | 0.16 | 0.4 | 55.2 | 0.11 | 0.55 |
| Hex | 99 | 97 | 80 | 0 | 1 | 10 | 28 | 37 | B | 37 |
| Octal | 231 | 227 | 200 | 0 | 1 | 20 | 50 | 67 | 13 | 67 |
| Binary | 10011001 | 10010111 | 10000000 | 0 | 1 | 10000 | 101000 | 110111 | 1011 | 110111 |
Color Harmonies of #999780
Complementary color
Monochromatic Colors of #999780
Black with #999780
Text Example
Text Example
White with #999780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999780; }
p { color: rgb(153,151,128); }
H1.HeaderClassName
{
color: #999780;
}
.AnyTagClassName
{
color: #999780;
}
</style>
background-color css
<style>
a { background-color: #999780; }
a { background-color: rgb(153,151,128); }
div.DivClassName
{
background-color: #999780;
}
.BgClassName
{
background-color: #999780;
}
</style>
border-color css
<style>
span { border-color: #999780; }
span { border-color: rgb(153,151,128); }
td.TdClassName
{
border-color: #999780;
}
.TagClassName
{
border-color: #999780;
}
</style>