Shades of Lemon Grass #969690
Tints of Lemon Grass #969690
RGB
CMYK
RGB Variations
Color information
#969690 (or 0x969690) is known color: Lemon Grass. HEX triplet: 96, 96 and 90. RGB value is (150,150,144). Sum of RGB (Red+Green+Blue) = 150+150+144=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 150 - color contains mainly: red, green. Hex color #969690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969690 is #69696F. Grayscale: #959595. Windows color (decimal): -6908272 or 9475734. OLE color: 9475734.
HSL color Cylindrical-coordinate representation of color #969690: hue angle of 60º degrees, saturation: 0.03, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #969690 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 150 | 144 | - |
| CMYK | 0 | 0 | 0.04 | 0.41 |
| HSL | 60º | 0.03% | 0.58% | - |
| HSV(B) | 60º | 0.04% | 0.59% | - |
| XYZ | 28.52 | 30.31 | 30.73 | - |
| YUV | 149.32 | 125 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 150 | 144 | 0 | 0 | 0.04 | 0.41 | 60 | 0.03 | 0.58 |
| Hex | 96 | 96 | 90 | 0 | 0 | 4 | 29 | 3C | 3 | 3A |
| Octal | 226 | 226 | 220 | 0 | 0 | 4 | 51 | 74 | 3 | 72 |
| Binary | 10010110 | 10010110 | 10010000 | 0 | 0 | 100 | 101001 | 111100 | 11 | 111010 |
Color Harmonies of #969690
Complementary color
Monochromatic Colors of #969690
Black with #969690
Text Example
Text Example
White with #969690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969690; }
p { color: rgb(150,150,144); }
H1.HeaderClassName
{
color: #969690;
}
.AnyTagClassName
{
color: #969690;
}
</style>
background-color css
<style>
a { background-color: #969690; }
a { background-color: rgb(150,150,144); }
div.DivClassName
{
background-color: #969690;
}
.BgClassName
{
background-color: #969690;
}
</style>
border-color css
<style>
span { border-color: #969690; }
span { border-color: rgb(150,150,144); }
td.TdClassName
{
border-color: #969690;
}
.TagClassName
{
border-color: #969690;
}
</style>