COLOR #7EB78F

HEX: #7EB78F RGB: (126,183,143)

Color info

#7EB78F contains red, green and blue colors in about the same proportion. Web safe color of #7EB78F is #66CC99 (or #6C9).

RGB color model

#7EB78F color RGB value is (126,183,143).

RGB: (126,183,143) (49%, 72%, 56%)

RGB channels and saturation

R 126 of 255 = 49%
G 183 of 255 = 72%
B 143 of 255 = 56%

126
183
143

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

Portions of RGB colors in percentages

R + G + B = 126 + 183 + 143 = 452 (100%)
R 126 of 452 ~ 27.88%
G 183 of 452 ~ 40.49%
B 143 of 452 ~ 31.64'%

%27.88
%40.49
%31.64

CMYK color model

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

  • cyan value is 31.15%
  • magenta value is 0.00%
  • yellow value is 21.86%
  • key color value is 28.24%

CMYK: (31,0,22,28)
C31M0Y22K28 (31%, 0%, 22%, 28%)
(0.31 / 0.00 / 0.22 / 0.28)

CMYK percentages

%31.15
%0
%21.86
%28.24

Codes

Color #7EB78F in popluar color models

7E B7 8F
RGB 126 183 143
HSL 138° 28.36% 60.59%
HSB/HSV 138° 31.15% 71.76%
CMYK 31.15% 0.00% 21.86%
28.24%

Color #7EB78F in popluar number systems.

HEX 7E B7 8F
Decimal 126 183 143
Binary 1111110 10110111 10001111
Octal 176 267 217

Shades and tints

Shades of #7EB78F

#7EB78F
(126,183,143)
#73A782
(115,167,130)
#689775
(104,151,117)
#5D8768
(93,135,104)
#52775B
(82,119,91)
#47674E
(71,103,78)
#3C5741
(60,87,65)
#314734
(49,71,52)
#263727
(38,55,39)
#1B271A
(27,39,26)
#10170D
(16,23,13)
#000000
(0,0,0)

Tints of #7EB78F

#7EB78F
(126,183,143)
#89BD99
(137,189,153)
#94C3A3
(148,195,163)
#9FC9AD
(159,201,173)
#AACFB7
(170,207,183)
#B5D5C1
(181,213,193)
#C0DBCB
(192,219,203)
#CBE1D5
(203,225,213)
#D6E7DF
(214,231,223)
#E1EDE9
(225,237,233)
#ECF3F3
(236,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EB78F; }

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

This text font color is #7EB78F.

Background Color

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

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

This div background color is #7EB78F.

Border color

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

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

This div border color is #7EB78F.

Opacity

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

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

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

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

This text has shadow with #7EB78F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EB78F.

Preview

Color preview on black background

This text has color #7EB78F on black background.


Color preview on white background

This text has color #7EB78F on white background.


Black color preview on #7EB78F background

This text has black color on #7EB78F background.


White color preview on #7EB78F background

This text has white color on #7EB78F background.


Related colors

Complementary color

Complementary color for #hex is #814870.


I love getcolorcode.com

Triadic colors

1 #8F7EB7 and #B78F7E with #7EB78F are triadic colors.

2 #8FB77E and #B77E8F with #7EB78F are triadic colors.