COLOR #76C290

HEX: #76C290
RGB: (118,194,144)

Color info

#76C290 contains mainly green and blue colors. Web safe color of #76C290 is #66CC99 (or #6C9).

RGB color model

#76C290 color RGB value is (118,194,144).

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

RGB channels and saturation

R 118 of 255 = 46%
G 194 of 255 = 76%
B 144 of 255 = 56%

118
194
144

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

Portions of RGB colors in percentages

R + G + B =
118 + 194 + 144 = 456 (100%)
R 118 of 456 ~ 25.88%
G 194 of 456 ~ 42.54%
B 144 of 456 ~ 31.58%

%25.88
%42.54
%31.58

CMYK color model

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

  • cyan value is 39.18%
  • magenta value is 0.00%
  • yellow value is 25.77%
  • key color value is 23.92%
CMYK:
(39,0,26,24)
C39M0Y26K24 
(39%,0%,26%,24%)
(0.39/0.00/0.26/0.24)	

CMYK percentages

%39.18
%0
%25.77
%23.92

Codes

Color #76C290 in popluar color models

76C290
RGB118194144
HSL141°38.38%61.18%
HSB/HSV141°39.18%76.08%
CMYK39.18%0.00%25.77%
23.92%

Color #76C290 in popluar number systems.

HEX76C290
Decimal118194144
Binary11101101100001010010000
Octal166302220

Shades and tints

Shades of #76C290

#76C290
(118,194,144)
#6CB183
(108,177,131)
#62A076
(98,160,118)
#588F69
(88,143,105)
#4E7E5C
(78,126,92)
#446D4F
(68,109,79)
#3A5C42
(58,92,66)
#304B35
(48,75,53)
#263A28
(38,58,40)
#1C291B
(28,41,27)
#12180E
(18,24,14)
#000000
(0,0,0)

Tints of #76C290

#76C290
(118,194,144)
#82C79A
(130,199,154)
#8ECCA4
(142,204,164)
#9AD1AE
(154,209,174)
#A6D6B8
(166,214,184)
#B2DBC2
(178,219,194)
#BEE0CC
(190,224,204)
#CAE5D6
(202,229,214)
#D6EAE0
(214,234,224)
#E2EFEA
(226,239,234)
#EEF4F4
(238,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76C290; }

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

This text font color is #76C290.


Background Color

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

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

This div background color is #76C290.


Border color

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

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

This div border color is #76C290.


Opacity

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

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

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

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

This text has shadow with #76C290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76C290 on black background.


Color preview on white background

This text has color #76C290 on white background.



Black color preview on #76C290 background

This text has black color on #76C290 background.


White color preview on #76C290 background

This text has white color on #76C290 background.