Html Css Color HEX #979791 Lemon Grass

📋 copy color: '#979791'

red 151 ◦ green 151 ◦ blue 145

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

Shades of Lemon Grass #979791

Tints of Lemon Grass #979791

RGB

 RED value IS 151 (59.38% from 255) = 33.78%

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

 BLUE value IS 145 (57.03% from 255) = 32.44%

R = 33.78%
G = 33.78%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#979791 (or 0x979791) is known color: Lemon Grass. HEX triplet: 97, 97 and 91. RGB value is (151,151,145). Sum of RGB (Red+Green+Blue) = 151+151+145=447 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.78% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 145 (57.03% from 255 or 32.44% from 447); Max value from RGB is 151 - color contains mainly: red, green. Hex color #979791 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979791 is #68686E. Grayscale: #969696. Windows color (decimal): -6842479 or 9541527. OLE color: 9541527.

HSL color Cylindrical-coordinate representation of color #979791: hue angle of 60º degrees, saturation: 0.03, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #979791 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 151 145 -
CMYK 0 0 0.04 0.41
HSL 60º 0.03% 0.58% -
HSV(B) 60º 0.04% 0.59% -
XYZ 28.94 30.76 31.2 -
YUV 150.32 125 128.49 -
System Red Green Blue C M Y K H S L
Decimal 151 151 145 0 0 0.04 0.41 60 0.03 0.58
Hex 97 97 91 0 0 4 29 3C 3 3A
Octal 227 227 221 0 0 4 51 74 3 72
Binary 10010111 10010111 10010001 0 0 100 101001 111100 11 111010

Color Harmonies of #979791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979791

Black with #979791

Text Example


Text Example

White with #979791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979791; }

 p { color: rgb(151,151,145); }

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

background-color css

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

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

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

border-color css

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

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

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