COLOR #7E9862

HEX: #7E9862
RGB: (126,152,98)

Color info

#7E9862 contains red, green and blue colors in about the same proportion. Web safe color of #7E9862 is #669966 (or #696).

RGB color model

#7E9862 color RGB value is (126,152,98).

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

RGB channels and saturation

R 126 of 255 = 49%
G 152 of 255 = 60%
B 98 of 255 = 38%

126
152
98

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

Portions of RGB colors in percentages

R + G + B =
126 + 152 + 98 = 376 (100%)
R 126 of 376 ~ 33.51%
G 152 of 376 ~ 40.43%
B 98 of 376 ~ 26.06%

%33.51
%40.43
%26.06

CMYK color model

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

  • cyan value is 17.11%
  • magenta value is 0.00%
  • yellow value is 35.53%
  • key color value is 40.39%
CMYK:
(17,0,36,40)
C17M0Y36K40 
(17%,0%,36%,40%)
(0.17/0.00/0.36/0.40)	

CMYK percentages

%17.11
%0
%35.53
%40.39

Codes

Color #7E9862 in popluar color models

7E9862
RGB12615298
HSL89°21.60%49.02%
HSB/HSV89°35.53%59.61%
CMYK17.11%0.00%35.53%
40.39%

Color #7E9862 in popluar number systems.

HEX7E9862
Decimal12615298
Binary1111110100110001100010
Octal176230142

Shades and tints

Shades of #7E9862

#7E9862
(126,152,98)
#738B5A
(115,139,90)
#687E52
(104,126,82)
#5D714A
(93,113,74)
#526442
(82,100,66)
#47573A
(71,87,58)
#3C4A32
(60,74,50)
#313D2A
(49,61,42)
#263022
(38,48,34)
#1B231A
(27,35,26)
#101612
(16,22,18)
#000000
(0,0,0)

Tints of #7E9862

#7E9862
(126,152,98)
#89A170
(137,161,112)
#94AA7E
(148,170,126)
#9FB38C
(159,179,140)
#AABC9A
(170,188,154)
#B5C5A8
(181,197,168)
#C0CEB6
(192,206,182)
#CBD7C4
(203,215,196)
#D6E0D2
(214,224,210)
#E1E9E0
(225,233,224)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9862; }

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

This text font color is #7E9862.


Background Color

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

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

This div background color is #7E9862.


Border color

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

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

This div border color is #7E9862.


Opacity

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

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

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

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

This text has shadow with #7E9862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9862 on black background.


Color preview on white background

This text has color #7E9862 on white background.



Black color preview on #7E9862 background

This text has black color on #7E9862 background.


White color preview on #7E9862 background

This text has white color on #7E9862 background.