COLOR #7EB742

HEX: #7EB742
RGB: (126,183,66)

Color info

#7EB742 contains mainly red and green colors. Web safe color of #7EB742 is #66CC33 (or #6C3).

RGB color model

#7EB742 color RGB value is (126,183,66).

  • red value is 126;
  • green value is 183;
  • blue value is 66.
RGB:
(126,183,66)
(49%,72%,26%)

RGB channels and saturation

R 126 of 255 = 49%
G 183 of 255 = 72%
B 66 of 255 = 26%

126
183
66

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

Portions of RGB colors in percentages

R + G + B =
126 + 183 + 66 = 375 (100%)
R 126 of 375 ~ 33.6%
G 183 of 375 ~ 48.8%
B 66 of 375 ~ 17.6%

%33.6
%48.8
%17.6

CMYK color model

#7EB742 color CMYK value is (31,0,64,28).

  • cyan value is 31.15%
  • magenta value is 0.00%
  • yellow value is 63.93%
  • key color value is 28.24%
CMYK:
(31,0,64,28)
C31M0Y64K28 
(31%,0%,64%,28%)
(0.31/0.00/0.64/0.28)	

CMYK percentages

%31.15
%0
%63.93
%28.24

Codes

Color #7EB742 in popluar color models

7EB742
RGB12618366
HSL89°46.99%48.82%
HSB/HSV89°63.93%71.76%
CMYK31.15%0.00%63.93%
28.24%

Color #7EB742 in popluar number systems.

HEX7EB742
Decimal12618366
Binary1111110101101111000010
Octal176267102

Shades and tints

Shades of #7EB742

#7EB742
(126,183,66)
#73A73C
(115,167,60)
#689736
(104,151,54)
#5D8730
(93,135,48)
#52772A
(82,119,42)
#476724
(71,103,36)
#3C571E
(60,87,30)
#314718
(49,71,24)
#263712
(38,55,18)
#1B270C
(27,39,12)
#101706
(16,23,6)
#000000
(0,0,0)

Tints of #7EB742

#7EB742
(126,183,66)
#89BD53
(137,189,83)
#94C364
(148,195,100)
#9FC975
(159,201,117)
#AACF86
(170,207,134)
#B5D597
(181,213,151)
#C0DBA8
(192,219,168)
#CBE1B9
(203,225,185)
#D6E7CA
(214,231,202)
#E1EDDB
(225,237,219)
#ECF3EC
(236,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB742 color. Also use rgb(126,183,66) instead hex code.

Text Font Color

.myTextColor { color: #7EB742; }

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

This text font color is #7EB742.


Background Color

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

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

This div background color is #7EB742.


Border color

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

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

This div border color is #7EB742.


Opacity

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

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

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

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

This text has shadow with #7EB742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB742 on black background.


Color preview on white background

This text has color #7EB742 on white background.



Black color preview on #7EB742 background

This text has black color on #7EB742 background.


White color preview on #7EB742 background

This text has white color on #7EB742 background.