#969694

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

Shades of Lemon Grass #969694

Tints of Lemon Grass #969694

Color information

#969694 (or 0x969694) is unknown color: approx Lemon Grass. HEX triplet: 96, 96 and 94. RGB value is (150,150,148). Sum of RGB (Red+Green+Blue) = 150+150+148=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 150 - color contains mainly: red, green. Hex color #969694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969694 is #69696B. Grayscale: #959595. Windows color (decimal): -6908268 or 9737878. OLE color: 9737878.

HSL color Cylindrical-coordinate representation of color #969694: 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.01%. Process color model (Four color, CMYK) of #969694 is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB150150148-
CMYK000.010.41
HSL60º0.94%58.43%-
HSV(B)60º1.33%58.82%-
XYZ28.8330.4332.37-
YUV149.77127128.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.48%
GREEN value IS 150 (58.98% from 255) = 33.48%
BLUE value IS 148 (58.20% from 255) = 33.04%
R=33.48%
G=33.48%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150150148000.010.41600.9458.43
Hex969694001293c13a
Octal2262262240015174172
Binary1001011010010110100101000011010011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969694; }

 p { color: rgb(150,150,148); }

 H1.HeaderClassName
 {
   color: #969694;
 }
 .AnyTagClassName
 {
   color: #969694;
 }
</style>
background-color css

<style>
 a { background-color: #969694; }

 a { background-color: rgb(150,150,148); }

 div.DivClassName
 {
   background-color: #969694;
 }
 .BgClassName
 {
   background-color: #969694;
 }
</style>
border-color css

<style>
 span { border-color: #969694; }

 span { border-color: rgb(150,150,148); }

 td.TdClassName
 {
   border-color: #969694;
 }
 .TagClassName
 {
   border-color: #969694;
 }
</style>