COLOR #76AD7F

HEX: #76AD7F RGB: (118,173,127)

Color info

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

RGB color model

#76AD7F color RGB value is (118,173,127).

RGB: (118,173,127) (46%, 68%, 50%)

RGB channels and saturation

R 118 of 255 = 46%
G 173 of 255 = 68%
B 127 of 255 = 50%

118
173
127

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

Portions of RGB colors in percentages

R + G + B = 118 + 173 + 127 = 418 (100%)
R 118 of 418 ~ 28.23%
G 173 of 418 ~ 41.39%
B 127 of 418 ~ 30.38'%

%28.23
%41.39
%30.38

CMYK color model

#76AD7F color CMYK value is (32,0,27,32).

  • cyan value is 31.79%
  • magenta value is 0.00%
  • yellow value is 26.59%
  • key color value is 32.16%

CMYK: (32,0,27,32)
C32M0Y27K32 (32%, 0%, 27%, 32%)
(0.32 / 0.00 / 0.27 / 0.32)

CMYK percentages

%31.79
%0
%26.59
%32.16

Codes

Color #76AD7F in popluar color models

76 AD 7F
RGB 118 173 127
HSL 130° 25.11% 57.06%
HSB/HSV 130° 31.79% 67.84%
CMYK 31.79% 0.00% 26.59%
32.16%

Color #76AD7F in popluar number systems.

HEX 76 AD 7F
Decimal 118 173 127
Binary 1110110 10101101 1111111
Octal 166 255 177

Shades and tints

Shades of #76AD7F

#76AD7F
(118,173,127)
#6C9E74
(108,158,116)
#628F69
(98,143,105)
#58805E
(88,128,94)
#4E7153
(78,113,83)
#446248
(68,98,72)
#3A533D
(58,83,61)
#304432
(48,68,50)
#263527
(38,53,39)
#1C261C
(28,38,28)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #76AD7F

#76AD7F
(118,173,127)
#82B48A
(130,180,138)
#8EBB95
(142,187,149)
#9AC2A0
(154,194,160)
#A6C9AB
(166,201,171)
#B2D0B6
(178,208,182)
#BED7C1
(190,215,193)
#CADECC
(202,222,204)
#D6E5D7
(214,229,215)
#E2ECE2
(226,236,226)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76AD7F color. Also use rgb(118,173,127) instead hex code.

Text Font Color

.myTextColor { color: #76AD7F; }

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

This text font color is #76AD7F.

Background Color

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

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

This div background color is #76AD7F.

Border color

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

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

This div border color is #76AD7F.

Opacity

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

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

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

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

This text has shadow with #76AD7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76AD7F.

Preview

Color preview on black background

This text has color #76AD7F on black background.


Color preview on white background

This text has color #76AD7F on white background.


Black color preview on #76AD7F background

This text has black color on #76AD7F background.


White color preview on #76AD7F background

This text has white color on #76AD7F background.


Related colors

Complementary color

Complementary color for #hex is #895280.


I love getcolorcode.com

Triadic colors

1 #7F76AD and #AD7F76 with #76AD7F are triadic colors.

2 #7FAD76 and #AD767F with #76AD7F are triadic colors.