COLOR #76C96C

HEX: #76C96C RGB: (118,201,108)

Color info

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

RGB color model

#76C96C color RGB value is (118,201,108).

RGB: (118,201,108) (46%, 79%, 42%)

RGB channels and saturation

R 118 of 255 = 46%
G 201 of 255 = 79%
B 108 of 255 = 42%

118
201
108

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

Portions of RGB colors in percentages

R + G + B = 118 + 201 + 108 = 427 (100%)
R 118 of 427 ~ 27.63%
G 201 of 427 ~ 47.07%
B 108 of 427 ~ 25.29'%

%27.63
%47.07
%25.29

CMYK color model

#76C96C color CMYK value is (41,0,46,21).

  • cyan value is 41.29%
  • magenta value is 0.00%
  • yellow value is 46.27%
  • key color value is 21.18%
CMYK: (41,0,46,21) C41M0Y46K21 (41%,0%,46%,21%) (0.41/0.00/0.46/0.21) 

CMYK percentages

%41.29
%0
%46.27
%21.18

Codes

Color #76C96C in popluar color models

76 C9 6C
RGB 118 201 108
HSL 114° 46.27% 60.59%
HSB/HSV 114° 46.27% 78.82%
CMYK 41.29% 0.00% 46.27%
21.18%

Color #76C96C in popluar number systems.

HEX 76 C9 6C
Decimal 118 201 108
Binary 1110110 11001001 1101100
Octal 166 311 154

Shades and tints

Shades of #76C96C

#76C96C
(118,201,108)
#6CB763
(108,183,99)
#62A55A
(98,165,90)
#589351
(88,147,81)
#4E8148
(78,129,72)
#446F3F
(68,111,63)
#3A5D36
(58,93,54)
#304B2D
(48,75,45)
#263924
(38,57,36)
#1C271B
(28,39,27)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #76C96C

#76C96C
(118,201,108)
#82CD79
(130,205,121)
#8ED186
(142,209,134)
#9AD593
(154,213,147)
#A6D9A0
(166,217,160)
#B2DDAD
(178,221,173)
#BEE1BA
(190,225,186)
#CAE5C7
(202,229,199)
#D6E9D4
(214,233,212)
#E2EDE1
(226,237,225)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76C96C; }

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

This text font color is #76C96C.

Background Color

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

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

This div background color is #76C96C.

Border color

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

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

This div border color is #76C96C.

Opacity

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

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

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

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

This text has shadow with #76C96C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76C96C.

Preview

Color preview on black background

This text has color #76C96C on black background.


Color preview on white background

This text has color #76C96C on white background.


Black color preview on #76C96C background

This text has black color on #76C96C background.


White color preview on #76C96C background

This text has white color on #76C96C background.


Related colors

Complementary color

Complementary color for #hex is #893693.


I love getcolorcode.com

Triadic colors

1 #6C76C9 and #C96C76 with #76C96C are triadic colors.

2 #6CC976 and #C9766C with #76C96C are triadic colors.