COLOR #76C476

HEX: #76C476
RGB: (118,196,118)

Color info

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

RGB color model

#76C476 color RGB value is (118,196,118).

  • red value is 118;
  • green value is 196;
  • blue value is 118.
RGB:
(118,196,118)
(46%,77%,46%)

RGB channels and saturation

R 118 of 255 = 46%
G 196 of 255 = 77%
B 118 of 255 = 46%

118
196
118

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

Portions of RGB colors in percentages

R + G + B =
118 + 196 + 118 = 432 (100%)
R 118 of 432 ~ 27.31%
G 196 of 432 ~ 45.37%
B 118 of 432 ~ 27.31%

%27.31
%45.37
%27.31

CMYK color model

#76C476 color CMYK value is (40,0,40,23).

  • cyan value is 39.80%
  • magenta value is 0.00%
  • yellow value is 39.80%
  • key color value is 23.14%
CMYK:
(40,0,40,23)
C40M0Y40K23 
(40%,0%,40%,23%)
(0.40/0.00/0.40/0.23)	

CMYK percentages

%39.8
%0
%39.8
%23.14

Codes

Color #76C476 in popluar color models

76C476
RGB118196118
HSL120°39.80%61.57%
HSB/HSV120°39.80%76.86%
CMYK39.80%0.00%39.80%
23.14%

Color #76C476 in popluar number systems.

HEX76C476
Decimal118196118
Binary1110110110001001110110
Octal166304166

Shades and tints

Shades of #76C476

#76C476
(118,196,118)
#6CB36C
(108,179,108)
#62A262
(98,162,98)
#589158
(88,145,88)
#4E804E
(78,128,78)
#446F44
(68,111,68)
#3A5E3A
(58,94,58)
#304D30
(48,77,48)
#263C26
(38,60,38)
#1C2B1C
(28,43,28)
#121A12
(18,26,18)
#000000
(0,0,0)

Tints of #76C476

#76C476
(118,196,118)
#82C982
(130,201,130)
#8ECE8E
(142,206,142)
#9AD39A
(154,211,154)
#A6D8A6
(166,216,166)
#B2DDB2
(178,221,178)
#BEE2BE
(190,226,190)
#CAE7CA
(202,231,202)
#D6ECD6
(214,236,214)
#E2F1E2
(226,241,226)
#EEF6EE
(238,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76C476; }

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

This text font color is #76C476.


Background Color

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

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

This div background color is #76C476.


Border color

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

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

This div border color is #76C476.


Opacity

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

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

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

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

This text has shadow with #76C476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76C476 on black background.


Color preview on white background

This text has color #76C476 on white background.



Black color preview on #76C476 background

This text has black color on #76C476 background.


White color preview on #76C476 background

This text has white color on #76C476 background.