COLOR #7AAE79

HEX: #7AAE79 RGB: (122,174,121)

Color info

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

RGB color model

#7AAE79 color RGB value is (122,174,121).

RGB: (122,174,121) (48%, 68%, 47%)

RGB channels and saturation

R 122 of 255 = 48%
G 174 of 255 = 68%
B 121 of 255 = 47%

122
174
121

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

Portions of RGB colors in percentages

R + G + B = 122 + 174 + 121 = 417 (100%)
R 122 of 417 ~ 29.26%
G 174 of 417 ~ 41.73%
B 121 of 417 ~ 29.02'%

%29.26
%41.73
%29.02

CMYK color model

#7AAE79 color CMYK value is (30,0,30,32).

  • cyan value is 29.89%
  • magenta value is 0.00%
  • yellow value is 30.46%
  • key color value is 31.76%

CMYK: (30,0,30,32)
C30M0Y30K32 (30%, 0%, 30%, 32%)
(0.30 / 0.00 / 0.30 / 0.32)

CMYK percentages

%29.89
%0
%30.46
%31.76

Codes

Color #7AAE79 in popluar color models

7A AE 79
RGB 122 174 121
HSL 119° 24.65% 57.84%
HSB/HSV 119° 30.46% 68.24%
CMYK 29.89% 0.00% 30.46%
31.76%

Color #7AAE79 in popluar number systems.

HEX 7A AE 79
Decimal 122 174 121
Binary 1111010 10101110 1111001
Octal 172 256 171

Shades and tints

Shades of #7AAE79

#7AAE79
(122,174,121)
#6F9F6E
(111,159,110)
#649063
(100,144,99)
#598158
(89,129,88)
#4E724D
(78,114,77)
#436342
(67,99,66)
#385437
(56,84,55)
#2D452C
(45,69,44)
#223621
(34,54,33)
#172716
(23,39,22)
#0C180B
(12,24,11)
#000000
(0,0,0)

Tints of #7AAE79

#7AAE79
(122,174,121)
#86B585
(134,181,133)
#92BC91
(146,188,145)
#9EC39D
(158,195,157)
#AACAA9
(170,202,169)
#B6D1B5
(182,209,181)
#C2D8C1
(194,216,193)
#CEDFCD
(206,223,205)
#DAE6D9
(218,230,217)
#E6EDE5
(230,237,229)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AAE79 color. Also use rgb(122,174,121) instead hex code.

Text Font Color

.myTextColor { color: #7AAE79; }

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

This text font color is #7AAE79.

Background Color

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

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

This div background color is #7AAE79.

Border color

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

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

This div border color is #7AAE79.

Opacity

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

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

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

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

This text has shadow with #7AAE79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AAE79.

Preview

Color preview on black background

This text has color #7AAE79 on black background.


Color preview on white background

This text has color #7AAE79 on white background.


Black color preview on #7AAE79 background

This text has black color on #7AAE79 background.


White color preview on #7AAE79 background

This text has white color on #7AAE79 background.


Related colors

Complementary color

Complementary color for #hex is #855186.


I love getcolorcode.com

Triadic colors

1 #797AAE and #AE797A with #7AAE79 are triadic colors.

2 #79AE7A and #AE7A79 with #7AAE79 are triadic colors.