COLOR #76CE74

HEX: #76CE74
RGB: (118,206,116)

Color info

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

RGB color model

#76CE74 color RGB value is (118,206,116).

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

RGB channels and saturation

R 118 of 255 = 46%
G 206 of 255 = 81%
B 116 of 255 = 45%

118
206
116

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

Portions of RGB colors in percentages

R + G + B =
118 + 206 + 116 = 440 (100%)
R 118 of 440 ~ 26.82%
G 206 of 440 ~ 46.82%
B 116 of 440 ~ 26.36%

%26.82
%46.82
%26.36

CMYK color model

#76CE74 color CMYK value is (43,0,44,19).

  • cyan value is 42.72%
  • magenta value is 0.00%
  • yellow value is 43.69%
  • key color value is 19.22%
CMYK:
(43,0,44,19)
C43M0Y44K19 
(43%,0%,44%,19%)
(0.43/0.00/0.44/0.19)	

CMYK percentages

%42.72
%0
%43.69
%19.22

Codes

Color #76CE74 in popluar color models

76CE74
RGB118206116
HSL119°47.87%63.14%
HSB/HSV119°43.69%80.78%
CMYK42.72%0.00%43.69%
19.22%

Color #76CE74 in popluar number systems.

HEX76CE74
Decimal118206116
Binary1110110110011101110100
Octal166316164

Shades and tints

Shades of #76CE74

#76CE74
(118,206,116)
#6CBC6A
(108,188,106)
#62AA60
(98,170,96)
#589856
(88,152,86)
#4E864C
(78,134,76)
#447442
(68,116,66)
#3A6238
(58,98,56)
#30502E
(48,80,46)
#263E24
(38,62,36)
#1C2C1A
(28,44,26)
#121A10
(18,26,16)
#000000
(0,0,0)

Tints of #76CE74

#76CE74
(118,206,116)
#82D280
(130,210,128)
#8ED68C
(142,214,140)
#9ADA98
(154,218,152)
#A6DEA4
(166,222,164)
#B2E2B0
(178,226,176)
#BEE6BC
(190,230,188)
#CAEAC8
(202,234,200)
#D6EED4
(214,238,212)
#E2F2E0
(226,242,224)
#EEF6EC
(238,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76CE74; }

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

This text font color is #76CE74.


Background Color

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

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

This div background color is #76CE74.


Border color

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

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

This div border color is #76CE74.


Opacity

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

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

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

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

This text has shadow with #76CE74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76CE74 on black background.


Color preview on white background

This text has color #76CE74 on white background.



Black color preview on #76CE74 background

This text has black color on #76CE74 background.


White color preview on #76CE74 background

This text has white color on #76CE74 background.