COLOR #76C27D

HEX: #76C27D RGB: (118,194,125)

Color info

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

RGB color model

#76C27D color RGB value is (118,194,125).

RGB: (118,194,125) (46%, 76%, 49%)

RGB channels and saturation

R 118 of 255 = 46%
G 194 of 255 = 76%
B 125 of 255 = 49%

118
194
125

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

Portions of RGB colors in percentages

R + G + B = 118 + 194 + 125 = 437 (100%)
R 118 of 437 ~ 27%
G 194 of 437 ~ 44.39%
B 125 of 437 ~ 28.6'%

%27
%44.39
%28.6

CMYK color model

#76C27D color CMYK value is (39,0,36,24).

  • cyan value is 39.18%
  • magenta value is 0.00%
  • yellow value is 35.57%
  • key color value is 23.92%

CMYK: (39,0,36,24)
C39M0Y36K24 (39%, 0%, 36%, 24%)
(0.39 / 0.00 / 0.36 / 0.24)

CMYK percentages

%39.18
%0
%35.57
%23.92

Codes

Color #76C27D in popluar color models

76 C2 7D
RGB 118 194 125
HSL 126° 38.38% 61.18%
HSB/HSV 126° 39.18% 76.08%
CMYK 39.18% 0.00% 35.57%
23.92%

Color #76C27D in popluar number systems.

HEX 76 C2 7D
Decimal 118 194 125
Binary 1110110 11000010 1111101
Octal 166 302 175

Shades and tints

Shades of #76C27D

#76C27D
(118,194,125)
#6CB172
(108,177,114)
#62A067
(98,160,103)
#588F5C
(88,143,92)
#4E7E51
(78,126,81)
#446D46
(68,109,70)
#3A5C3B
(58,92,59)
#304B30
(48,75,48)
#263A25
(38,58,37)
#1C291A
(28,41,26)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #76C27D

#76C27D
(118,194,125)
#82C788
(130,199,136)
#8ECC93
(142,204,147)
#9AD19E
(154,209,158)
#A6D6A9
(166,214,169)
#B2DBB4
(178,219,180)
#BEE0BF
(190,224,191)
#CAE5CA
(202,229,202)
#D6EAD5
(214,234,213)
#E2EFE0
(226,239,224)
#EEF4EB
(238,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76C27D; }

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

This text font color is #76C27D.

Background Color

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

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

This div background color is #76C27D.

Border color

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

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

This div border color is #76C27D.

Opacity

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

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

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

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

This text has shadow with #76C27D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76C27D.

Preview

Color preview on black background

This text has color #76C27D on black background.


Color preview on white background

This text has color #76C27D on white background.


Black color preview on #76C27D background

This text has black color on #76C27D background.


White color preview on #76C27D background

This text has white color on #76C27D background.


Related colors

Complementary color

Complementary color for #hex is #893D82.


I love getcolorcode.com

Triadic colors

1 #7D76C2 and #C27D76 with #76C27D are triadic colors.

2 #7DC276 and #C2767D with #76C27D are triadic colors.