COLOR #7AAD56

HEX: #7AAD56
RGB: (122,173,86)

Color info

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

RGB color model

#7AAD56 color RGB value is (122,173,86).

  • red value is 122;
  • green value is 173;
  • blue value is 86.
RGB:
(122,173,86)
(48%,68%,34%)

RGB channels and saturation

R 122 of 255 = 48%
G 173 of 255 = 68%
B 86 of 255 = 34%

122
173
86

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

Portions of RGB colors in percentages

R + G + B =
122 + 173 + 86 = 381 (100%)
R 122 of 381 ~ 32.02%
G 173 of 381 ~ 45.41%
B 86 of 381 ~ 22.57%

%32.02
%45.41
%22.57

CMYK color model

#7AAD56 color CMYK value is (29,0,50,32).

  • cyan value is 29.48%
  • magenta value is 0.00%
  • yellow value is 50.29%
  • key color value is 32.16%
CMYK:
(29,0,50,32)
C29M0Y50K32 
(29%,0%,50%,32%)
(0.29/0.00/0.50/0.32)	

CMYK percentages

%29.48
%0
%50.29
%32.16

Codes

Color #7AAD56 in popluar color models

7AAD56
RGB12217386
HSL95°34.66%50.78%
HSB/HSV95°50.29%67.84%
CMYK29.48%0.00%50.29%
32.16%

Color #7AAD56 in popluar number systems.

HEX7AAD56
Decimal12217386
Binary1111010101011011010110
Octal172255126

Shades and tints

Shades of #7AAD56

#7AAD56
(122,173,86)
#6F9E4F
(111,158,79)
#648F48
(100,143,72)
#598041
(89,128,65)
#4E713A
(78,113,58)
#436233
(67,98,51)
#38532C
(56,83,44)
#2D4425
(45,68,37)
#22351E
(34,53,30)
#172617
(23,38,23)
#0C1710
(12,23,16)
#000000
(0,0,0)

Tints of #7AAD56

#7AAD56
(122,173,86)
#86B465
(134,180,101)
#92BB74
(146,187,116)
#9EC283
(158,194,131)
#AAC992
(170,201,146)
#B6D0A1
(182,208,161)
#C2D7B0
(194,215,176)
#CEDEBF
(206,222,191)
#DAE5CE
(218,229,206)
#E6ECDD
(230,236,221)
#F2F3EC
(242,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AAD56 color. Also use rgb(122,173,86) instead hex code.

Text Font Color

.myTextColor { color: #7AAD56; }

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

This text font color is #7AAD56.


Background Color

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

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

This div background color is #7AAD56.


Border color

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

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

This div border color is #7AAD56.


Opacity

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

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

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

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

This text has shadow with #7AAD56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AAD56 on black background.


Color preview on white background

This text has color #7AAD56 on white background.



Black color preview on #7AAD56 background

This text has black color on #7AAD56 background.


White color preview on #7AAD56 background

This text has white color on #7AAD56 background.