COLOR #76A68E

HEX: #76A68E RGB: (118,166,142)

Color info

#76A68E contains red, green and blue colors in about the same proportion. Web safe color of #76A68E is #669999 (or #699).

RGB color model

#76A68E color RGB value is (118,166,142).

RGB: (118,166,142) (46%, 65%, 56%)

RGB channels and saturation

R 118 of 255 = 46%
G 166 of 255 = 65%
B 142 of 255 = 56%

118
166
142

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

Portions of RGB colors in percentages

R + G + B = 118 + 166 + 142 = 426 (100%)
R 118 of 426 ~ 27.7%
G 166 of 426 ~ 38.97%
B 142 of 426 ~ 33.33'%

%27.7
%38.97
%33.33

CMYK color model

#76A68E color CMYK value is (29,0,14,35).

  • cyan value is 28.92%
  • magenta value is 0.00%
  • yellow value is 14.46%
  • key color value is 34.90%

CMYK: (29,0,14,35)
C29M0Y14K35 (29%, 0%, 14%, 35%)
(0.29 / 0.00 / 0.14 / 0.35)

CMYK percentages

%28.92
%0
%14.46
%34.9

Codes

Color #76A68E in popluar color models

76 A6 8E
RGB 118 166 142
HSL 150° 21.24% 55.69%
HSB/HSV 150° 28.92% 65.10%
CMYK 28.92% 0.00% 14.46%
34.90%

Color #76A68E in popluar number systems.

HEX 76 A6 8E
Decimal 118 166 142
Binary 1110110 10100110 10001110
Octal 166 246 216

Shades and tints

Shades of #76A68E

#76A68E
(118,166,142)
#6C9782
(108,151,130)
#628876
(98,136,118)
#58796A
(88,121,106)
#4E6A5E
(78,106,94)
#445B52
(68,91,82)
#3A4C46
(58,76,70)
#303D3A
(48,61,58)
#262E2E
(38,46,46)
#1C1F22
(28,31,34)
#121016
(18,16,22)
#000000
(0,0,0)

Tints of #76A68E

#76A68E
(118,166,142)
#82AE98
(130,174,152)
#8EB6A2
(142,182,162)
#9ABEAC
(154,190,172)
#A6C6B6
(166,198,182)
#B2CEC0
(178,206,192)
#BED6CA
(190,214,202)
#CADED4
(202,222,212)
#D6E6DE
(214,230,222)
#E2EEE8
(226,238,232)
#EEF6F2
(238,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A68E color. Also use rgb(118,166,142) instead hex code.

Text Font Color

.myTextColor { color: #76A68E; }

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

This text font color is #76A68E.

Background Color

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

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

This div background color is #76A68E.

Border color

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

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

This div border color is #76A68E.

Opacity

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

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

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

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

This text has shadow with #76A68E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76A68E.

Preview

Color preview on black background

This text has color #76A68E on black background.


Color preview on white background

This text has color #76A68E on white background.


Black color preview on #76A68E background

This text has black color on #76A68E background.


White color preview on #76A68E background

This text has white color on #76A68E background.


Related colors

Complementary color

Complementary color for #hex is #895971.


I love getcolorcode.com

Triadic colors

1 #8E76A6 and #A68E76 with #76A68E are triadic colors.

2 #8EA676 and #A6768E with #76A68E are triadic colors.