COLOR #7EB740

HEX: #7EB740
RGB: (126,183,64)

Color info

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

RGB color model

#7EB740 color RGB value is (126,183,64).

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

RGB channels and saturation

R 126 of 255 = 49%
G 183 of 255 = 72%
B 64 of 255 = 25%

126
183
64

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

Portions of RGB colors in percentages

R + G + B =
126 + 183 + 64 = 373 (100%)
R 126 of 373 ~ 33.78%
G 183 of 373 ~ 49.06%
B 64 of 373 ~ 17.16%

%33.78
%49.06
%17.16

CMYK color model

#7EB740 color CMYK value is (31,0,65,28).

  • cyan value is 31.15%
  • magenta value is 0.00%
  • yellow value is 65.03%
  • key color value is 28.24%
CMYK:
(31,0,65,28)
C31M0Y65K28 
(31%,0%,65%,28%)
(0.31/0.00/0.65/0.28)	

CMYK percentages

%31.15
%0
%65.03
%28.24

Codes

Color #7EB740 in popluar color models

7EB740
RGB12618364
HSL89°48.18%48.43%
HSB/HSV89°65.03%71.76%
CMYK31.15%0.00%65.03%
28.24%

Color #7EB740 in popluar number systems.

HEX7EB740
Decimal12618364
Binary1111110101101111000000
Octal176267100

Shades and tints

Shades of #7EB740

#7EB740
(126,183,64)
#73A73B
(115,167,59)
#689736
(104,151,54)
#5D8731
(93,135,49)
#52772C
(82,119,44)
#476727
(71,103,39)
#3C5722
(60,87,34)
#31471D
(49,71,29)
#263718
(38,55,24)
#1B2713
(27,39,19)
#10170E
(16,23,14)
#000000
(0,0,0)

Tints of #7EB740

#7EB740
(126,183,64)
#89BD51
(137,189,81)
#94C362
(148,195,98)
#9FC973
(159,201,115)
#AACF84
(170,207,132)
#B5D595
(181,213,149)
#C0DBA6
(192,219,166)
#CBE1B7
(203,225,183)
#D6E7C8
(214,231,200)
#E1EDD9
(225,237,217)
#ECF3EA
(236,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EB740; }

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

This text font color is #7EB740.


Background Color

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

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

This div background color is #7EB740.


Border color

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

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

This div border color is #7EB740.


Opacity

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

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

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

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

This text has shadow with #7EB740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB740 on black background.


Color preview on white background

This text has color #7EB740 on white background.



Black color preview on #7EB740 background

This text has black color on #7EB740 background.


White color preview on #7EB740 background

This text has white color on #7EB740 background.