COLOR #7AAE4C

HEX: #7AAE4C RGB: (122,174,76)

Color info

#7AAE4C contains mainly red and green colors. Web safe color of #7AAE4C is #669933 (or #693).

RGB color model

#7AAE4C color RGB value is (122,174,76).

RGB: (122,174,76) (48%, 68%, 30%)

RGB channels and saturation

R 122 of 255 = 48%
G 174 of 255 = 68%
B 76 of 255 = 30%

122
174
76

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

Portions of RGB colors in percentages

R + G + B = 122 + 174 + 76 = 372 (100%)
R 122 of 372 ~ 32.8%
G 174 of 372 ~ 46.77%
B 76 of 372 ~ 20.43'%

%32.8
%46.77
%20.43

CMYK color model

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

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

CMYK: (30,0,56,32)
C30M0Y56K32 (30%, 0%, 56%, 32%)
(0.30 / 0.00 / 0.56 / 0.32)

CMYK percentages

%29.89
%0
%56.32
%31.76

Codes

Color #7AAE4C in popluar color models

7A AE 4C
RGB 122 174 76
HSL 92° 39.20% 49.02%
HSB/HSV 92° 56.32% 68.24%
CMYK 29.89% 0.00% 56.32%
31.76%

Color #7AAE4C in popluar number systems.

HEX 7A AE 4C
Decimal 122 174 76
Binary 1111010 10101110 1001100
Octal 172 256 114

Shades and tints

Shades of #7AAE4C

#7AAE4C
(122,174,76)
#6F9F46
(111,159,70)
#649040
(100,144,64)
#59813A
(89,129,58)
#4E7234
(78,114,52)
#43632E
(67,99,46)
#385428
(56,84,40)
#2D4522
(45,69,34)
#22361C
(34,54,28)
#172716
(23,39,22)
#0C1810
(12,24,16)
#000000
(0,0,0)

Tints of #7AAE4C

#7AAE4C
(122,174,76)
#86B55C
(134,181,92)
#92BC6C
(146,188,108)
#9EC37C
(158,195,124)
#AACA8C
(170,202,140)
#B6D19C
(182,209,156)
#C2D8AC
(194,216,172)
#CEDFBC
(206,223,188)
#DAE6CC
(218,230,204)
#E6EDDC
(230,237,220)
#F2F4EC
(242,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AAE4C; }

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

This text font color is #7AAE4C.

Background Color

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

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

This div background color is #7AAE4C.

Border color

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

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

This div border color is #7AAE4C.

Opacity

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

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

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

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

This text has shadow with #7AAE4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AAE4C.

Preview

Color preview on black background

This text has color #7AAE4C on black background.


Color preview on white background

This text has color #7AAE4C on white background.


Black color preview on #7AAE4C background

This text has black color on #7AAE4C background.


White color preview on #7AAE4C background

This text has white color on #7AAE4C background.


Related colors

Complementary color

Complementary color for #hex is #8551B3.


I love getcolorcode.com

Triadic colors

1 #4C7AAE and #AE4C7A with #7AAE4C are triadic colors.

2 #4CAE7A and #AE7A4C with #7AAE4C are triadic colors.