COLOR #76C59E

HEX: #76C59E
RGB: (118,197,158)

Color info

#76C59E contains mainly green and blue colors. Web safe color of #76C59E is #66CC99 (or #6C9).

RGB color model

#76C59E color RGB value is (118,197,158).

  • red value is 118;
  • green value is 197;
  • blue value is 158.
RGB:
(118,197,158)
(46%,77%,62%)

RGB channels and saturation

R 118 of 255 = 46%
G 197 of 255 = 77%
B 158 of 255 = 62%

118
197
158

R + G + B ~ 62%. #76C59E is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 197 + 158 = 473 (100%)
R 118 of 473 ~ 24.95%
G 197 of 473 ~ 41.65%
B 158 of 473 ~ 33.4%

%24.95
%41.65
%33.4

CMYK color model

#76C59E color CMYK value is (40,0,20,23).

  • cyan value is 40.10%
  • magenta value is 0.00%
  • yellow value is 19.80%
  • key color value is 22.75%
CMYK:
(40,0,20,23)
C40M0Y20K23 
(40%,0%,20%,23%)
(0.40/0.00/0.20/0.23)	

CMYK percentages

%40.1
%0
%19.8
%22.75

Codes

Color #76C59E in popluar color models

76C59E
RGB118197158
HSL150°40.51%61.76%
HSB/HSV150°40.10%77.25%
CMYK40.10%0.00%19.80%
22.75%

Color #76C59E in popluar number systems.

HEX76C59E
Decimal118197158
Binary11101101100010110011110
Octal166305236

Shades and tints

Shades of #76C59E

#76C59E
(118,197,158)
#6CB490
(108,180,144)
#62A382
(98,163,130)
#589274
(88,146,116)
#4E8166
(78,129,102)
#447058
(68,112,88)
#3A5F4A
(58,95,74)
#304E3C
(48,78,60)
#263D2E
(38,61,46)
#1C2C20
(28,44,32)
#121B12
(18,27,18)
#000000
(0,0,0)

Tints of #76C59E

#76C59E
(118,197,158)
#82CAA6
(130,202,166)
#8ECFAE
(142,207,174)
#9AD4B6
(154,212,182)
#A6D9BE
(166,217,190)
#B2DEC6
(178,222,198)
#BEE3CE
(190,227,206)
#CAE8D6
(202,232,214)
#D6EDDE
(214,237,222)
#E2F2E6
(226,242,230)
#EEF7EE
(238,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76C59E color. Also use rgb(118,197,158) instead hex code.

Text Font Color

.myTextColor { color: #76C59E; }

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

This text font color is #76C59E.


Background Color

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

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

This div background color is #76C59E.


Border color

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

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

This div border color is #76C59E.


Opacity

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

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

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

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

This text has shadow with #76C59E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76C59E on black background.


Color preview on white background

This text has color #76C59E on white background.



Black color preview on #76C59E background

This text has black color on #76C59E background.


White color preview on #76C59E background

This text has white color on #76C59E background.