COLOR #7E985B

HEX: #7E985B
RGB: (126,152,91)

Color info

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

RGB color model

#7E985B color RGB value is (126,152,91).

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

RGB channels and saturation

R 126 of 255 = 49%
G 152 of 255 = 60%
B 91 of 255 = 36%

126
152
91

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

Portions of RGB colors in percentages

R + G + B =
126 + 152 + 91 = 369 (100%)
R 126 of 369 ~ 34.15%
G 152 of 369 ~ 41.19%
B 91 of 369 ~ 24.66%

%34.15
%41.19
%24.66

CMYK color model

#7E985B color CMYK value is (17,0,40,40).

  • cyan value is 17.11%
  • magenta value is 0.00%
  • yellow value is 40.13%
  • key color value is 40.39%
CMYK:
(17,0,40,40)
C17M0Y40K40 
(17%,0%,40%,40%)
(0.17/0.00/0.40/0.40)	

CMYK percentages

%17.11
%0
%40.13
%40.39

Codes

Color #7E985B in popluar color models

7E985B
RGB12615291
HSL86°25.10%47.65%
HSB/HSV86°40.13%59.61%
CMYK17.11%0.00%40.13%
40.39%

Color #7E985B in popluar number systems.

HEX7E985B
Decimal12615291
Binary1111110100110001011011
Octal176230133

Shades and tints

Shades of #7E985B

#7E985B
(126,152,91)
#738B53
(115,139,83)
#687E4B
(104,126,75)
#5D7143
(93,113,67)
#52643B
(82,100,59)
#475733
(71,87,51)
#3C4A2B
(60,74,43)
#313D23
(49,61,35)
#26301B
(38,48,27)
#1B2313
(27,35,19)
#10160B
(16,22,11)
#000000
(0,0,0)

Tints of #7E985B

#7E985B
(126,152,91)
#89A169
(137,161,105)
#94AA77
(148,170,119)
#9FB385
(159,179,133)
#AABC93
(170,188,147)
#B5C5A1
(181,197,161)
#C0CEAF
(192,206,175)
#CBD7BD
(203,215,189)
#D6E0CB
(214,224,203)
#E1E9D9
(225,233,217)
#ECF2E7
(236,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E985B; }

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

This text font color is #7E985B.


Background Color

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

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

This div background color is #7E985B.


Border color

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

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

This div border color is #7E985B.


Opacity

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

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

Text with #7E985B 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 #7E985B;}

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

This text has shadow with #7E985B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E985B on black background.


Color preview on white background

This text has color #7E985B on white background.



Black color preview on #7E985B background

This text has black color on #7E985B background.


White color preview on #7E985B background

This text has white color on #7E985B background.