#959781

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

Shades of Lemon Grass #959781

Tints of Lemon Grass #959781

Color information

#959781 (or 0x959781) is unknown color: approx Lemon Grass. HEX triplet: 95, 97 and 81. RGB value is (149,151,129). Sum of RGB (Red+Green+Blue) = 149+151+129=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 151 - color contains mainly: green. Hex color #959781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959781 is #6A687E. Grayscale: #939393. Windows color (decimal): -6973567 or 8492949. OLE color: 8492949.

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

Color convert

RGB149151129-
CMYK0.0100.150.41
HSL65.45º9.57%54.9%-
HSV(B)65.45º14.57%59.22%-
XYZ27.4230.1125.13-
YUV147.89117.34128.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.73%
GREEN value IS 151 (59.38% from 255) = 35.20%
BLUE value IS 129 (50.78% from 255) = 30.07%
R=34.73%
G=35.20%
B=30.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1491511290.0100.150.4165.459.5754.9
Hex95978110F2941a37
Octal2252272011017511011267
Binary10010101100101111000000110111110100110000011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959781; }

 p { color: rgb(149,151,129); }

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

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

 a { background-color: rgb(149,151,129); }

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

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

 span { border-color: rgb(149,151,129); }

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