#979688

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

Shades of Lemon Grass #979688

Tints of Lemon Grass #979688

Color information

#979688 (or 0x979688) is unknown color: approx Lemon Grass. HEX triplet: 97, 96 and 88. RGB value is (151,150,136). Sum of RGB (Red+Green+Blue) = 151+150+136=437 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.55% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 151 - color contains mainly: red. Hex color #979688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979688 is #686977. Grayscale: #949494. Windows color (decimal): -6842744 or 8951447. OLE color: 8951447.

HSL color Cylindrical-coordinate representation of color #979688: hue angle of 56º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #979688 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.41.

Color convert

RGB151150136-
CMYK00.010.100.41
HSL56º6.73%56.27%-
HSV(B)56º9.93%59.22%-
XYZ28.1130.1727.63-
YUV148.7120.83129.64-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.55%
GREEN value IS 150 (58.98% from 255) = 34.32%
BLUE value IS 136 (53.52% from 255) = 31.12%
R=34.55%
G=34.32%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15115013600.010.100.41566.7356.27
Hex97968801A2938738
Octal22722621001125170770
Binary100101111001011010001000011010101001111000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979688; }

 p { color: rgb(151,150,136); }

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

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

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

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

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

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

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