COLOR #7EB274

HEX: #7EB274
RGB: (126,178,116)

Color info

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

RGB color model

#7EB274 color RGB value is (126,178,116).

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

RGB channels and saturation

R 126 of 255 = 49%
G 178 of 255 = 70%
B 116 of 255 = 45%

126
178
116

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

Portions of RGB colors in percentages

R + G + B =
126 + 178 + 116 = 420 (100%)
R 126 of 420 ~ 30%
G 178 of 420 ~ 42.38%
B 116 of 420 ~ 27.62%

%30
%42.38
%27.62

CMYK color model

#7EB274 color CMYK value is (29,0,35,30).

  • cyan value is 29.21%
  • magenta value is 0.00%
  • yellow value is 34.83%
  • key color value is 30.20%
CMYK:
(29,0,35,30)
C29M0Y35K30 
(29%,0%,35%,30%)
(0.29/0.00/0.35/0.30)	

CMYK percentages

%29.21
%0
%34.83
%30.2

Codes

Color #7EB274 in popluar color models

7EB274
RGB126178116
HSL110°28.70%57.65%
HSB/HSV110°34.83%69.80%
CMYK29.21%0.00%34.83%
30.20%

Color #7EB274 in popluar number systems.

HEX7EB274
Decimal126178116
Binary1111110101100101110100
Octal176262164

Shades and tints

Shades of #7EB274

#7EB274
(126,178,116)
#73A26A
(115,162,106)
#689260
(104,146,96)
#5D8256
(93,130,86)
#52724C
(82,114,76)
#476242
(71,98,66)
#3C5238
(60,82,56)
#31422E
(49,66,46)
#263224
(38,50,36)
#1B221A
(27,34,26)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #7EB274

#7EB274
(126,178,116)
#89B980
(137,185,128)
#94C08C
(148,192,140)
#9FC798
(159,199,152)
#AACEA4
(170,206,164)
#B5D5B0
(181,213,176)
#C0DCBC
(192,220,188)
#CBE3C8
(203,227,200)
#D6EAD4
(214,234,212)
#E1F1E0
(225,241,224)
#ECF8EC
(236,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EB274; }

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

This text font color is #7EB274.


Background Color

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

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

This div background color is #7EB274.


Border color

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

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

This div border color is #7EB274.


Opacity

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

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

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

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

This text has shadow with #7EB274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB274 on black background.


Color preview on white background

This text has color #7EB274 on white background.



Black color preview on #7EB274 background

This text has black color on #7EB274 background.


White color preview on #7EB274 background

This text has white color on #7EB274 background.