Shades of Lemon Grass #99997F
Tints of Lemon Grass #99997F
RGB
CMYK
RGB Variations
Color information
#99997F (or 0x99997F) is known color: Lemon Grass. HEX triplet: 99, 99 and 7F. RGB value is (153,153,127). Sum of RGB (Red+Green+Blue) = 153+153+127=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 153 - color contains mainly: red, green. Hex color #99997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99997F is #666680. Grayscale: #969696. Windows color (decimal): -6710913 or 8362393. OLE color: 8362393.
HSL color Cylindrical-coordinate representation of color #99997F: hue angle of 60º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #99997F is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 153 | 127 | - |
| CMYK | 0 | 0 | 0.17 | 0.4 |
| HSL | 60º | 0.11% | 0.55% | - |
| HSV(B) | 60º | 0.17% | 0.6% | - |
| XYZ | 28.36 | 31.09 | 24.58 | - |
| YUV | 150.04 | 115 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 127 | 0 | 0 | 0.17 | 0.4 | 60 | 0.11 | 0.55 |
| Hex | 99 | 99 | 7F | 0 | 0 | 11 | 28 | 3C | B | 37 |
| Octal | 231 | 231 | 177 | 0 | 0 | 21 | 50 | 74 | 13 | 67 |
| Binary | 10011001 | 10011001 | 1111111 | 0 | 0 | 10001 | 101000 | 111100 | 1011 | 110111 |
Color Harmonies of #99997F
Complementary color
Monochromatic Colors of #99997F
Black with #99997F
Text Example
Text Example
White with #99997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99997F; }
p { color: rgb(153,153,127); }
H1.HeaderClassName
{
color: #99997F;
}
.AnyTagClassName
{
color: #99997F;
}
</style>
background-color css
<style>
a { background-color: #99997F; }
a { background-color: rgb(153,153,127); }
div.DivClassName
{
background-color: #99997F;
}
.BgClassName
{
background-color: #99997F;
}
</style>
border-color css
<style>
span { border-color: #99997F; }
span { border-color: rgb(153,153,127); }
td.TdClassName
{
border-color: #99997F;
}
.TagClassName
{
border-color: #99997F;
}
</style>