Html Css Color HEX #959780 Lemon Grass

📋 copy color: '#959780'

red 149 ◦ green 151 ◦ blue 128

#959780
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon Grass #959780

Tints of Lemon Grass #959780

RGB

 RED value IS 149 (58.59% from 255) = 34.81%

 GREEN value IS 151 (59.38% from 255) = 35.28%

 BLUE value IS 128 (50.39% from 255) = 29.91%

R = 34.81%
G = 35.28%
B = 29.91%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#959780 (or 0x959780) is known color: Lemon Grass. HEX triplet: 95, 97 and 80. RGB value is (149,151,128). Sum of RGB (Red+Green+Blue) = 149+151+128=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 151 - color contains mainly: green. Hex color #959780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959780 is #6A687F. Grayscale: #939393. Windows color (decimal): -6973568 or 8427413. OLE color: 8427413.

HSL color Cylindrical-coordinate representation of color #959780: hue angle of 65.22º 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 #959780 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 149 151 128 -
CMYK 0.01 0 0.15 0.41
HSL 65.22º 0.1% 0.55% -
HSV(B) 65.22º 0.15% 0.59% -
XYZ 27.36 30.08 24.79 -
YUV 147.78 116.84 128.87 -
System Red Green Blue C M Y K H S L
Decimal 149 151 128 0.01 0 0.15 0.41 65.22 0.1 0.55
Hex 95 97 80 1 0 F 29 41 A 37
Octal 225 227 200 1 0 17 51 101 12 67
Binary 10010101 10010111 10000000 1 0 1111 101001 1000001 1010 110111

Color Harmonies of #959780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959780

Black with #959780

Text Example


Text Example

White with #959780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959780; }

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

 H1.HeaderClassName
 {
   color: #959780;
 }
 .AnyTagClassName
 {
   color: #959780;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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