COLOR #7AAD59

HEX: #7AAD59
RGB: (122,173,89)

Color info

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

RGB color model

#7AAD59 color RGB value is (122,173,89).

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

RGB channels and saturation

R 122 of 255 = 48%
G 173 of 255 = 68%
B 89 of 255 = 35%

122
173
89

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

Portions of RGB colors in percentages

R + G + B =
122 + 173 + 89 = 384 (100%)
R 122 of 384 ~ 31.77%
G 173 of 384 ~ 45.05%
B 89 of 384 ~ 23.18%

%31.77
%45.05
%23.18

CMYK color model

#7AAD59 color CMYK value is (29,0,49,32).

  • cyan value is 29.48%
  • magenta value is 0.00%
  • yellow value is 48.55%
  • key color value is 32.16%
CMYK:
(29,0,49,32)
C29M0Y49K32 
(29%,0%,49%,32%)
(0.29/0.00/0.49/0.32)	

CMYK percentages

%29.48
%0
%48.55
%32.16

Codes

Color #7AAD59 in popluar color models

7AAD59
RGB12217389
HSL96°33.87%51.37%
HSB/HSV96°48.55%67.84%
CMYK29.48%0.00%48.55%
32.16%

Color #7AAD59 in popluar number systems.

HEX7AAD59
Decimal12217389
Binary1111010101011011011001
Octal172255131

Shades and tints

Shades of #7AAD59

#7AAD59
(122,173,89)
#6F9E51
(111,158,81)
#648F49
(100,143,73)
#598041
(89,128,65)
#4E7139
(78,113,57)
#436231
(67,98,49)
#385329
(56,83,41)
#2D4421
(45,68,33)
#223519
(34,53,25)
#172611
(23,38,17)
#0C1709
(12,23,9)
#000000
(0,0,0)

Tints of #7AAD59

#7AAD59
(122,173,89)
#86B468
(134,180,104)
#92BB77
(146,187,119)
#9EC286
(158,194,134)
#AAC995
(170,201,149)
#B6D0A4
(182,208,164)
#C2D7B3
(194,215,179)
#CEDEC2
(206,222,194)
#DAE5D1
(218,229,209)
#E6ECE0
(230,236,224)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AAD59; }

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

This text font color is #7AAD59.


Background Color

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

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

This div background color is #7AAD59.


Border color

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

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

This div border color is #7AAD59.


Opacity

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

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

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

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

This text has shadow with #7AAD59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AAD59 on black background.


Color preview on white background

This text has color #7AAD59 on white background.



Black color preview on #7AAD59 background

This text has black color on #7AAD59 background.


White color preview on #7AAD59 background

This text has white color on #7AAD59 background.