COLOR #7AA59B

HEX: #7AA59B RGB: (122,165,155)

Color info

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

RGB color model

#7AA59B color RGB value is (122,165,155).

RGB: (122,165,155) (48%, 65%, 61%)

RGB channels and saturation

R 122 of 255 = 48%
G 165 of 255 = 65%
B 155 of 255 = 61%

122
165
155

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

Portions of RGB colors in percentages

R + G + B = 122 + 165 + 155 = 442 (100%)
R 122 of 442 ~ 27.6%
G 165 of 442 ~ 37.33%
B 155 of 442 ~ 35.07'%

%27.6
%37.33
%35.07

CMYK color model

#7AA59B color CMYK value is (26,0,6,35).

  • cyan value is 26.06%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • key color value is 35.29%

CMYK: (26,0,6,35)
C26M0Y6K35 (26%, 0%, 6%, 35%)
(0.26 / 0.00 / 0.06 / 0.35)

CMYK percentages

%26.06
%0
%6.06
%35.29

Codes

Color #7AA59B in popluar color models

7A A5 9B
RGB 122 165 155
HSL 166° 19.28% 56.27%
HSB/HSV 166° 26.06% 64.71%
CMYK 26.06% 0.00% 6.06%
35.29%

Color #7AA59B in popluar number systems.

HEX 7A A5 9B
Decimal 122 165 155
Binary 1111010 10100101 10011011
Octal 172 245 233

Shades and tints

Shades of #7AA59B

#7AA59B
(122,165,155)
#6F968D
(111,150,141)
#64877F
(100,135,127)
#597871
(89,120,113)
#4E6963
(78,105,99)
#435A55
(67,90,85)
#384B47
(56,75,71)
#2D3C39
(45,60,57)
#222D2B
(34,45,43)
#171E1D
(23,30,29)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #7AA59B

#7AA59B
(122,165,155)
#86ADA4
(134,173,164)
#92B5AD
(146,181,173)
#9EBDB6
(158,189,182)
#AAC5BF
(170,197,191)
#B6CDC8
(182,205,200)
#C2D5D1
(194,213,209)
#CEDDDA
(206,221,218)
#DAE5E3
(218,229,227)
#E6EDEC
(230,237,236)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AA59B color. Also use rgb(122,165,155) instead hex code.

Text Font Color

.myTextColor { color: #7AA59B; }

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

This text font color is #7AA59B.

Background Color

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

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

This div background color is #7AA59B.

Border color

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

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

This div border color is #7AA59B.

Opacity

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

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

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

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

This text has shadow with #7AA59B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AA59B.

Preview

Color preview on black background

This text has color #7AA59B on black background.


Color preview on white background

This text has color #7AA59B on white background.


Black color preview on #7AA59B background

This text has black color on #7AA59B background.


White color preview on #7AA59B background

This text has white color on #7AA59B background.


Related colors

Complementary color

Complementary color for #hex is #855A64.


I love getcolorcode.com

Triadic colors

1 #9B7AA5 and #A59B7A with #7AA59B are triadic colors.

2 #9BA57A and #A57A9B with #7AA59B are triadic colors.