COLOR #7EBA75

HEX: #7EBA75
RGB: (126,186,117)

Color info

#7EBA75 contains mainly green color. Web safe color of #7EBA75 is #66CC66 (or #6C6).

RGB color model

#7EBA75 color RGB value is (126,186,117).

  • red value is 126;
  • green value is 186;
  • blue value is 117.
RGB:
(126,186,117)
(49%,73%,46%)

RGB channels and saturation

R 126 of 255 = 49%
G 186 of 255 = 73%
B 117 of 255 = 46%

126
186
117

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

Portions of RGB colors in percentages

R + G + B =
126 + 186 + 117 = 429 (100%)
R 126 of 429 ~ 29.37%
G 186 of 429 ~ 43.36%
B 117 of 429 ~ 27.27%

%29.37
%43.36
%27.27

CMYK color model

#7EBA75 color CMYK value is (32,0,37,27).

  • cyan value is 32.26%
  • magenta value is 0.00%
  • yellow value is 37.10%
  • key color value is 27.06%
CMYK:
(32,0,37,27)
C32M0Y37K27 
(32%,0%,37%,27%)
(0.32/0.00/0.37/0.27)	

CMYK percentages

%32.26
%0
%37.1
%27.06

Codes

Color #7EBA75 in popluar color models

7EBA75
RGB126186117
HSL112°33.33%59.41%
HSB/HSV112°37.10%72.94%
CMYK32.26%0.00%37.10%
27.06%

Color #7EBA75 in popluar number systems.

HEX7EBA75
Decimal126186117
Binary1111110101110101110101
Octal176272165

Shades and tints

Shades of #7EBA75

#7EBA75
(126,186,117)
#73AA6B
(115,170,107)
#689A61
(104,154,97)
#5D8A57
(93,138,87)
#527A4D
(82,122,77)
#476A43
(71,106,67)
#3C5A39
(60,90,57)
#314A2F
(49,74,47)
#263A25
(38,58,37)
#1B2A1B
(27,42,27)
#101A11
(16,26,17)
#000000
(0,0,0)

Tints of #7EBA75

#7EBA75
(126,186,117)
#89C081
(137,192,129)
#94C68D
(148,198,141)
#9FCC99
(159,204,153)
#AAD2A5
(170,210,165)
#B5D8B1
(181,216,177)
#C0DEBD
(192,222,189)
#CBE4C9
(203,228,201)
#D6EAD5
(214,234,213)
#E1F0E1
(225,240,225)
#ECF6ED
(236,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EBA75 color. Also use rgb(126,186,117) instead hex code.

Text Font Color

.myTextColor { color: #7EBA75; }

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

This text font color is #7EBA75.


Background Color

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

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

This div background color is #7EBA75.


Border color

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

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

This div border color is #7EBA75.


Opacity

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

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

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

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

This text has shadow with #7EBA75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBA75 on black background.


Color preview on white background

This text has color #7EBA75 on white background.



Black color preview on #7EBA75 background

This text has black color on #7EBA75 background.


White color preview on #7EBA75 background

This text has white color on #7EBA75 background.