Shades of Lemon Grass #999C7F
Tints of Lemon Grass #999C7F
RGB
CMYK
RGB Variations
Color information
#999C7F (or 0x999C7F) is known color: Lemon Grass. HEX triplet: 99, 9C and 7F. RGB value is (153,156,127). Sum of RGB (Red+Green+Blue) = 153+156+127=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 156 (61.33% from 255 or 35.78% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 156 - color contains mainly: green. Hex color #999C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999C7F is #666380. Grayscale: #979797. Windows color (decimal): -6710145 or 8363161. OLE color: 8363161.
HSL color Cylindrical-coordinate representation of color #999C7F: hue angle of 66.21º 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 #999C7F is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 156 | 127 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.39 |
| HSL | 66.21º | 0.13% | 0.55% | - |
| HSV(B) | 66.21º | 0.19% | 0.61% | - |
| XYZ | 28.86 | 32.08 | 24.75 | - |
| YUV | 151.8 | 114.01 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 156 | 127 | 0.02 | 0 | 0.19 | 0.39 | 66.21 | 0.13 | 0.55 |
| Hex | 99 | 9C | 7F | 2 | 0 | 13 | 27 | 42 | D | 37 |
| Octal | 231 | 234 | 177 | 2 | 0 | 23 | 47 | 102 | 15 | 67 |
| Binary | 10011001 | 10011100 | 1111111 | 10 | 0 | 10011 | 100111 | 1000010 | 1101 | 110111 |
Color Harmonies of #999C7F
Complementary color
Monochromatic Colors of #999C7F
Black with #999C7F
Text Example
Text Example
White with #999C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999C7F; }
p { color: rgb(153,156,127); }
H1.HeaderClassName
{
color: #999C7F;
}
.AnyTagClassName
{
color: #999C7F;
}
</style>
background-color css
<style>
a { background-color: #999C7F; }
a { background-color: rgb(153,156,127); }
div.DivClassName
{
background-color: #999C7F;
}
.BgClassName
{
background-color: #999C7F;
}
</style>
border-color css
<style>
span { border-color: #999C7F; }
span { border-color: rgb(153,156,127); }
td.TdClassName
{
border-color: #999C7F;
}
.TagClassName
{
border-color: #999C7F;
}
</style>