COLOR #76C96B

HEX: #76C96B RGB: (118,201,107)

Color info

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

RGB color model

#76C96B color RGB value is (118,201,107).

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

RGB channels and saturation

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

118
201
107

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

Portions of RGB colors in percentages

R + G + B = 118 + 201 + 107 = 426 (100%)
R 118 of 426 ~ 27.7%
G 201 of 426 ~ 47.18%
B 107 of 426 ~ 25.12'%

%27.7
%47.18
%25.12

CMYK color model

#76C96B color CMYK value is (41,0,47,21).

  • cyan value is 41.29%
  • magenta value is 0.00%
  • yellow value is 46.77%
  • key color value is 21.18%

CMYK: (41,0,47,21)
C41M0Y47K21 (41%, 0%, 47%, 21%)
(0.41 / 0.00 / 0.47 / 0.21)

CMYK percentages

%41.29
%0
%46.77
%21.18

Codes

Color #76C96B in popluar color models

76 C9 6B
RGB 118 201 107
HSL 113° 46.53% 60.39%
HSB/HSV 113° 46.77% 78.82%
CMYK 41.29% 0.00% 46.77%
21.18%

Color #76C96B in popluar number systems.

HEX 76 C9 6B
Decimal 118 201 107
Binary 1110110 11001001 1101011
Octal 166 311 153

Shades and tints

Shades of #76C96B

#76C96B
(118,201,107)
#6CB762
(108,183,98)
#62A559
(98,165,89)
#589350
(88,147,80)
#4E8147
(78,129,71)
#446F3E
(68,111,62)
#3A5D35
(58,93,53)
#304B2C
(48,75,44)
#263923
(38,57,35)
#1C271A
(28,39,26)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #76C96B

#76C96B
(118,201,107)
#82CD78
(130,205,120)
#8ED185
(142,209,133)
#9AD592
(154,213,146)
#A6D99F
(166,217,159)
#B2DDAC
(178,221,172)
#BEE1B9
(190,225,185)
#CAE5C6
(202,229,198)
#D6E9D3
(214,233,211)
#E2EDE0
(226,237,224)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76C96B; }

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

This text font color is #76C96B.

Background Color

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

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

This div background color is #76C96B.

Border color

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

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

This div border color is #76C96B.

Opacity

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

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

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

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

This text has shadow with #76C96B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76C96B.

Preview

Color preview on black background

This text has color #76C96B on black background.


Color preview on white background

This text has color #76C96B on white background.


Black color preview on #76C96B background

This text has black color on #76C96B background.


White color preview on #76C96B background

This text has white color on #76C96B background.


Related colors

Complementary color

Complementary color for #hex is #893694.


I love getcolorcode.com

Triadic colors

1 #6B76C9 and #C96B76 with #76C96B are triadic colors.

2 #6BC976 and #C9766B with #76C96B are triadic colors.