Shades of Lemon Grass #9A9C7F
Tints of Lemon Grass #9A9C7F
RGB
CMYK
RGB Variations
Color information
#9A9C7F (or 0x9A9C7F) is known color: Lemon Grass. HEX triplet: 9A, 9C and 7F. RGB value is (154,156,127). Sum of RGB (Red+Green+Blue) = 154+156+127=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 156 - color contains mainly: green. Hex color #9A9C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9C7F is #656380. Grayscale: #989898. Windows color (decimal): -6644609 or 8363162. OLE color: 8363162.
HSL color Cylindrical-coordinate representation of color #9A9C7F: hue angle of 64.14º 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 #9A9C7F is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 154 | 156 | 127 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.39 |
| HSL | 64.14º | 0.13% | 0.55% | - |
| HSV(B) | 64.14º | 0.19% | 0.61% | - |
| XYZ | 29.05 | 32.18 | 24.76 | - |
| YUV | 152.1 | 113.84 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 156 | 127 | 0.01 | 0 | 0.19 | 0.39 | 64.14 | 0.13 | 0.55 |
| Hex | 9A | 9C | 7F | 1 | 0 | 13 | 27 | 40 | D | 37 |
| Octal | 232 | 234 | 177 | 1 | 0 | 23 | 47 | 100 | 15 | 67 |
| Binary | 10011010 | 10011100 | 1111111 | 1 | 0 | 10011 | 100111 | 1000000 | 1101 | 110111 |
Color Harmonies of #9A9C7F
Complementary color
Monochromatic Colors of #9A9C7F
Black with #9A9C7F
Text Example
Text Example
White with #9A9C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9C7F; }
p { color: rgb(154,156,127); }
H1.HeaderClassName
{
color: #9A9C7F;
}
.AnyTagClassName
{
color: #9A9C7F;
}
</style>
background-color css
<style>
a { background-color: #9A9C7F; }
a { background-color: rgb(154,156,127); }
div.DivClassName
{
background-color: #9A9C7F;
}
.BgClassName
{
background-color: #9A9C7F;
}
</style>
border-color css
<style>
span { border-color: #9A9C7F; }
span { border-color: rgb(154,156,127); }
td.TdClassName
{
border-color: #9A9C7F;
}
.TagClassName
{
border-color: #9A9C7F;
}
</style>