COLOR #76C39D

HEX: #76C39D
RGB: (118,195,157)

Color info

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

RGB color model

#76C39D color RGB value is (118,195,157).

  • red value is 118;
  • green value is 195;
  • blue value is 157.
RGB:
(118,195,157)
(46%,76%,62%)

RGB channels and saturation

R 118 of 255 = 46%
G 195 of 255 = 76%
B 157 of 255 = 62%

118
195
157

R + G + B ~ 61%. #76C39D is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 195 + 157 = 470 (100%)
R 118 of 470 ~ 25.11%
G 195 of 470 ~ 41.49%
B 157 of 470 ~ 33.4%

%25.11
%41.49
%33.4

CMYK color model

#76C39D color CMYK value is (39,0,19,24).

  • cyan value is 39.49%
  • magenta value is 0.00%
  • yellow value is 19.49%
  • key color value is 23.53%
CMYK:
(39,0,19,24)
C39M0Y19K24 
(39%,0%,19%,24%)
(0.39/0.00/0.19/0.24)	

CMYK percentages

%39.49
%0
%19.49
%23.53

Codes

Color #76C39D in popluar color models

76C39D
RGB118195157
HSL150°39.09%61.37%
HSB/HSV150°39.49%76.47%
CMYK39.49%0.00%19.49%
23.53%

Color #76C39D in popluar number systems.

HEX76C39D
Decimal118195157
Binary11101101100001110011101
Octal166303235

Shades and tints

Shades of #76C39D

#76C39D
(118,195,157)
#6CB28F
(108,178,143)
#62A181
(98,161,129)
#589073
(88,144,115)
#4E7F65
(78,127,101)
#446E57
(68,110,87)
#3A5D49
(58,93,73)
#304C3B
(48,76,59)
#263B2D
(38,59,45)
#1C2A1F
(28,42,31)
#121911
(18,25,17)
#000000
(0,0,0)

Tints of #76C39D

#76C39D
(118,195,157)
#82C8A5
(130,200,165)
#8ECDAD
(142,205,173)
#9AD2B5
(154,210,181)
#A6D7BD
(166,215,189)
#B2DCC5
(178,220,197)
#BEE1CD
(190,225,205)
#CAE6D5
(202,230,213)
#D6EBDD
(214,235,221)
#E2F0E5
(226,240,229)
#EEF5ED
(238,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76C39D color. Also use rgb(118,195,157) instead hex code.

Text Font Color

.myTextColor { color: #76C39D; }

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

This text font color is #76C39D.


Background Color

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

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

This div background color is #76C39D.


Border color

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

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

This div border color is #76C39D.


Opacity

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

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

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

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

This text has shadow with #76C39D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76C39D on black background.


Color preview on white background

This text has color #76C39D on white background.



Black color preview on #76C39D background

This text has black color on #76C39D background.


White color preview on #76C39D background

This text has white color on #76C39D background.