Html Css Color HEX #979A7F Lemon Grass

📋 copy color: '#979A7F'

red 151 ◦ green 154 ◦ blue 127

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

Shades of Lemon Grass #979A7F

Tints of Lemon Grass #979A7F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.65%

 BLUE value IS 127 (50% from 255) = 29.4%

R = 34.95%
G = 35.65%
B = 29.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#979A7F (or 0x979A7F) is known color: Lemon Grass. HEX triplet: 97, 9A and 7F. RGB value is (151,154,127). Sum of RGB (Red+Green+Blue) = 151+154+127=432 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.95% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 154 - color contains mainly: green. Hex color #979A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979A7F is #686580. Grayscale: #969696. Windows color (decimal): -6841729 or 8362647. OLE color: 8362647.

HSL color Cylindrical-coordinate representation of color #979A7F: hue angle of 66.67º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #979A7F is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 151 154 127 -
CMYK 0.02 0 0.18 0.40
HSL 66.67º 0.12% 0.55% -
HSV(B) 66.67º 0.18% 0.6% -
XYZ 28.15 31.22 24.62 -
YUV 150.03 115.01 128.7 -
System Red Green Blue C M Y K H S L
Decimal 151 154 127 0.02 0 0.18 0.40 66.67 0.12 0.55
Hex 97 9A 7F 2 0 12 28 43 C 37
Octal 227 232 177 2 0 22 50 103 14 67
Binary 10010111 10011010 1111111 10 0 10010 101000 1000011 1100 110111

Color Harmonies of #979A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979A7F

Black with #979A7F

Text Example


Text Example

White with #979A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979A7F; }

 p { color: rgb(151,154,127); }

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

background-color css

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

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

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

border-color css

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

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

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