Html Css Color HEX #979781 Lemon Grass

📋 copy color: '#979781'

red 151 ◦ green 151 ◦ blue 129

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

Shades of Lemon Grass #979781

Tints of Lemon Grass #979781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.93%

R = 35.03%
G = 35.03%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#979781 (or 0x979781) is known color: Lemon Grass. HEX triplet: 97, 97 and 81. RGB value is (151,151,129). Sum of RGB (Red+Green+Blue) = 151+151+129=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 151 (59.38% from 255 or 35.03% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 151 - color contains mainly: red, green. Hex color #979781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979781 is #68687E. Grayscale: #949494. Windows color (decimal): -6842495 or 8492951. OLE color: 8492951.

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

Color convert

RGB 151 151 129 -
CMYK 0 0 0.15 0.41
HSL 60º 0.1% 0.55% -
HSV(B) 60º 0.15% 0.59% -
XYZ 27.79 30.3 25.15 -
YUV 148.49 117 129.79 -
System Red Green Blue C M Y K H S L
Decimal 151 151 129 0 0 0.15 0.41 60 0.1 0.55
Hex 97 97 81 0 0 F 29 3C A 37
Octal 227 227 201 0 0 17 51 74 12 67
Binary 10010111 10010111 10000001 0 0 1111 101001 111100 1010 110111

Color Harmonies of #979781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979781

Black with #979781

Text Example


Text Example

White with #979781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979781; }

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

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

background-color css

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

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

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

border-color css

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

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

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