Shades of Lemon Grass #969693
Tints of Lemon Grass #969693
RGB
CMYK
RGB Variations
Color information
#969693 (or 0x969693) is known color: Lemon Grass. HEX triplet: 96, 96 and 93. RGB value is (150,150,147). Sum of RGB (Red+Green+Blue) = 150+150+147=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 147 (57.81% from 255 or 32.89% from 447); Max value from RGB is 150 - color contains mainly: red, green. Hex color #969693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969693 is #69696C. Grayscale: #959595. Windows color (decimal): -6908269 or 9672342. OLE color: 9672342.
HSL color Cylindrical-coordinate representation of color #969693: hue angle of 60º degrees, saturation: 0.01, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #969693 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
RGB | 150 | 150 | 147 | - |
CMYK | 0 | 0 | 0.02 | 0.41 |
HSL | 60º | 0.01% | 0.58% | - |
HSV(B) | 60º | 0.02% | 0.59% | - |
XYZ | 28.75 | 30.4 | 31.96 | - |
YUV | 149.66 | 126.5 | 128.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 150 | 150 | 147 | 0 | 0 | 0.02 | 0.41 | 60 | 0.01 | 0.58 |
Hex | 96 | 96 | 93 | 0 | 0 | 2 | 29 | 3C | 1 | 3A |
Octal | 226 | 226 | 223 | 0 | 0 | 2 | 51 | 74 | 1 | 72 |
Binary | 10010110 | 10010110 | 10010011 | 0 | 0 | 10 | 101001 | 111100 | 1 | 111010 |
Color Harmonies of #969693
Complementary color
Monochromatic Colors of #969693
Black with #969693
Text Example
Text Example
White with #969693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969693; }
p { color: rgb(150,150,147); }
H1.HeaderClassName
{
color: #969693;
}
.AnyTagClassName
{
color: #969693;
}
</style>
background-color css
<style>
a { background-color: #969693; }
a { background-color: rgb(150,150,147); }
div.DivClassName
{
background-color: #969693;
}
.BgClassName
{
background-color: #969693;
}
</style>
border-color css
<style>
span { border-color: #969693; }
span { border-color: rgb(150,150,147); }
td.TdClassName
{
border-color: #969693;
}
.TagClassName
{
border-color: #969693;
}
</style>