COLOR #7EBE6D

HEX: #7EBE6D RGB: (126,190,109)

Color info

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

RGB color model

#7EBE6D color RGB value is (126,190,109).

RGB: (126,190,109) (49%, 75%, 43%)

RGB channels and saturation

R 126 of 255 = 49%
G 190 of 255 = 75%
B 109 of 255 = 43%

126
190
109

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

Portions of RGB colors in percentages

R + G + B = 126 + 190 + 109 = 425 (100%)
R 126 of 425 ~ 29.65%
G 190 of 425 ~ 44.71%
B 109 of 425 ~ 25.65'%

%29.65
%44.71
%25.65

CMYK color model

#7EBE6D color CMYK value is (34,0,43,25).

  • cyan value is 33.68%
  • magenta value is 0.00%
  • yellow value is 42.63%
  • key color value is 25.49%

CMYK: (34,0,43,25)
C34M0Y43K25 (34%, 0%, 43%, 25%)
(0.34 / 0.00 / 0.43 / 0.25)

CMYK percentages

%33.68
%0
%42.63
%25.49

Codes

Color #7EBE6D in popluar color models

7E BE 6D
RGB 126 190 109
HSL 107° 38.39% 58.63%
HSB/HSV 107° 42.63% 74.51%
CMYK 33.68% 0.00% 42.63%
25.49%

Color #7EBE6D in popluar number systems.

HEX 7E BE 6D
Decimal 126 190 109
Binary 1111110 10111110 1101101
Octal 176 276 155

Shades and tints

Shades of #7EBE6D

#7EBE6D
(126,190,109)
#73AD64
(115,173,100)
#689C5B
(104,156,91)
#5D8B52
(93,139,82)
#527A49
(82,122,73)
#476940
(71,105,64)
#3C5837
(60,88,55)
#31472E
(49,71,46)
#263625
(38,54,37)
#1B251C
(27,37,28)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #7EBE6D

#7EBE6D
(126,190,109)
#89C37A
(137,195,122)
#94C887
(148,200,135)
#9FCD94
(159,205,148)
#AAD2A1
(170,210,161)
#B5D7AE
(181,215,174)
#C0DCBB
(192,220,187)
#CBE1C8
(203,225,200)
#D6E6D5
(214,230,213)
#E1EBE2
(225,235,226)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EBE6D; }

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

This text font color is #7EBE6D.

Background Color

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

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

This div background color is #7EBE6D.

Border color

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

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

This div border color is #7EBE6D.

Opacity

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

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

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

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

This text has shadow with #7EBE6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EBE6D.

Preview

Color preview on black background

This text has color #7EBE6D on black background.


Color preview on white background

This text has color #7EBE6D on white background.


Black color preview on #7EBE6D background

This text has black color on #7EBE6D background.


White color preview on #7EBE6D background

This text has white color on #7EBE6D background.


Related colors

Complementary color

Complementary color for #hex is #814192.


I love getcolorcode.com

Triadic colors

1 #6D7EBE and #BE6D7E with #7EBE6D are triadic colors.

2 #6DBE7E and #BE7E6D with #7EBE6D are triadic colors.