COLOR #76C19D

HEX: #76C19D RGB: (118,193,157)

Color info

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

RGB color model

#76C19D color RGB value is (118,193,157).

RGB: (118,193,157) (46%, 76%, 62%)

RGB channels and saturation

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

118
193
157

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

Portions of RGB colors in percentages

R + G + B = 118 + 193 + 157 = 468 (100%)
R 118 of 468 ~ 25.21%
G 193 of 468 ~ 41.24%
B 157 of 468 ~ 33.55'%

%25.21
%41.24
%33.55

CMYK color model

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

  • cyan value is 38.86%
  • magenta value is 0.00%
  • yellow value is 18.65%
  • key color value is 24.31%

CMYK: (39,0,19,24)
C39M0Y19K24 (39%, 0%, 19%, 24%)
(0.39 / 0.00 / 0.19 / 0.24)

CMYK percentages

%38.86
%0
%18.65
%24.31

Codes

Color #76C19D in popluar color models

76 C1 9D
RGB 118 193 157
HSL 151° 37.69% 60.98%
HSB/HSV 151° 38.86% 75.69%
CMYK 38.86% 0.00% 18.65%
24.31%

Color #76C19D in popluar number systems.

HEX 76 C1 9D
Decimal 118 193 157
Binary 1110110 11000001 10011101
Octal 166 301 235

Shades and tints

Shades of #76C19D

#76C19D
(118,193,157)
#6CB08F
(108,176,143)
#629F81
(98,159,129)
#588E73
(88,142,115)
#4E7D65
(78,125,101)
#446C57
(68,108,87)
#3A5B49
(58,91,73)
#304A3B
(48,74,59)
#26392D
(38,57,45)
#1C281F
(28,40,31)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #76C19D

#76C19D
(118,193,157)
#82C6A5
(130,198,165)
#8ECBAD
(142,203,173)
#9AD0B5
(154,208,181)
#A6D5BD
(166,213,189)
#B2DAC5
(178,218,197)
#BEDFCD
(190,223,205)
#CAE4D5
(202,228,213)
#D6E9DD
(214,233,221)
#E2EEE5
(226,238,229)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76C19D; }

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

This text font color is #76C19D.

Background Color

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

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

This div background color is #76C19D.

Border color

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

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

This div border color is #76C19D.

Opacity

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

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

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

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

This text has shadow with #76C19D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76C19D.

Preview

Color preview on black background

This text has color #76C19D on black background.


Color preview on white background

This text has color #76C19D on white background.


Black color preview on #76C19D background

This text has black color on #76C19D background.


White color preview on #76C19D background

This text has white color on #76C19D background.


Related colors

Complementary color

Complementary color for #hex is #893E62.


I love getcolorcode.com

Triadic colors

1 #9D76C1 and #C19D76 with #76C19D are triadic colors.

2 #9DC176 and #C1769D with #76C19D are triadic colors.