COLOR #7E9D5B

HEX: #7E9D5B
RGB: (126,157,91)

Color info

#7E9D5B contains mainly red and green colors. Web safe color of #7E9D5B is #669966 (or #696).

RGB color model

#7E9D5B color RGB value is (126,157,91).

  • red value is 126;
  • green value is 157;
  • blue value is 91.
RGB:
(126,157,91)
(49%,62%,36%)

RGB channels and saturation

R 126 of 255 = 49%
G 157 of 255 = 62%
B 91 of 255 = 36%

126
157
91

R + G + B ~ 49%. #7E9D5B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
126 + 157 + 91 = 374 (100%)
R 126 of 374 ~ 33.69%
G 157 of 374 ~ 41.98%
B 91 of 374 ~ 24.33%

%33.69
%41.98
%24.33

CMYK color model

#7E9D5B color CMYK value is (20,0,42,38).

  • cyan value is 19.75%
  • magenta value is 0.00%
  • yellow value is 42.04%
  • key color value is 38.43%
CMYK:
(20,0,42,38)
C20M0Y42K38 
(20%,0%,42%,38%)
(0.20/0.00/0.42/0.38)	

CMYK percentages

%19.75
%0
%42.04
%38.43

Codes

Color #7E9D5B in popluar color models

7E9D5B
RGB12615791
HSL88°26.61%48.63%
HSB/HSV88°42.04%61.57%
CMYK19.75%0.00%42.04%
38.43%

Color #7E9D5B in popluar number systems.

HEX7E9D5B
Decimal12615791
Binary1111110100111011011011
Octal176235133

Shades and tints

Shades of #7E9D5B

#7E9D5B
(126,157,91)
#738F53
(115,143,83)
#68814B
(104,129,75)
#5D7343
(93,115,67)
#52653B
(82,101,59)
#475733
(71,87,51)
#3C492B
(60,73,43)
#313B23
(49,59,35)
#262D1B
(38,45,27)
#1B1F13
(27,31,19)
#10110B
(16,17,11)
#000000
(0,0,0)

Tints of #7E9D5B

#7E9D5B
(126,157,91)
#89A569
(137,165,105)
#94AD77
(148,173,119)
#9FB585
(159,181,133)
#AABD93
(170,189,147)
#B5C5A1
(181,197,161)
#C0CDAF
(192,205,175)
#CBD5BD
(203,213,189)
#D6DDCB
(214,221,203)
#E1E5D9
(225,229,217)
#ECEDE7
(236,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9D5B color. Also use rgb(126,157,91) instead hex code.

Text Font Color

.myTextColor { color: #7E9D5B; }

<p style="color:#7E9D5B">This sample text font color is #7E9D5B.</p>

This text font color is #7E9D5B.


Background Color

.myBgColor { background-color: #7E9D5B; }

<div style="background-color:#7E9D5B">Inner text</div>

This div background color is #7E9D5B.


Border color

.myBorderColor { border: 1px solid #7E9D5B; }

<div style="border:3px solid #7E9D5B">Div</div>

This div border color is #7E9D5B.


Opacity

.myOpacity80 { color: #7E9D5B; opacity: 0.8; }

<p style="color:#7E9D5B;opacity:0.8;">80%</p>

Text with #7E9D5B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7E9D5B;}

<p style="text-shadow: 3px 3px 1px #7E9D5B">Text here.</p>

This text has shadow with #7E9D5B color.

.textShadow {text-shadow: 3px 3px 1px #7E9D5B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7E9D5B, 5px 5px 20px red">Text here.</p>

This text has shadow with #7E9D5B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E9D5B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7E9D5B, Direction=45, Strength=4)">Text</p>

This text has shadow with #7E9D5B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7E9D5B;
  -webkit-box-shadow:	1px 1px 3px 2px #7E9D5B;
  box-shadow:		1px 1px 3px 2px #7E9D5B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7E9D5B;
-webkit-box-shadow: 1px 1px 3px 2px #7E9D5B;
box-shadow:1px 1px 3px 2px #7E9D5B;">
Div content here</div>
This div box has shadow with color #7E9D5B.

Preview

Color preview on black background

This text has color #7E9D5B on black background.


Color preview on white background

This text has color #7E9D5B on white background.



Black color preview on #7E9D5B background

This text has black color on #7E9D5B background.


White color preview on #7E9D5B background

This text has white color on #7E9D5B background.