COLOR #7E9E62

HEX: #7E9E62
RGB: (126,158,98)

Color info

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

RGB color model

#7E9E62 color RGB value is (126,158,98).

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

RGB channels and saturation

R 126 of 255 = 49%
G 158 of 255 = 62%
B 98 of 255 = 38%

126
158
98

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

Portions of RGB colors in percentages

R + G + B =
126 + 158 + 98 = 382 (100%)
R 126 of 382 ~ 32.98%
G 158 of 382 ~ 41.36%
B 98 of 382 ~ 25.65%

%32.98
%41.36
%25.65

CMYK color model

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

  • cyan value is 20.25%
  • magenta value is 0.00%
  • yellow value is 37.97%
  • key color value is 38.04%
CMYK:
(20,0,38,38)
C20M0Y38K38 
(20%,0%,38%,38%)
(0.20/0.00/0.38/0.38)	

CMYK percentages

%20.25
%0
%37.97
%38.04

Codes

Color #7E9E62 in popluar color models

7E9E62
RGB12615898
HSL92°23.62%50.20%
HSB/HSV92°37.97%61.96%
CMYK20.25%0.00%37.97%
38.04%

Color #7E9E62 in popluar number systems.

HEX7E9E62
Decimal12615898
Binary1111110100111101100010
Octal176236142

Shades and tints

Shades of #7E9E62

#7E9E62
(126,158,98)
#73905A
(115,144,90)
#688252
(104,130,82)
#5D744A
(93,116,74)
#526642
(82,102,66)
#47583A
(71,88,58)
#3C4A32
(60,74,50)
#313C2A
(49,60,42)
#262E22
(38,46,34)
#1B201A
(27,32,26)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #7E9E62

#7E9E62
(126,158,98)
#89A670
(137,166,112)
#94AE7E
(148,174,126)
#9FB68C
(159,182,140)
#AABE9A
(170,190,154)
#B5C6A8
(181,198,168)
#C0CEB6
(192,206,182)
#CBD6C4
(203,214,196)
#D6DED2
(214,222,210)
#E1E6E0
(225,230,224)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9E62; }

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

This text font color is #7E9E62.


Background Color

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

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

This div background color is #7E9E62.


Border color

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

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

This div border color is #7E9E62.


Opacity

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

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

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

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

This text has shadow with #7E9E62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9E62 on black background.


Color preview on white background

This text has color #7E9E62 on white background.



Black color preview on #7E9E62 background

This text has black color on #7E9E62 background.


White color preview on #7E9E62 background

This text has white color on #7E9E62 background.