COLOR #76A98A

HEX: #76A98A RGB: (118,169,138)

Color info

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

RGB color model

#76A98A color RGB value is (118,169,138).

RGB: (118,169,138) (46%, 66%, 54%)

RGB channels and saturation

R 118 of 255 = 46%
G 169 of 255 = 66%
B 138 of 255 = 54%

118
169
138

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

Portions of RGB colors in percentages

R + G + B = 118 + 169 + 138 = 425 (100%)
R 118 of 425 ~ 27.76%
G 169 of 425 ~ 39.76%
B 138 of 425 ~ 32.47'%

%27.76
%39.76
%32.47

CMYK color model

#76A98A color CMYK value is (30,0,18,34).

  • cyan value is 30.18%
  • magenta value is 0.00%
  • yellow value is 18.34%
  • key color value is 33.73%

CMYK: (30,0,18,34)
C30M0Y18K34 (30%, 0%, 18%, 34%)
(0.30 / 0.00 / 0.18 / 0.34)

CMYK percentages

%30.18
%0
%18.34
%33.73

Codes

Color #76A98A in popluar color models

76 A9 8A
RGB 118 169 138
HSL 144° 22.87% 56.27%
HSB/HSV 144° 30.18% 66.27%
CMYK 30.18% 0.00% 18.34%
33.73%

Color #76A98A in popluar number systems.

HEX 76 A9 8A
Decimal 118 169 138
Binary 1110110 10101001 10001010
Octal 166 251 212

Shades and tints

Shades of #76A98A

#76A98A
(118,169,138)
#6C9A7E
(108,154,126)
#628B72
(98,139,114)
#587C66
(88,124,102)
#4E6D5A
(78,109,90)
#445E4E
(68,94,78)
#3A4F42
(58,79,66)
#304036
(48,64,54)
#26312A
(38,49,42)
#1C221E
(28,34,30)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #76A98A

#76A98A
(118,169,138)
#82B094
(130,176,148)
#8EB79E
(142,183,158)
#9ABEA8
(154,190,168)
#A6C5B2
(166,197,178)
#B2CCBC
(178,204,188)
#BED3C6
(190,211,198)
#CADAD0
(202,218,208)
#D6E1DA
(214,225,218)
#E2E8E4
(226,232,228)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A98A; }

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

This text font color is #76A98A.

Background Color

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

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

This div background color is #76A98A.

Border color

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

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

This div border color is #76A98A.

Opacity

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

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

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

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

This text has shadow with #76A98A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76A98A.

Preview

Color preview on black background

This text has color #76A98A on black background.


Color preview on white background

This text has color #76A98A on white background.


Black color preview on #76A98A background

This text has black color on #76A98A background.


White color preview on #76A98A background

This text has white color on #76A98A background.


Related colors

Complementary color

Complementary color for #hex is #895675.


I love getcolorcode.com

Triadic colors

1 #8A76A9 and #A98A76 with #76A98A are triadic colors.

2 #8AA976 and #A9768A with #76A98A are triadic colors.