COLOR #76CE78

HEX: #76CE78
RGB: (118,206,120)

Color info

#76CE78 contains mainly green color. Web safe color of #76CE78 is #66CC66 (or #6C6).

RGB color model

#76CE78 color RGB value is (118,206,120).

  • red value is 118;
  • green value is 206;
  • blue value is 120.
RGB:
(118,206,120)
(46%,81%,47%)

RGB channels and saturation

R 118 of 255 = 46%
G 206 of 255 = 81%
B 120 of 255 = 47%

118
206
120

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

Portions of RGB colors in percentages

R + G + B =
118 + 206 + 120 = 444 (100%)
R 118 of 444 ~ 26.58%
G 206 of 444 ~ 46.4%
B 120 of 444 ~ 27.03%

%26.58
%46.4
%27.03

CMYK color model

#76CE78 color CMYK value is (43,0,42,19).

  • cyan value is 42.72%
  • magenta value is 0.00%
  • yellow value is 41.75%
  • key color value is 19.22%
CMYK:
(43,0,42,19)
C43M0Y42K19 
(43%,0%,42%,19%)
(0.43/0.00/0.42/0.19)	

CMYK percentages

%42.72
%0
%41.75
%19.22

Codes

Color #76CE78 in popluar color models

76CE78
RGB118206120
HSL121°47.31%63.53%
HSB/HSV121°42.72%80.78%
CMYK42.72%0.00%41.75%
19.22%

Color #76CE78 in popluar number systems.

HEX76CE78
Decimal118206120
Binary1110110110011101111000
Octal166316170

Shades and tints

Shades of #76CE78

#76CE78
(118,206,120)
#6CBC6E
(108,188,110)
#62AA64
(98,170,100)
#58985A
(88,152,90)
#4E8650
(78,134,80)
#447446
(68,116,70)
#3A623C
(58,98,60)
#305032
(48,80,50)
#263E28
(38,62,40)
#1C2C1E
(28,44,30)
#121A14
(18,26,20)
#000000
(0,0,0)

Tints of #76CE78

#76CE78
(118,206,120)
#82D284
(130,210,132)
#8ED690
(142,214,144)
#9ADA9C
(154,218,156)
#A6DEA8
(166,222,168)
#B2E2B4
(178,226,180)
#BEE6C0
(190,230,192)
#CAEACC
(202,234,204)
#D6EED8
(214,238,216)
#E2F2E4
(226,242,228)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76CE78 color. Also use rgb(118,206,120) instead hex code.

Text Font Color

.myTextColor { color: #76CE78; }

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

This text font color is #76CE78.


Background Color

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

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

This div background color is #76CE78.


Border color

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

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

This div border color is #76CE78.


Opacity

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

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

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

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

This text has shadow with #76CE78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76CE78 on black background.


Color preview on white background

This text has color #76CE78 on white background.



Black color preview on #76CE78 background

This text has black color on #76CE78 background.


White color preview on #76CE78 background

This text has white color on #76CE78 background.