COLOR #7CAA79

HEX: #7CAA79
RGB: (124,170,121)

Color info

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

RGB color model

#7CAA79 color RGB value is (124,170,121).

  • red value is 124;
  • green value is 170;
  • blue value is 121.
RGB:
(124,170,121)
(49%,67%,47%)

RGB channels and saturation

R 124 of 255 = 49%
G 170 of 255 = 67%
B 121 of 255 = 47%

124
170
121

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

Portions of RGB colors in percentages

R + G + B =
124 + 170 + 121 = 415 (100%)
R 124 of 415 ~ 29.88%
G 170 of 415 ~ 40.96%
B 121 of 415 ~ 29.16%

%29.88
%40.96
%29.16

CMYK color model

#7CAA79 color CMYK value is (27,0,29,33).

  • cyan value is 27.06%
  • magenta value is 0.00%
  • yellow value is 28.82%
  • key color value is 33.33%
CMYK:
(27,0,29,33)
C27M0Y29K33 
(27%,0%,29%,33%)
(0.27/0.00/0.29/0.33)	

CMYK percentages

%27.06
%0
%28.82
%33.33

Codes

Color #7CAA79 in popluar color models

7CAA79
RGB124170121
HSL116°22.37%57.06%
HSB/HSV116°28.82%66.67%
CMYK27.06%0.00%28.82%
33.33%

Color #7CAA79 in popluar number systems.

HEX7CAA79
Decimal124170121
Binary1111100101010101111001
Octal174252171

Shades and tints

Shades of #7CAA79

#7CAA79
(124,170,121)
#719B6E
(113,155,110)
#668C63
(102,140,99)
#5B7D58
(91,125,88)
#506E4D
(80,110,77)
#455F42
(69,95,66)
#3A5037
(58,80,55)
#2F412C
(47,65,44)
#243221
(36,50,33)
#192316
(25,35,22)
#0E140B
(14,20,11)
#000000
(0,0,0)

Tints of #7CAA79

#7CAA79
(124,170,121)
#87B185
(135,177,133)
#92B891
(146,184,145)
#9DBF9D
(157,191,157)
#A8C6A9
(168,198,169)
#B3CDB5
(179,205,181)
#BED4C1
(190,212,193)
#C9DBCD
(201,219,205)
#D4E2D9
(212,226,217)
#DFE9E5
(223,233,229)
#EAF0F1
(234,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CAA79; }

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

This text font color is #7CAA79.


Background Color

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

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

This div background color is #7CAA79.


Border color

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

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

This div border color is #7CAA79.


Opacity

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

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

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

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

This text has shadow with #7CAA79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CAA79 on black background.


Color preview on white background

This text has color #7CAA79 on white background.



Black color preview on #7CAA79 background

This text has black color on #7CAA79 background.


White color preview on #7CAA79 background

This text has white color on #7CAA79 background.