COLOR #76A98E

HEX: #76A98E
RGB: (118,169,142)

Color info

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

RGB color model

#76A98E color RGB value is (118,169,142).

  • red value is 118;
  • green value is 169;
  • blue value is 142.
RGB:
(118,169,142)
(46%,66%,56%)

RGB channels and saturation

R 118 of 255 = 46%
G 169 of 255 = 66%
B 142 of 255 = 56%

118
169
142

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

Portions of RGB colors in percentages

R + G + B =
118 + 169 + 142 = 429 (100%)
R 118 of 429 ~ 27.51%
G 169 of 429 ~ 39.39%
B 142 of 429 ~ 33.1%

%27.51
%39.39
%33.1

CMYK color model

#76A98E color CMYK value is (30,0,16,34).

  • cyan value is 30.18%
  • magenta value is 0.00%
  • yellow value is 15.98%
  • key color value is 33.73%
CMYK:
(30,0,16,34)
C30M0Y16K34 
(30%,0%,16%,34%)
(0.30/0.00/0.16/0.34)	

CMYK percentages

%30.18
%0
%15.98
%33.73

Codes

Color #76A98E in popluar color models

76A98E
RGB118169142
HSL148°22.87%56.27%
HSB/HSV148°30.18%66.27%
CMYK30.18%0.00%15.98%
33.73%

Color #76A98E in popluar number systems.

HEX76A98E
Decimal118169142
Binary11101101010100110001110
Octal166251216

Shades and tints

Shades of #76A98E

#76A98E
(118,169,142)
#6C9A82
(108,154,130)
#628B76
(98,139,118)
#587C6A
(88,124,106)
#4E6D5E
(78,109,94)
#445E52
(68,94,82)
#3A4F46
(58,79,70)
#30403A
(48,64,58)
#26312E
(38,49,46)
#1C2222
(28,34,34)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #76A98E

#76A98E
(118,169,142)
#82B098
(130,176,152)
#8EB7A2
(142,183,162)
#9ABEAC
(154,190,172)
#A6C5B6
(166,197,182)
#B2CCC0
(178,204,192)
#BED3CA
(190,211,202)
#CADAD4
(202,218,212)
#D6E1DE
(214,225,222)
#E2E8E8
(226,232,232)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A98E; }

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

This text font color is #76A98E.


Background Color

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

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

This div background color is #76A98E.


Border color

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

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

This div border color is #76A98E.


Opacity

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

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

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

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

This text has shadow with #76A98E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A98E on black background.


Color preview on white background

This text has color #76A98E on white background.



Black color preview on #76A98E background

This text has black color on #76A98E background.


White color preview on #76A98E background

This text has white color on #76A98E background.