COLOR #76D596

HEX: #76D596
RGB: (118,213,150)

Color info

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

RGB color model

#76D596 color RGB value is (118,213,150).

  • red value is 118;
  • green value is 213;
  • blue value is 150.
RGB:
(118,213,150)
(46%,84%,59%)

RGB channels and saturation

R 118 of 255 = 46%
G 213 of 255 = 84%
B 150 of 255 = 59%

118
213
150

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

Portions of RGB colors in percentages

R + G + B =
118 + 213 + 150 = 481 (100%)
R 118 of 481 ~ 24.53%
G 213 of 481 ~ 44.28%
B 150 of 481 ~ 31.19%

%24.53
%44.28
%31.19

CMYK color model

#76D596 color CMYK value is (45,0,30,16).

  • cyan value is 44.60%
  • magenta value is 0.00%
  • yellow value is 29.58%
  • key color value is 16.47%
CMYK:
(45,0,30,16)
C45M0Y30K16 
(45%,0%,30%,16%)
(0.45/0.00/0.30/0.16)	

CMYK percentages

%44.6
%0
%29.58
%16.47

Codes

Color #76D596 in popluar color models

76D596
RGB118213150
HSL140°53.07%64.90%
HSB/HSV140°44.60%83.53%
CMYK44.60%0.00%29.58%
16.47%

Color #76D596 in popluar number systems.

HEX76D596
Decimal118213150
Binary11101101101010110010110
Octal166325226

Shades and tints

Shades of #76D596

#76D596
(118,213,150)
#6CC289
(108,194,137)
#62AF7C
(98,175,124)
#589C6F
(88,156,111)
#4E8962
(78,137,98)
#447655
(68,118,85)
#3A6348
(58,99,72)
#30503B
(48,80,59)
#263D2E
(38,61,46)
#1C2A21
(28,42,33)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #76D596

#76D596
(118,213,150)
#82D89F
(130,216,159)
#8EDBA8
(142,219,168)
#9ADEB1
(154,222,177)
#A6E1BA
(166,225,186)
#B2E4C3
(178,228,195)
#BEE7CC
(190,231,204)
#CAEAD5
(202,234,213)
#D6EDDE
(214,237,222)
#E2F0E7
(226,240,231)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76D596 color. Also use rgb(118,213,150) instead hex code.

Text Font Color

.myTextColor { color: #76D596; }

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

This text font color is #76D596.


Background Color

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

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

This div background color is #76D596.


Border color

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

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

This div border color is #76D596.


Opacity

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

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

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

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

This text has shadow with #76D596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76D596 on black background.


Color preview on white background

This text has color #76D596 on white background.



Black color preview on #76D596 background

This text has black color on #76D596 background.


White color preview on #76D596 background

This text has white color on #76D596 background.