COLOR #76C095

HEX: #76C095 RGB: (118,192,149)

Color info

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

RGB color model

#76C095 color RGB value is (118,192,149).

RGB: (118,192,149) (46%, 75%, 58%)

RGB channels and saturation

R 118 of 255 = 46%
G 192 of 255 = 75%
B 149 of 255 = 58%

118
192
149

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

Portions of RGB colors in percentages

R + G + B = 118 + 192 + 149 = 459 (100%)
R 118 of 459 ~ 25.71%
G 192 of 459 ~ 41.83%
B 149 of 459 ~ 32.46'%

%25.71
%41.83
%32.46

CMYK color model

#76C095 color CMYK value is (39,0,22,25).

  • cyan value is 38.54%
  • magenta value is 0.00%
  • yellow value is 22.40%
  • key color value is 24.71%

CMYK: (39,0,22,25)
C39M0Y22K25 (39%, 0%, 22%, 25%)
(0.39 / 0.00 / 0.22 / 0.25)

CMYK percentages

%38.54
%0
%22.4
%24.71

Codes

Color #76C095 in popluar color models

76 C0 95
RGB 118 192 149
HSL 145° 37.00% 60.78%
HSB/HSV 145° 38.54% 75.29%
CMYK 38.54% 0.00% 22.40%
24.71%

Color #76C095 in popluar number systems.

HEX 76 C0 95
Decimal 118 192 149
Binary 1110110 11000000 10010101
Octal 166 300 225

Shades and tints

Shades of #76C095

#76C095
(118,192,149)
#6CAF88
(108,175,136)
#629E7B
(98,158,123)
#588D6E
(88,141,110)
#4E7C61
(78,124,97)
#446B54
(68,107,84)
#3A5A47
(58,90,71)
#30493A
(48,73,58)
#26382D
(38,56,45)
#1C2720
(28,39,32)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #76C095

#76C095
(118,192,149)
#82C59E
(130,197,158)
#8ECAA7
(142,202,167)
#9ACFB0
(154,207,176)
#A6D4B9
(166,212,185)
#B2D9C2
(178,217,194)
#BEDECB
(190,222,203)
#CAE3D4
(202,227,212)
#D6E8DD
(214,232,221)
#E2EDE6
(226,237,230)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76C095 color. Also use rgb(118,192,149) instead hex code.

Text Font Color

.myTextColor { color: #76C095; }

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

This text font color is #76C095.

Background Color

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

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

This div background color is #76C095.

Border color

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

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

This div border color is #76C095.

Opacity

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

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

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

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

This text has shadow with #76C095 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76C095.

Preview

Color preview on black background

This text has color #76C095 on black background.


Color preview on white background

This text has color #76C095 on white background.


Black color preview on #76C095 background

This text has black color on #76C095 background.


White color preview on #76C095 background

This text has white color on #76C095 background.


Related colors

Complementary color

Complementary color for #hex is #893F6A.


I love getcolorcode.com

Triadic colors

1 #9576C0 and #C09576 with #76C095 are triadic colors.

2 #95C076 and #C07695 with #76C095 are triadic colors.