COLOR #76B69E

HEX: #76B69E RGB: (118,182,158)

Color info

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

RGB color model

#76B69E color RGB value is (118,182,158).

RGB: (118,182,158) (46%, 71%, 62%)

RGB channels and saturation

R 118 of 255 = 46%
G 182 of 255 = 71%
B 158 of 255 = 62%

118
182
158

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

Portions of RGB colors in percentages

R + G + B = 118 + 182 + 158 = 458 (100%)
R 118 of 458 ~ 25.76%
G 182 of 458 ~ 39.74%
B 158 of 458 ~ 34.5'%

%25.76
%39.74
%34.5

CMYK color model

#76B69E color CMYK value is (35,0,13,29).

  • cyan value is 35.16%
  • magenta value is 0.00%
  • yellow value is 13.19%
  • key color value is 28.63%

CMYK: (35,0,13,29)
C35M0Y13K29 (35%, 0%, 13%, 29%)
(0.35 / 0.00 / 0.13 / 0.29)

CMYK percentages

%35.16
%0
%13.19
%28.63

Codes

Color #76B69E in popluar color models

76 B6 9E
RGB 118 182 158
HSL 158° 30.48% 58.82%
HSB/HSV 158° 35.16% 71.37%
CMYK 35.16% 0.00% 13.19%
28.63%

Color #76B69E in popluar number systems.

HEX 76 B6 9E
Decimal 118 182 158
Binary 1110110 10110110 10011110
Octal 166 266 236

Shades and tints

Shades of #76B69E

#76B69E
(118,182,158)
#6CA690
(108,166,144)
#629682
(98,150,130)
#588674
(88,134,116)
#4E7666
(78,118,102)
#446658
(68,102,88)
#3A564A
(58,86,74)
#30463C
(48,70,60)
#26362E
(38,54,46)
#1C2620
(28,38,32)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #76B69E

#76B69E
(118,182,158)
#82BCA6
(130,188,166)
#8EC2AE
(142,194,174)
#9AC8B6
(154,200,182)
#A6CEBE
(166,206,190)
#B2D4C6
(178,212,198)
#BEDACE
(190,218,206)
#CAE0D6
(202,224,214)
#D6E6DE
(214,230,222)
#E2ECE6
(226,236,230)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B69E color. Also use rgb(118,182,158) instead hex code.

Text Font Color

.myTextColor { color: #76B69E; }

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

This text font color is #76B69E.

Background Color

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

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

This div background color is #76B69E.

Border color

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

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

This div border color is #76B69E.

Opacity

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

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

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

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

This text has shadow with #76B69E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76B69E.

Preview

Color preview on black background

This text has color #76B69E on black background.


Color preview on white background

This text has color #76B69E on white background.


Black color preview on #76B69E background

This text has black color on #76B69E background.


White color preview on #76B69E background

This text has white color on #76B69E background.


Related colors

Complementary color

Complementary color for #hex is #894961.


I love getcolorcode.com

Triadic colors

1 #9E76B6 and #B69E76 with #76B69E are triadic colors.

2 #9EB676 and #B6769E with #76B69E are triadic colors.