COLOR #7EBE74

HEX: #7EBE74
RGB: (126,190,116)

Color info

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

RGB color model

#7EBE74 color RGB value is (126,190,116).

  • red value is 126;
  • green value is 190;
  • blue value is 116.
RGB:
(126,190,116)
(49%,75%,45%)

RGB channels and saturation

R 126 of 255 = 49%
G 190 of 255 = 75%
B 116 of 255 = 45%

126
190
116

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

Portions of RGB colors in percentages

R + G + B =
126 + 190 + 116 = 432 (100%)
R 126 of 432 ~ 29.17%
G 190 of 432 ~ 43.98%
B 116 of 432 ~ 26.85%

%29.17
%43.98
%26.85

CMYK color model

#7EBE74 color CMYK value is (34,0,39,25).

  • cyan value is 33.68%
  • magenta value is 0.00%
  • yellow value is 38.95%
  • key color value is 25.49%
CMYK:
(34,0,39,25)
C34M0Y39K25 
(34%,0%,39%,25%)
(0.34/0.00/0.39/0.25)	

CMYK percentages

%33.68
%0
%38.95
%25.49

Codes

Color #7EBE74 in popluar color models

7EBE74
RGB126190116
HSL112°36.27%60.00%
HSB/HSV112°38.95%74.51%
CMYK33.68%0.00%38.95%
25.49%

Color #7EBE74 in popluar number systems.

HEX7EBE74
Decimal126190116
Binary1111110101111101110100
Octal176276164

Shades and tints

Shades of #7EBE74

#7EBE74
(126,190,116)
#73AD6A
(115,173,106)
#689C60
(104,156,96)
#5D8B56
(93,139,86)
#527A4C
(82,122,76)
#476942
(71,105,66)
#3C5838
(60,88,56)
#31472E
(49,71,46)
#263624
(38,54,36)
#1B251A
(27,37,26)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #7EBE74

#7EBE74
(126,190,116)
#89C380
(137,195,128)
#94C88C
(148,200,140)
#9FCD98
(159,205,152)
#AAD2A4
(170,210,164)
#B5D7B0
(181,215,176)
#C0DCBC
(192,220,188)
#CBE1C8
(203,225,200)
#D6E6D4
(214,230,212)
#E1EBE0
(225,235,224)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EBE74 color. Also use rgb(126,190,116) instead hex code.

Text Font Color

.myTextColor { color: #7EBE74; }

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

This text font color is #7EBE74.


Background Color

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

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

This div background color is #7EBE74.


Border color

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

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

This div border color is #7EBE74.


Opacity

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

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

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

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

This text has shadow with #7EBE74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBE74 on black background.


Color preview on white background

This text has color #7EBE74 on white background.



Black color preview on #7EBE74 background

This text has black color on #7EBE74 background.


White color preview on #7EBE74 background

This text has white color on #7EBE74 background.