COLOR #7EBC6D

HEX: #7EBC6D
RGB: (126,188,109)

Color info

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

RGB color model

#7EBC6D color RGB value is (126,188,109).

  • red value is 126;
  • green value is 188;
  • blue value is 109.
RGB:
(126,188,109)
(49%,74%,43%)

RGB channels and saturation

R 126 of 255 = 49%
G 188 of 255 = 74%
B 109 of 255 = 43%

126
188
109

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

Portions of RGB colors in percentages

R + G + B =
126 + 188 + 109 = 423 (100%)
R 126 of 423 ~ 29.79%
G 188 of 423 ~ 44.44%
B 109 of 423 ~ 25.77%

%29.79
%44.44
%25.77

CMYK color model

#7EBC6D color CMYK value is (33,0,42,26).

  • cyan value is 32.98%
  • magenta value is 0.00%
  • yellow value is 42.02%
  • key color value is 26.27%
CMYK:
(33,0,42,26)
C33M0Y42K26 
(33%,0%,42%,26%)
(0.33/0.00/0.42/0.26)	

CMYK percentages

%32.98
%0
%42.02
%26.27

Codes

Color #7EBC6D in popluar color models

7EBC6D
RGB126188109
HSL107°37.09%58.24%
HSB/HSV107°42.02%73.73%
CMYK32.98%0.00%42.02%
26.27%

Color #7EBC6D in popluar number systems.

HEX7EBC6D
Decimal126188109
Binary1111110101111001101101
Octal176274155

Shades and tints

Shades of #7EBC6D

#7EBC6D
(126,188,109)
#73AB64
(115,171,100)
#689A5B
(104,154,91)
#5D8952
(93,137,82)
#527849
(82,120,73)
#476740
(71,103,64)
#3C5637
(60,86,55)
#31452E
(49,69,46)
#263425
(38,52,37)
#1B231C
(27,35,28)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #7EBC6D

#7EBC6D
(126,188,109)
#89C27A
(137,194,122)
#94C887
(148,200,135)
#9FCE94
(159,206,148)
#AAD4A1
(170,212,161)
#B5DAAE
(181,218,174)
#C0E0BB
(192,224,187)
#CBE6C8
(203,230,200)
#D6ECD5
(214,236,213)
#E1F2E2
(225,242,226)
#ECF8EF
(236,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EBC6D color. Also use rgb(126,188,109) instead hex code.

Text Font Color

.myTextColor { color: #7EBC6D; }

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

This text font color is #7EBC6D.


Background Color

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

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

This div background color is #7EBC6D.


Border color

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

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

This div border color is #7EBC6D.


Opacity

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

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

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

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

This text has shadow with #7EBC6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBC6D on black background.


Color preview on white background

This text has color #7EBC6D on white background.



Black color preview on #7EBC6D background

This text has black color on #7EBC6D background.


White color preview on #7EBC6D background

This text has white color on #7EBC6D background.