COLOR #7CAA76

HEX: #7CAA76 RGB: (124,170,118)

Color info

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

RGB color model

#7CAA76 color RGB value is (124,170,118).

RGB: (124,170,118) (49%, 67%, 46%)

RGB channels and saturation

R 124 of 255 = 49%
G 170 of 255 = 67%
B 118 of 255 = 46%

124
170
118

R + G + B ~ 54%. #7CAA76 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 124 + 170 + 118 = 412 (100%)
R 124 of 412 ~ 30.1%
G 170 of 412 ~ 41.26%
B 118 of 412 ~ 28.64'%

%30.1
%41.26
%28.64

CMYK color model

#7CAA76 color CMYK value is (27,0,31,33).

  • cyan value is 27.06%
  • magenta value is 0.00%
  • yellow value is 30.59%
  • key color value is 33.33%

CMYK: (27,0,31,33)
C27M0Y31K33 (27%, 0%, 31%, 33%)
(0.27 / 0.00 / 0.31 / 0.33)

CMYK percentages

%27.06
%0
%30.59
%33.33

Codes

Color #7CAA76 in popluar color models

7C AA 76
RGB 124 170 118
HSL 113° 23.42% 56.47%
HSB/HSV 113° 30.59% 66.67%
CMYK 27.06% 0.00% 30.59%
33.33%

Color #7CAA76 in popluar number systems.

HEX 7C AA 76
Decimal 124 170 118
Binary 1111100 10101010 1110110
Octal 174 252 166

Shades and tints

Shades of #7CAA76

#7CAA76
(124,170,118)
#719B6C
(113,155,108)
#668C62
(102,140,98)
#5B7D58
(91,125,88)
#506E4E
(80,110,78)
#455F44
(69,95,68)
#3A503A
(58,80,58)
#2F4130
(47,65,48)
#243226
(36,50,38)
#19231C
(25,35,28)
#0E1412
(14,20,18)
#000000
(0,0,0)

Tints of #7CAA76

#7CAA76
(124,170,118)
#87B182
(135,177,130)
#92B88E
(146,184,142)
#9DBF9A
(157,191,154)
#A8C6A6
(168,198,166)
#B3CDB2
(179,205,178)
#BED4BE
(190,212,190)
#C9DBCA
(201,219,202)
#D4E2D6
(212,226,214)
#DFE9E2
(223,233,226)
#EAF0EE
(234,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CAA76 color. Also use rgb(124,170,118) instead hex code.

Text Font Color

.myTextColor { color: #7CAA76; }

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

This text font color is #7CAA76.

Background Color

.myBgColor { background-color: #7CAA76; }

<div style="background-color:#7CAA76">Inner text</div>

This div background color is #7CAA76.

Border color

.myBorderColor { border: 1px solid #7CAA76; }

<div style="border:3px solid #7CAA76">Div</div>

This div border color is #7CAA76.

Opacity

.myOpacity80 { color: #7CAA76; opacity: 0.8; }

<p style="color:#7CAA76;opacity:0.8;">80%</p>

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

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

This text has shadow with #7CAA76 color.


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

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

This text has shadow with #7CAA76 primary color and red secondary color.


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

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

This text has shadow with #7CAA76 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7CAA76.

Preview

Color preview on black background

This text has color #7CAA76 on black background.


Color preview on white background

This text has color #7CAA76 on white background.


Black color preview on #7CAA76 background

This text has black color on #7CAA76 background.


White color preview on #7CAA76 background

This text has white color on #7CAA76 background.


Related colors

Complementary color

Complementary color for #hex is #835589.


I love getcolorcode.com

Triadic colors

1 #767CAA and #AA767C with #7CAA76 are triadic colors.

2 #76AA7C and #AA7C76 with #7CAA76 are triadic colors.