COLOR #76A972

HEX: #76A972 RGB: (118,169,114)

Color info

#76A972 contains red, green and blue colors in about the same proportion. Web safe color of #76A972 is #669966 (or #696).

RGB color model

#76A972 color RGB value is (118,169,114).

RGB: (118,169,114) (46%, 66%, 45%)

RGB channels and saturation

R 118 of 255 = 46%
G 169 of 255 = 66%
B 114 of 255 = 45%

118
169
114

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

Portions of RGB colors in percentages

R + G + B = 118 + 169 + 114 = 401 (100%)
R 118 of 401 ~ 29.43%
G 169 of 401 ~ 42.14%
B 114 of 401 ~ 28.43'%

%29.43
%42.14
%28.43

CMYK color model

#76A972 color CMYK value is (30,0,33,34).

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

CMYK: (30,0,33,34)
C30M0Y33K34 (30%, 0%, 33%, 34%)
(0.30 / 0.00 / 0.33 / 0.34)

CMYK percentages

%30.18
%0
%32.54
%33.73

Codes

Color #76A972 in popluar color models

76 A9 72
RGB 118 169 114
HSL 116° 24.23% 55.49%
HSB/HSV 116° 32.54% 66.27%
CMYK 30.18% 0.00% 32.54%
33.73%

Color #76A972 in popluar number systems.

HEX 76 A9 72
Decimal 118 169 114
Binary 1110110 10101001 1110010
Octal 166 251 162

Shades and tints

Shades of #76A972

#76A972
(118,169,114)
#6C9A68
(108,154,104)
#628B5E
(98,139,94)
#587C54
(88,124,84)
#4E6D4A
(78,109,74)
#445E40
(68,94,64)
#3A4F36
(58,79,54)
#30402C
(48,64,44)
#263122
(38,49,34)
#1C2218
(28,34,24)
#12130E
(18,19,14)
#000000
(0,0,0)

Tints of #76A972

#76A972
(118,169,114)
#82B07E
(130,176,126)
#8EB78A
(142,183,138)
#9ABE96
(154,190,150)
#A6C5A2
(166,197,162)
#B2CCAE
(178,204,174)
#BED3BA
(190,211,186)
#CADAC6
(202,218,198)
#D6E1D2
(214,225,210)
#E2E8DE
(226,232,222)
#EEEFEA
(238,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A972; }

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

This text font color is #76A972.

Background Color

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

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

This div background color is #76A972.

Border color

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

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

This div border color is #76A972.

Opacity

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

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

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

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

This text has shadow with #76A972 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76A972.

Preview

Color preview on black background

This text has color #76A972 on black background.


Color preview on white background

This text has color #76A972 on white background.


Black color preview on #76A972 background

This text has black color on #76A972 background.


White color preview on #76A972 background

This text has white color on #76A972 background.


Related colors

Complementary color

Complementary color for #hex is #89568D.


I love getcolorcode.com

Triadic colors

1 #7276A9 and #A97276 with #76A972 are triadic colors.

2 #72A976 and #A97672 with #76A972 are triadic colors.