COLOR #76C47E

HEX: #76C47E RGB: (118,196,126)

Color info

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

RGB color model

#76C47E color RGB value is (118,196,126).

RGB: (118,196,126) (46%, 77%, 49%)

RGB channels and saturation

R 118 of 255 = 46%
G 196 of 255 = 77%
B 126 of 255 = 49%

118
196
126

R + G + B ~ 57%. #76C47E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 118 + 196 + 126 = 440 (100%)
R 118 of 440 ~ 26.82%
G 196 of 440 ~ 44.55%
B 126 of 440 ~ 28.64'%

%26.82
%44.55
%28.64

CMYK color model

#76C47E color CMYK value is (40,0,36,23).

  • cyan value is 39.80%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 23.14%
CMYK: (40,0,36,23) C40M0Y36K23 (40%,0%,36%,23%) (0.40/0.00/0.36/0.23) 

CMYK percentages

%39.8
%0
%35.71
%23.14

Codes

Color #76C47E in popluar color models

76 C4 7E
RGB 118 196 126
HSL 126° 39.80% 61.57%
HSB/HSV 126° 39.80% 76.86%
CMYK 39.80% 0.00% 35.71%
23.14%

Color #76C47E in popluar number systems.

HEX 76 C4 7E
Decimal 118 196 126
Binary 1110110 11000100 1111110
Octal 166 304 176

Shades and tints

Shades of #76C47E

#76C47E
(118,196,126)
#6CB373
(108,179,115)
#62A268
(98,162,104)
#58915D
(88,145,93)
#4E8052
(78,128,82)
#446F47
(68,111,71)
#3A5E3C
(58,94,60)
#304D31
(48,77,49)
#263C26
(38,60,38)
#1C2B1B
(28,43,27)
#121A10
(18,26,16)
#000000
(0,0,0)

Tints of #76C47E

#76C47E
(118,196,126)
#82C989
(130,201,137)
#8ECE94
(142,206,148)
#9AD39F
(154,211,159)
#A6D8AA
(166,216,170)
#B2DDB5
(178,221,181)
#BEE2C0
(190,226,192)
#CAE7CB
(202,231,203)
#D6ECD6
(214,236,214)
#E2F1E1
(226,241,225)
#EEF6EC
(238,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76C47E color. Also use rgb(118,196,126) instead hex code.

Text Font Color

.myTextColor { color: #76C47E; }

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

This text font color is #76C47E.

Background Color

.myBgColor { background-color: #76C47E; }

<div style="background-color:#76C47E">Inner text</div>

This div background color is #76C47E.

Border color

.myBorderColor { border: 1px solid #76C47E; }

<div style="border:3px solid #76C47E">Div</div>

This div border color is #76C47E.

Opacity

.myOpacity80 { color: #76C47E; opacity: 0.8; }

<p style="color:#76C47E;opacity:0.8;">80%</p>

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

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

This text has shadow with #76C47E color.


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

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

This text has shadow with #76C47E primary color and red secondary color.


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

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

This text has shadow with #76C47E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #76C47E.

Preview

Color preview on black background

This text has color #76C47E on black background.


Color preview on white background

This text has color #76C47E on white background.


Black color preview on #76C47E background

This text has black color on #76C47E background.


White color preview on #76C47E background

This text has white color on #76C47E background.


Related colors

Complementary color

Complementary color for #hex is #893B81.


I love getcolorcode.com

Triadic colors

1 #7E76C4 and #C47E76 with #76C47E are triadic colors.

2 #7EC476 and #C4767E with #76C47E are triadic colors.