COLOR #76C277

HEX: #76C277
RGB: (118,194,119)

Color info

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

RGB color model

#76C277 color RGB value is (118,194,119).

  • red value is 118;
  • green value is 194;
  • blue value is 119.
RGB:
(118,194,119)
(46%,76%,47%)

RGB channels and saturation

R 118 of 255 = 46%
G 194 of 255 = 76%
B 119 of 255 = 47%

118
194
119

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

Portions of RGB colors in percentages

R + G + B =
118 + 194 + 119 = 431 (100%)
R 118 of 431 ~ 27.38%
G 194 of 431 ~ 45.01%
B 119 of 431 ~ 27.61%

%27.38
%45.01
%27.61

CMYK color model

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

  • cyan value is 39.18%
  • magenta value is 0.00%
  • yellow value is 38.66%
  • key color value is 23.92%
CMYK:
(39,0,39,24)
C39M0Y39K24 
(39%,0%,39%,24%)
(0.39/0.00/0.39/0.24)	

CMYK percentages

%39.18
%0
%38.66
%23.92

Codes

Color #76C277 in popluar color models

76C277
RGB118194119
HSL121°38.38%61.18%
HSB/HSV121°39.18%76.08%
CMYK39.18%0.00%38.66%
23.92%

Color #76C277 in popluar number systems.

HEX76C277
Decimal118194119
Binary1110110110000101110111
Octal166302167

Shades and tints

Shades of #76C277

#76C277
(118,194,119)
#6CB16D
(108,177,109)
#62A063
(98,160,99)
#588F59
(88,143,89)
#4E7E4F
(78,126,79)
#446D45
(68,109,69)
#3A5C3B
(58,92,59)
#304B31
(48,75,49)
#263A27
(38,58,39)
#1C291D
(28,41,29)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #76C277

#76C277
(118,194,119)
#82C783
(130,199,131)
#8ECC8F
(142,204,143)
#9AD19B
(154,209,155)
#A6D6A7
(166,214,167)
#B2DBB3
(178,219,179)
#BEE0BF
(190,224,191)
#CAE5CB
(202,229,203)
#D6EAD7
(214,234,215)
#E2EFE3
(226,239,227)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76C277; }

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

This text font color is #76C277.


Background Color

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

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

This div background color is #76C277.


Border color

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

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

This div border color is #76C277.


Opacity

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

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

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

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

This text has shadow with #76C277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76C277 on black background.


Color preview on white background

This text has color #76C277 on white background.



Black color preview on #76C277 background

This text has black color on #76C277 background.


White color preview on #76C277 background

This text has white color on #76C277 background.