#969693

Color #969693 Lemon Grass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Grass #969693

Tints of Lemon Grass #969693

Color information

#969693 (or 0x969693) is unknown color: approx 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

RGB150150147-
CMYK000.020.41
HSL60º1.41%58.24%-
HSV(B)60º2%58.82%-
XYZ28.7530.431.96-
YUV149.66126.5128.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 33.56%
GREEN value IS 150 (58.98% from 255) = 33.56%
BLUE value IS 147 (57.81% from 255) = 32.89%
R=33.56%
G=33.56%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150150147000.020.41601.4158.24
Hex969693002293c13a
Octal2262262230025174172
Binary10010110100101101001001100101010011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>