COLOR #76D396

HEX: #76D396
RGB: (118,211,150)

Color info

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

RGB color model

#76D396 color RGB value is (118,211,150).

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

RGB channels and saturation

R 118 of 255 = 46%
G 211 of 255 = 83%
B 150 of 255 = 59%

118
211
150

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

Portions of RGB colors in percentages

R + G + B =
118 + 211 + 150 = 479 (100%)
R 118 of 479 ~ 24.63%
G 211 of 479 ~ 44.05%
B 150 of 479 ~ 31.32%

%24.63
%44.05
%31.32

CMYK color model

#76D396 color CMYK value is (44,0,29,17).

  • cyan value is 44.08%
  • magenta value is 0.00%
  • yellow value is 28.91%
  • key color value is 17.25%
CMYK:
(44,0,29,17)
C44M0Y29K17 
(44%,0%,29%,17%)
(0.44/0.00/0.29/0.17)	

CMYK percentages

%44.08
%0
%28.91
%17.25

Codes

Color #76D396 in popluar color models

76D396
RGB118211150
HSL141°51.38%64.51%
HSB/HSV141°44.08%82.75%
CMYK44.08%0.00%28.91%
17.25%

Color #76D396 in popluar number systems.

HEX76D396
Decimal118211150
Binary11101101101001110010110
Octal166323226

Shades and tints

Shades of #76D396

#76D396
(118,211,150)
#6CC089
(108,192,137)
#62AD7C
(98,173,124)
#589A6F
(88,154,111)
#4E8762
(78,135,98)
#447455
(68,116,85)
#3A6148
(58,97,72)
#304E3B
(48,78,59)
#263B2E
(38,59,46)
#1C2821
(28,40,33)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #76D396

#76D396
(118,211,150)
#82D79F
(130,215,159)
#8EDBA8
(142,219,168)
#9ADFB1
(154,223,177)
#A6E3BA
(166,227,186)
#B2E7C3
(178,231,195)
#BEEBCC
(190,235,204)
#CAEFD5
(202,239,213)
#D6F3DE
(214,243,222)
#E2F7E7
(226,247,231)
#EEFBF0
(238,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76D396; }

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

This text font color is #76D396.


Background Color

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

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

This div background color is #76D396.


Border color

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

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

This div border color is #76D396.


Opacity

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

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

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

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

This text has shadow with #76D396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76D396 on black background.


Color preview on white background

This text has color #76D396 on white background.



Black color preview on #76D396 background

This text has black color on #76D396 background.


White color preview on #76D396 background

This text has white color on #76D396 background.