COLOR #7EB65E

HEX: #7EB65E
RGB: (126,182,94)

Color info

#7EB65E contains mainly red and green colors. Web safe color of #7EB65E is #66CC66 (or #6C6).

RGB color model

#7EB65E color RGB value is (126,182,94).

  • red value is 126;
  • green value is 182;
  • blue value is 94.
RGB:
(126,182,94)
(49%,71%,37%)

RGB channels and saturation

R 126 of 255 = 49%
G 182 of 255 = 71%
B 94 of 255 = 37%

126
182
94

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

Portions of RGB colors in percentages

R + G + B =
126 + 182 + 94 = 402 (100%)
R 126 of 402 ~ 31.34%
G 182 of 402 ~ 45.27%
B 94 of 402 ~ 23.38%

%31.34
%45.27
%23.38

CMYK color model

#7EB65E color CMYK value is (31,0,48,29).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 48.35%
  • key color value is 28.63%
CMYK:
(31,0,48,29)
C31M0Y48K29 
(31%,0%,48%,29%)
(0.31/0.00/0.48/0.29)	

CMYK percentages

%30.77
%0
%48.35
%28.63

Codes

Color #7EB65E in popluar color models

7EB65E
RGB12618294
HSL98°37.61%54.12%
HSB/HSV98°48.35%71.37%
CMYK30.77%0.00%48.35%
28.63%

Color #7EB65E in popluar number systems.

HEX7EB65E
Decimal12618294
Binary1111110101101101011110
Octal176266136

Shades and tints

Shades of #7EB65E

#7EB65E
(126,182,94)
#73A656
(115,166,86)
#68964E
(104,150,78)
#5D8646
(93,134,70)
#52763E
(82,118,62)
#476636
(71,102,54)
#3C562E
(60,86,46)
#314626
(49,70,38)
#26361E
(38,54,30)
#1B2616
(27,38,22)
#10160E
(16,22,14)
#000000
(0,0,0)

Tints of #7EB65E

#7EB65E
(126,182,94)
#89BC6C
(137,188,108)
#94C27A
(148,194,122)
#9FC888
(159,200,136)
#AACE96
(170,206,150)
#B5D4A4
(181,212,164)
#C0DAB2
(192,218,178)
#CBE0C0
(203,224,192)
#D6E6CE
(214,230,206)
#E1ECDC
(225,236,220)
#ECF2EA
(236,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB65E color. Also use rgb(126,182,94) instead hex code.

Text Font Color

.myTextColor { color: #7EB65E; }

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

This text font color is #7EB65E.


Background Color

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

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

This div background color is #7EB65E.


Border color

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

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

This div border color is #7EB65E.


Opacity

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

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

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

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

This text has shadow with #7EB65E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB65E on black background.


Color preview on white background

This text has color #7EB65E on white background.



Black color preview on #7EB65E background

This text has black color on #7EB65E background.


White color preview on #7EB65E background

This text has white color on #7EB65E background.