COLOR #7AAC53

HEX: #7AAC53 RGB: (122,172,83)

Color info

#7AAC53 contains mainly red and green colors. Web safe color of #7AAC53 is #669966 (or #696).

RGB color model

#7AAC53 color RGB value is (122,172,83).

RGB: (122,172,83) (48%, 67%, 33%)

RGB channels and saturation

R 122 of 255 = 48%
G 172 of 255 = 67%
B 83 of 255 = 33%

122
172
83

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

Portions of RGB colors in percentages

R + G + B = 122 + 172 + 83 = 377 (100%)
R 122 of 377 ~ 32.36%
G 172 of 377 ~ 45.62%
B 83 of 377 ~ 22.02'%

%32.36
%45.62
%22.02

CMYK color model

#7AAC53 color CMYK value is (29,0,52,33).

  • cyan value is 29.07%
  • magenta value is 0.00%
  • yellow value is 51.74%
  • key color value is 32.55%

CMYK: (29,0,52,33)
C29M0Y52K33 (29%, 0%, 52%, 33%)
(0.29 / 0.00 / 0.52 / 0.33)

CMYK percentages

%29.07
%0
%51.74
%32.55

Codes

Color #7AAC53 in popluar color models

7A AC 53
RGB 122 172 83
HSL 94° 34.90% 50.00%
HSB/HSV 94° 51.74% 67.45%
CMYK 29.07% 0.00% 51.74%
32.55%

Color #7AAC53 in popluar number systems.

HEX 7A AC 53
Decimal 122 172 83
Binary 1111010 10101100 1010011
Octal 172 254 123

Shades and tints

Shades of #7AAC53

#7AAC53
(122,172,83)
#6F9D4C
(111,157,76)
#648E45
(100,142,69)
#597F3E
(89,127,62)
#4E7037
(78,112,55)
#436130
(67,97,48)
#385229
(56,82,41)
#2D4322
(45,67,34)
#22341B
(34,52,27)
#172514
(23,37,20)
#0C160D
(12,22,13)
#000000
(0,0,0)

Tints of #7AAC53

#7AAC53
(122,172,83)
#86B362
(134,179,98)
#92BA71
(146,186,113)
#9EC180
(158,193,128)
#AAC88F
(170,200,143)
#B6CF9E
(182,207,158)
#C2D6AD
(194,214,173)
#CEDDBC
(206,221,188)
#DAE4CB
(218,228,203)
#E6EBDA
(230,235,218)
#F2F2E9
(242,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AAC53 color. Also use rgb(122,172,83) instead hex code.

Text Font Color

.myTextColor { color: #7AAC53; }

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

This text font color is #7AAC53.

Background Color

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

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

This div background color is #7AAC53.

Border color

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

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

This div border color is #7AAC53.

Opacity

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

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

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

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

This text has shadow with #7AAC53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AAC53.

Preview

Color preview on black background

This text has color #7AAC53 on black background.


Color preview on white background

This text has color #7AAC53 on white background.


Black color preview on #7AAC53 background

This text has black color on #7AAC53 background.


White color preview on #7AAC53 background

This text has white color on #7AAC53 background.


Related colors

Complementary color

Complementary color for #hex is #8553AC.


I love getcolorcode.com

Triadic colors

1 #537AAC and #AC537A with #7AAC53 are triadic colors.

2 #53AC7A and #AC7A53 with #7AAC53 are triadic colors.