COLOR #7AA58B

HEX: #7AA58B
RGB: (122,165,139)

Color info

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

RGB color model

#7AA58B color RGB value is (122,165,139).

  • red value is 122;
  • green value is 165;
  • blue value is 139.
RGB:
(122,165,139)
(48%,65%,55%)

RGB channels and saturation

R 122 of 255 = 48%
G 165 of 255 = 65%
B 139 of 255 = 55%

122
165
139

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

Portions of RGB colors in percentages

R + G + B =
122 + 165 + 139 = 426 (100%)
R 122 of 426 ~ 28.64%
G 165 of 426 ~ 38.73%
B 139 of 426 ~ 32.63%

%28.64
%38.73
%32.63

CMYK color model

#7AA58B color CMYK value is (26,0,16,35).

  • cyan value is 26.06%
  • magenta value is 0.00%
  • yellow value is 15.76%
  • key color value is 35.29%
CMYK:
(26,0,16,35)
C26M0Y16K35 
(26%,0%,16%,35%)
(0.26/0.00/0.16/0.35)	

CMYK percentages

%26.06
%0
%15.76
%35.29

Codes

Color #7AA58B in popluar color models

7AA58B
RGB122165139
HSL144°19.28%56.27%
HSB/HSV144°26.06%64.71%
CMYK26.06%0.00%15.76%
35.29%

Color #7AA58B in popluar number systems.

HEX7AA58B
Decimal122165139
Binary11110101010010110001011
Octal172245213

Shades and tints

Shades of #7AA58B

#7AA58B
(122,165,139)
#6F967F
(111,150,127)
#648773
(100,135,115)
#597867
(89,120,103)
#4E695B
(78,105,91)
#435A4F
(67,90,79)
#384B43
(56,75,67)
#2D3C37
(45,60,55)
#222D2B
(34,45,43)
#171E1F
(23,30,31)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #7AA58B

#7AA58B
(122,165,139)
#86AD95
(134,173,149)
#92B59F
(146,181,159)
#9EBDA9
(158,189,169)
#AAC5B3
(170,197,179)
#B6CDBD
(182,205,189)
#C2D5C7
(194,213,199)
#CEDDD1
(206,221,209)
#DAE5DB
(218,229,219)
#E6EDE5
(230,237,229)
#F2F5EF
(242,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AA58B; }

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

This text font color is #7AA58B.


Background Color

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

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

This div background color is #7AA58B.


Border color

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

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

This div border color is #7AA58B.


Opacity

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

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

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

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

This text has shadow with #7AA58B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA58B on black background.


Color preview on white background

This text has color #7AA58B on white background.



Black color preview on #7AA58B background

This text has black color on #7AA58B background.


White color preview on #7AA58B background

This text has white color on #7AA58B background.