COLOR #76E08E

HEX: #76E08E RGB: (118,224,142)

Color info

#76E08E contains mainly green color. Web safe color of #76E08E is #66CC99 (or #6C9).

RGB color model

#76E08E color RGB value is (118,224,142).

RGB: (118,224,142) (46%, 88%, 56%)

RGB channels and saturation

R 118 of 255 = 46%
G 224 of 255 = 88%
B 142 of 255 = 56%

118
224
142

R + G + B ~ 63%. #76E08E is quite light color.

Portions of RGB colors in percentages

R + G + B = 118 + 224 + 142 = 484 (100%)
R 118 of 484 ~ 24.38%
G 224 of 484 ~ 46.28%
B 142 of 484 ~ 29.34'%

%24.38
%46.28
%29.34

CMYK color model

#76E08E color CMYK value is (47,0,37,12).

  • cyan value is 47.32%
  • magenta value is 0.00%
  • yellow value is 36.61%
  • key color value is 12.16%
CMYK: (47,0,37,12) C47M0Y37K12 (47%,0%,37%,12%) (0.47/0.00/0.37/0.12) 

CMYK percentages

%47.32
%0
%36.61
%12.16

Codes

Color #76E08E in popluar color models

76 E0 8E
RGB 118 224 142
HSL 134° 63.10% 67.06%
HSB/HSV 134° 47.32% 87.84%
CMYK 47.32% 0.00% 36.61%
12.16%

Color #76E08E in popluar number systems.

HEX 76 E0 8E
Decimal 118 224 142
Binary 1110110 11100000 10001110
Octal 166 340 216

Shades and tints

Shades of #76E08E

#76E08E
(118,224,142)
#6CCC82
(108,204,130)
#62B876
(98,184,118)
#58A46A
(88,164,106)
#4E905E
(78,144,94)
#447C52
(68,124,82)
#3A6846
(58,104,70)
#30543A
(48,84,58)
#26402E
(38,64,46)
#1C2C22
(28,44,34)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #76E08E

#76E08E
(118,224,142)
#82E298
(130,226,152)
#8EE4A2
(142,228,162)
#9AE6AC
(154,230,172)
#A6E8B6
(166,232,182)
#B2EAC0
(178,234,192)
#BEECCA
(190,236,202)
#CAEED4
(202,238,212)
#D6F0DE
(214,240,222)
#E2F2E8
(226,242,232)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76E08E color. Also use rgb(118,224,142) instead hex code.

Text Font Color

.myTextColor { color: #76E08E; }

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

This text font color is #76E08E.

Background Color

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

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

This div background color is #76E08E.

Border color

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

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

This div border color is #76E08E.

Opacity

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

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

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

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

This text has shadow with #76E08E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76E08E.

Preview

Color preview on black background

This text has color #76E08E on black background.


Color preview on white background

This text has color #76E08E on white background.


Black color preview on #76E08E background

This text has black color on #76E08E background.


White color preview on #76E08E background

This text has white color on #76E08E background.


Related colors

Complementary color

Complementary color for #hex is #891F71.


I love getcolorcode.com

Triadic colors

1 #8E76E0 and #E08E76 with #76E08E are triadic colors.

2 #8EE076 and #E0768E with #76E08E are triadic colors.