COLOR #7EBC5B

HEX: #7EBC5B RGB: (126,188,91)

Color info

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

RGB color model

#7EBC5B color RGB value is (126,188,91).

RGB: (126,188,91) (49%, 74%, 36%)

RGB channels and saturation

R 126 of 255 = 49%
G 188 of 255 = 74%
B 91 of 255 = 36%

126
188
91

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

Portions of RGB colors in percentages

R + G + B = 126 + 188 + 91 = 405 (100%)
R 126 of 405 ~ 31.11%
G 188 of 405 ~ 46.42%
B 91 of 405 ~ 22.47'%

%31.11
%46.42
%22.47

CMYK color model

#7EBC5B color CMYK value is (33,0,52,26).

  • cyan value is 32.98%
  • magenta value is 0.00%
  • yellow value is 51.60%
  • key color value is 26.27%

CMYK: (33,0,52,26)
C33M0Y52K26 (33%, 0%, 52%, 26%)
(0.33 / 0.00 / 0.52 / 0.26)

CMYK percentages

%32.98
%0
%51.6
%26.27

Codes

Color #7EBC5B in popluar color models

7E BC 5B
RGB 126 188 91
HSL 98° 41.99% 54.71%
HSB/HSV 98° 51.60% 73.73%
CMYK 32.98% 0.00% 51.60%
26.27%

Color #7EBC5B in popluar number systems.

HEX 7E BC 5B
Decimal 126 188 91
Binary 1111110 10111100 1011011
Octal 176 274 133

Shades and tints

Shades of #7EBC5B

#7EBC5B
(126,188,91)
#73AB53
(115,171,83)
#689A4B
(104,154,75)
#5D8943
(93,137,67)
#52783B
(82,120,59)
#476733
(71,103,51)
#3C562B
(60,86,43)
#314523
(49,69,35)
#26341B
(38,52,27)
#1B2313
(27,35,19)
#10120B
(16,18,11)
#000000
(0,0,0)

Tints of #7EBC5B

#7EBC5B
(126,188,91)
#89C269
(137,194,105)
#94C877
(148,200,119)
#9FCE85
(159,206,133)
#AAD493
(170,212,147)
#B5DAA1
(181,218,161)
#C0E0AF
(192,224,175)
#CBE6BD
(203,230,189)
#D6ECCB
(214,236,203)
#E1F2D9
(225,242,217)
#ECF8E7
(236,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EBC5B; }

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

This text font color is #7EBC5B.

Background Color

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

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

This div background color is #7EBC5B.

Border color

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

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

This div border color is #7EBC5B.

Opacity

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

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

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

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

This text has shadow with #7EBC5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EBC5B.

Preview

Color preview on black background

This text has color #7EBC5B on black background.


Color preview on white background

This text has color #7EBC5B on white background.


Black color preview on #7EBC5B background

This text has black color on #7EBC5B background.


White color preview on #7EBC5B background

This text has white color on #7EBC5B background.


Related colors

Complementary color

Complementary color for #hex is #8143A4.


I love getcolorcode.com

Triadic colors

1 #5B7EBC and #BC5B7E with #7EBC5B are triadic colors.

2 #5BBC7E and #BC7E5B with #7EBC5B are triadic colors.