COLOR #7AA58C

HEX: #7AA58C
RGB: (122,165,140)

Color info

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

RGB color model

#7AA58C color RGB value is (122,165,140).

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

RGB channels and saturation

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

122
165
140

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

Portions of RGB colors in percentages

R + G + B =
122 + 165 + 140 = 427 (100%)
R 122 of 427 ~ 28.57%
G 165 of 427 ~ 38.64%
B 140 of 427 ~ 32.79%

%28.57
%38.64
%32.79

CMYK color model

#7AA58C color CMYK value is (26,0,15,35).

  • cyan value is 26.06%
  • magenta value is 0.00%
  • yellow value is 15.15%
  • key color value is 35.29%
CMYK:
(26,0,15,35)
C26M0Y15K35 
(26%,0%,15%,35%)
(0.26/0.00/0.15/0.35)	

CMYK percentages

%26.06
%0
%15.15
%35.29

Codes

Color #7AA58C in popluar color models

7AA58C
RGB122165140
HSL145°19.28%56.27%
HSB/HSV145°26.06%64.71%
CMYK26.06%0.00%15.15%
35.29%

Color #7AA58C in popluar number systems.

HEX7AA58C
Decimal122165140
Binary11110101010010110001100
Octal172245214

Shades and tints

Shades of #7AA58C

#7AA58C
(122,165,140)
#6F9680
(111,150,128)
#648774
(100,135,116)
#597868
(89,120,104)
#4E695C
(78,105,92)
#435A50
(67,90,80)
#384B44
(56,75,68)
#2D3C38
(45,60,56)
#222D2C
(34,45,44)
#171E20
(23,30,32)
#0C0F14
(12,15,20)
#000000
(0,0,0)

Tints of #7AA58C

#7AA58C
(122,165,140)
#86AD96
(134,173,150)
#92B5A0
(146,181,160)
#9EBDAA
(158,189,170)
#AAC5B4
(170,197,180)
#B6CDBE
(182,205,190)
#C2D5C8
(194,213,200)
#CEDDD2
(206,221,210)
#DAE5DC
(218,229,220)
#E6EDE6
(230,237,230)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AA58C; }

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

This text font color is #7AA58C.


Background Color

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

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

This div background color is #7AA58C.


Border color

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

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

This div border color is #7AA58C.


Opacity

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

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

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

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

This text has shadow with #7AA58C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA58C on black background.


Color preview on white background

This text has color #7AA58C on white background.



Black color preview on #7AA58C background

This text has black color on #7AA58C background.


White color preview on #7AA58C background

This text has white color on #7AA58C background.