Shades of Lemon Grass #999B7B
Tints of Lemon Grass #999B7B
RGB
CMYK
RGB Variations
Color information
#999B7B (or 0x999B7B) is known color: Lemon Grass. HEX triplet: 99, 9B and 7B. RGB value is (153,155,123). Sum of RGB (Red+Green+Blue) = 153+155+123=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 155 - color contains mainly: green. Hex color #999B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999B7B is #666484. Grayscale: #969696. Windows color (decimal): -6710405 or 8100761. OLE color: 8100761.
HSL color Cylindrical-coordinate representation of color #999B7B: hue angle of 63.75º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #999B7B is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 155 | 123 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.39 |
| HSL | 63.75º | 0.14% | 0.55% | - |
| HSV(B) | 63.75º | 0.21% | 0.61% | - |
| XYZ | 28.43 | 31.65 | 23.35 | - |
| YUV | 150.75 | 112.34 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 123 | 0.01 | 0 | 0.21 | 0.39 | 63.75 | 0.14 | 0.55 |
| Hex | 99 | 9B | 7B | 1 | 0 | 15 | 27 | 40 | E | 37 |
| Octal | 231 | 233 | 173 | 1 | 0 | 25 | 47 | 100 | 16 | 67 |
| Binary | 10011001 | 10011011 | 1111011 | 1 | 0 | 10101 | 100111 | 1000000 | 1110 | 110111 |
Color Harmonies of #999B7B
Complementary color
Monochromatic Colors of #999B7B
Black with #999B7B
Text Example
Text Example
White with #999B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999B7B; }
p { color: rgb(153,155,123); }
H1.HeaderClassName
{
color: #999B7B;
}
.AnyTagClassName
{
color: #999B7B;
}
</style>
background-color css
<style>
a { background-color: #999B7B; }
a { background-color: rgb(153,155,123); }
div.DivClassName
{
background-color: #999B7B;
}
.BgClassName
{
background-color: #999B7B;
}
</style>
border-color css
<style>
span { border-color: #999B7B; }
span { border-color: rgb(153,155,123); }
td.TdClassName
{
border-color: #999B7B;
}
.TagClassName
{
border-color: #999B7B;
}
</style>