Shades of Lemon Grass #999B7D
Tints of Lemon Grass #999B7D
RGB
CMYK
RGB Variations
Color information
#999B7D (or 0x999B7D) is known color: Lemon Grass. HEX triplet: 99, 9B and 7D. RGB value is (153,155,125). Sum of RGB (Red+Green+Blue) = 153+155+125=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 155 - color contains mainly: green. Hex color #999B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999B7D is #666482. Grayscale: #979797. Windows color (decimal): -6710403 or 8231833. OLE color: 8231833.
HSL color Cylindrical-coordinate representation of color #999B7D: hue angle of 64º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #999B7D is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 155 | 125 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.39 |
| HSL | 64º | 0.13% | 0.55% | - |
| HSV(B) | 64º | 0.19% | 0.61% | - |
| XYZ | 28.56 | 31.7 | 24.01 | - |
| YUV | 150.98 | 113.34 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 125 | 0.01 | 0 | 0.19 | 0.39 | 64 | 0.13 | 0.55 |
| Hex | 99 | 9B | 7D | 1 | 0 | 13 | 27 | 40 | D | 37 |
| Octal | 231 | 233 | 175 | 1 | 0 | 23 | 47 | 100 | 15 | 67 |
| Binary | 10011001 | 10011011 | 1111101 | 1 | 0 | 10011 | 100111 | 1000000 | 1101 | 110111 |
Color Harmonies of #999B7D
Complementary color
Monochromatic Colors of #999B7D
Black with #999B7D
Text Example
Text Example
White with #999B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999B7D; }
p { color: rgb(153,155,125); }
H1.HeaderClassName
{
color: #999B7D;
}
.AnyTagClassName
{
color: #999B7D;
}
</style>
background-color css
<style>
a { background-color: #999B7D; }
a { background-color: rgb(153,155,125); }
div.DivClassName
{
background-color: #999B7D;
}
.BgClassName
{
background-color: #999B7D;
}
</style>
border-color css
<style>
span { border-color: #999B7D; }
span { border-color: rgb(153,155,125); }
td.TdClassName
{
border-color: #999B7D;
}
.TagClassName
{
border-color: #999B7D;
}
</style>