COLOR #7E9065

HEX: #7E9065
RGB: (126,144,101)

Color info

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

RGB color model

#7E9065 color RGB value is (126,144,101).

  • red value is 126;
  • green value is 144;
  • blue value is 101.
RGB:
(126,144,101)
(49%,56%,40%)

RGB channels and saturation

R 126 of 255 = 49%
G 144 of 255 = 56%
B 101 of 255 = 40%

126
144
101

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

Portions of RGB colors in percentages

R + G + B =
126 + 144 + 101 = 371 (100%)
R 126 of 371 ~ 33.96%
G 144 of 371 ~ 38.81%
B 101 of 371 ~ 27.22%

%33.96
%38.81
%27.22

CMYK color model

#7E9065 color CMYK value is (13,0,30,44).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 29.86%
  • key color value is 43.53%
CMYK:
(13,0,30,44)
C13M0Y30K44 
(13%,0%,30%,44%)
(0.13/0.00/0.30/0.44)	

CMYK percentages

%12.5
%0
%29.86
%43.53

Codes

Color #7E9065 in popluar color models

7E9065
RGB126144101
HSL85°17.55%48.04%
HSB/HSV85°29.86%56.47%
CMYK12.50%0.00%29.86%
43.53%

Color #7E9065 in popluar number systems.

HEX7E9065
Decimal126144101
Binary1111110100100001100101
Octal176220145

Shades and tints

Shades of #7E9065

#7E9065
(126,144,101)
#73835C
(115,131,92)
#687653
(104,118,83)
#5D694A
(93,105,74)
#525C41
(82,92,65)
#474F38
(71,79,56)
#3C422F
(60,66,47)
#313526
(49,53,38)
#26281D
(38,40,29)
#1B1B14
(27,27,20)
#100E0B
(16,14,11)
#000000
(0,0,0)

Tints of #7E9065

#7E9065
(126,144,101)
#899A73
(137,154,115)
#94A481
(148,164,129)
#9FAE8F
(159,174,143)
#AAB89D
(170,184,157)
#B5C2AB
(181,194,171)
#C0CCB9
(192,204,185)
#CBD6C7
(203,214,199)
#D6E0D5
(214,224,213)
#E1EAE3
(225,234,227)
#ECF4F1
(236,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9065 color. Also use rgb(126,144,101) instead hex code.

Text Font Color

.myTextColor { color: #7E9065; }

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

This text font color is #7E9065.


Background Color

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

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

This div background color is #7E9065.


Border color

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

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

This div border color is #7E9065.


Opacity

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

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

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

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

This text has shadow with #7E9065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9065 on black background.


Color preview on white background

This text has color #7E9065 on white background.



Black color preview on #7E9065 background

This text has black color on #7E9065 background.


White color preview on #7E9065 background

This text has white color on #7E9065 background.