COLOR #7AA489

HEX: #7AA489
RGB: (122,164,137)

Color info

#7AA489 contains red, green and blue colors in about the same proportion. Web safe color of #7AA489 is #669999 (or #699).

RGB color model

#7AA489 color RGB value is (122,164,137).

  • red value is 122;
  • green value is 164;
  • blue value is 137.
RGB:
(122,164,137)
(48%,64%,54%)

RGB channels and saturation

R 122 of 255 = 48%
G 164 of 255 = 64%
B 137 of 255 = 54%

122
164
137

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

Portions of RGB colors in percentages

R + G + B =
122 + 164 + 137 = 423 (100%)
R 122 of 423 ~ 28.84%
G 164 of 423 ~ 38.77%
B 137 of 423 ~ 32.39%

%28.84
%38.77
%32.39

CMYK color model

#7AA489 color CMYK value is (26,0,16,36).

  • cyan value is 25.61%
  • magenta value is 0.00%
  • yellow value is 16.46%
  • key color value is 35.69%
CMYK:
(26,0,16,36)
C26M0Y16K36 
(26%,0%,16%,36%)
(0.26/0.00/0.16/0.36)	

CMYK percentages

%25.61
%0
%16.46
%35.69

Codes

Color #7AA489 in popluar color models

7AA489
RGB122164137
HSL141°18.75%56.08%
HSB/HSV141°25.61%64.31%
CMYK25.61%0.00%16.46%
35.69%

Color #7AA489 in popluar number systems.

HEX7AA489
Decimal122164137
Binary11110101010010010001001
Octal172244211

Shades and tints

Shades of #7AA489

#7AA489
(122,164,137)
#6F967D
(111,150,125)
#648871
(100,136,113)
#597A65
(89,122,101)
#4E6C59
(78,108,89)
#435E4D
(67,94,77)
#385041
(56,80,65)
#2D4235
(45,66,53)
#223429
(34,52,41)
#17261D
(23,38,29)
#0C1811
(12,24,17)
#000000
(0,0,0)

Tints of #7AA489

#7AA489
(122,164,137)
#86AC93
(134,172,147)
#92B49D
(146,180,157)
#9EBCA7
(158,188,167)
#AAC4B1
(170,196,177)
#B6CCBB
(182,204,187)
#C2D4C5
(194,212,197)
#CEDCCF
(206,220,207)
#DAE4D9
(218,228,217)
#E6ECE3
(230,236,227)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AA489 color. Also use rgb(122,164,137) instead hex code.

Text Font Color

.myTextColor { color: #7AA489; }

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

This text font color is #7AA489.


Background Color

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

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

This div background color is #7AA489.


Border color

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

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

This div border color is #7AA489.


Opacity

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

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

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

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

This text has shadow with #7AA489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA489 on black background.


Color preview on white background

This text has color #7AA489 on white background.



Black color preview on #7AA489 background

This text has black color on #7AA489 background.


White color preview on #7AA489 background

This text has white color on #7AA489 background.