COLOR #76C690

HEX: #76C690 RGB: (118,198,144)

Color info

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

RGB color model

#76C690 color RGB value is (118,198,144).

RGB: (118,198,144) (46%, 78%, 56%)

RGB channels and saturation

R 118 of 255 = 46%
G 198 of 255 = 78%
B 144 of 255 = 56%

118
198
144

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

Portions of RGB colors in percentages

R + G + B = 118 + 198 + 144 = 460 (100%)
R 118 of 460 ~ 25.65%
G 198 of 460 ~ 43.04%
B 144 of 460 ~ 31.3'%

%25.65
%43.04
%31.3

CMYK color model

#76C690 color CMYK value is (40,0,27,22).

  • cyan value is 40.40%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 22.35%

CMYK: (40,0,27,22)
C40M0Y27K22 (40%, 0%, 27%, 22%)
(0.40 / 0.00 / 0.27 / 0.22)

CMYK percentages

%40.4
%0
%27.27
%22.35

Codes

Color #76C690 in popluar color models

76 C6 90
RGB 118 198 144
HSL 140° 41.24% 61.96%
HSB/HSV 140° 40.40% 77.65%
CMYK 40.40% 0.00% 27.27%
22.35%

Color #76C690 in popluar number systems.

HEX 76 C6 90
Decimal 118 198 144
Binary 1110110 11000110 10010000
Octal 166 306 220

Shades and tints

Shades of #76C690

#76C690
(118,198,144)
#6CB483
(108,180,131)
#62A276
(98,162,118)
#589069
(88,144,105)
#4E7E5C
(78,126,92)
#446C4F
(68,108,79)
#3A5A42
(58,90,66)
#304835
(48,72,53)
#263628
(38,54,40)
#1C241B
(28,36,27)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #76C690

#76C690
(118,198,144)
#82CB9A
(130,203,154)
#8ED0A4
(142,208,164)
#9AD5AE
(154,213,174)
#A6DAB8
(166,218,184)
#B2DFC2
(178,223,194)
#BEE4CC
(190,228,204)
#CAE9D6
(202,233,214)
#D6EEE0
(214,238,224)
#E2F3EA
(226,243,234)
#EEF8F4
(238,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76C690; }

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

This text font color is #76C690.

Background Color

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

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

This div background color is #76C690.

Border color

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

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

This div border color is #76C690.

Opacity

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

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

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

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

This text has shadow with #76C690 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76C690.

Preview

Color preview on black background

This text has color #76C690 on black background.


Color preview on white background

This text has color #76C690 on white background.


Black color preview on #76C690 background

This text has black color on #76C690 background.


White color preview on #76C690 background

This text has white color on #76C690 background.


Related colors

Complementary color

Complementary color for #hex is #89396F.


I love getcolorcode.com

Triadic colors

1 #9076C6 and #C69076 with #76C690 are triadic colors.

2 #90C676 and #C67690 with #76C690 are triadic colors.