COLOR #7EB07F

HEX: #7EB07F RGB: (126,176,127)

Color info

#7EB07F contains red, green and blue colors in about the same proportion. Web safe color of #7EB07F is #669966 (or #696).

RGB color model

#7EB07F color RGB value is (126,176,127).

RGB: (126,176,127) (49%, 69%, 50%)

RGB channels and saturation

R 126 of 255 = 49%
G 176 of 255 = 69%
B 127 of 255 = 50%

126
176
127

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

Portions of RGB colors in percentages

R + G + B = 126 + 176 + 127 = 429 (100%)
R 126 of 429 ~ 29.37%
G 176 of 429 ~ 41.03%
B 127 of 429 ~ 29.6'%

%29.37
%41.03
%29.6

CMYK color model

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

  • cyan value is 28.41%
  • magenta value is 0.00%
  • yellow value is 27.84%
  • key color value is 30.98%

CMYK: (28,0,28,31)
C28M0Y28K31 (28%, 0%, 28%, 31%)
(0.28 / 0.00 / 0.28 / 0.31)

CMYK percentages

%28.41
%0
%27.84
%30.98

Codes

Color #7EB07F in popluar color models

7E B0 7F
RGB 126 176 127
HSL 121° 24.04% 59.22%
HSB/HSV 121° 28.41% 69.02%
CMYK 28.41% 0.00% 27.84%
30.98%

Color #7EB07F in popluar number systems.

HEX 7E B0 7F
Decimal 126 176 127
Binary 1111110 10110000 1111111
Octal 176 260 177

Shades and tints

Shades of #7EB07F

#7EB07F
(126,176,127)
#73A074
(115,160,116)
#689069
(104,144,105)
#5D805E
(93,128,94)
#527053
(82,112,83)
#476048
(71,96,72)
#3C503D
(60,80,61)
#314032
(49,64,50)
#263027
(38,48,39)
#1B201C
(27,32,28)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #7EB07F

#7EB07F
(126,176,127)
#89B78A
(137,183,138)
#94BE95
(148,190,149)
#9FC5A0
(159,197,160)
#AACCAB
(170,204,171)
#B5D3B6
(181,211,182)
#C0DAC1
(192,218,193)
#CBE1CC
(203,225,204)
#D6E8D7
(214,232,215)
#E1EFE2
(225,239,226)
#ECF6ED
(236,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB07F color. Also use rgb(126,176,127) instead hex code.

Text Font Color

.myTextColor { color: #7EB07F; }

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

This text font color is #7EB07F.

Background Color

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

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

This div background color is #7EB07F.

Border color

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

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

This div border color is #7EB07F.

Opacity

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

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

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

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

This text has shadow with #7EB07F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EB07F.

Preview

Color preview on black background

This text has color #7EB07F on black background.


Color preview on white background

This text has color #7EB07F on white background.


Black color preview on #7EB07F background

This text has black color on #7EB07F background.


White color preview on #7EB07F background

This text has white color on #7EB07F background.


Related colors

Complementary color

Complementary color for #hex is #814F80.


I love getcolorcode.com

Triadic colors

1 #7F7EB0 and #B07F7E with #7EB07F are triadic colors.

2 #7FB07E and #B07E7F with #7EB07F are triadic colors.