COLOR #7AA597

HEX: #7AA597
RGB: (122,165,151)

Color info

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

RGB color model

#7AA597 color RGB value is (122,165,151).

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

RGB channels and saturation

R 122 of 255 = 48%
G 165 of 255 = 65%
B 151 of 255 = 59%

122
165
151

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

Portions of RGB colors in percentages

R + G + B =
122 + 165 + 151 = 438 (100%)
R 122 of 438 ~ 27.85%
G 165 of 438 ~ 37.67%
B 151 of 438 ~ 34.47%

%27.85
%37.67
%34.47

CMYK color model

#7AA597 color CMYK value is (26,0,8,35).

  • cyan value is 26.06%
  • magenta value is 0.00%
  • yellow value is 8.48%
  • key color value is 35.29%
CMYK:
(26,0,8,35)
C26M0Y8K35 
(26%,0%,8%,35%)
(0.26/0.00/0.08/0.35)	

CMYK percentages

%26.06
%0
%8.48
%35.29

Codes

Color #7AA597 in popluar color models

7AA597
RGB122165151
HSL160°19.28%56.27%
HSB/HSV160°26.06%64.71%
CMYK26.06%0.00%8.48%
35.29%

Color #7AA597 in popluar number systems.

HEX7AA597
Decimal122165151
Binary11110101010010110010111
Octal172245227

Shades and tints

Shades of #7AA597

#7AA597
(122,165,151)
#6F968A
(111,150,138)
#64877D
(100,135,125)
#597870
(89,120,112)
#4E6963
(78,105,99)
#435A56
(67,90,86)
#384B49
(56,75,73)
#2D3C3C
(45,60,60)
#222D2F
(34,45,47)
#171E22
(23,30,34)
#0C0F15
(12,15,21)
#000000
(0,0,0)

Tints of #7AA597

#7AA597
(122,165,151)
#86ADA0
(134,173,160)
#92B5A9
(146,181,169)
#9EBDB2
(158,189,178)
#AAC5BB
(170,197,187)
#B6CDC4
(182,205,196)
#C2D5CD
(194,213,205)
#CEDDD6
(206,221,214)
#DAE5DF
(218,229,223)
#E6EDE8
(230,237,232)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AA597; }

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

This text font color is #7AA597.


Background Color

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

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

This div background color is #7AA597.


Border color

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

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

This div border color is #7AA597.


Opacity

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

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

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

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

This text has shadow with #7AA597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA597 on black background.


Color preview on white background

This text has color #7AA597 on white background.



Black color preview on #7AA597 background

This text has black color on #7AA597 background.


White color preview on #7AA597 background

This text has white color on #7AA597 background.