COLOR #7AA089

HEX: #7AA089
RGB: (122,160,137)

Color info

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

RGB color model

#7AA089 color RGB value is (122,160,137).

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

RGB channels and saturation

R 122 of 255 = 48%
G 160 of 255 = 63%
B 137 of 255 = 54%

122
160
137

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

Portions of RGB colors in percentages

R + G + B =
122 + 160 + 137 = 419 (100%)
R 122 of 419 ~ 29.12%
G 160 of 419 ~ 38.19%
B 137 of 419 ~ 32.7%

%29.12
%38.19
%32.7

CMYK color model

#7AA089 color CMYK value is (24,0,14,37).

  • cyan value is 23.75%
  • magenta value is 0.00%
  • yellow value is 14.38%
  • key color value is 37.25%
CMYK:
(24,0,14,37)
C24M0Y14K37 
(24%,0%,14%,37%)
(0.24/0.00/0.14/0.37)	

CMYK percentages

%23.75
%0
%14.38
%37.25

Codes

Color #7AA089 in popluar color models

7AA089
RGB122160137
HSL144°16.67%55.29%
HSB/HSV144°23.75%62.75%
CMYK23.75%0.00%14.38%
37.25%

Color #7AA089 in popluar number systems.

HEX7AA089
Decimal122160137
Binary11110101010000010001001
Octal172240211

Shades and tints

Shades of #7AA089

#7AA089
(122,160,137)
#6F927D
(111,146,125)
#648471
(100,132,113)
#597665
(89,118,101)
#4E6859
(78,104,89)
#435A4D
(67,90,77)
#384C41
(56,76,65)
#2D3E35
(45,62,53)
#223029
(34,48,41)
#17221D
(23,34,29)
#0C1411
(12,20,17)
#000000
(0,0,0)

Tints of #7AA089

#7AA089
(122,160,137)
#86A893
(134,168,147)
#92B09D
(146,176,157)
#9EB8A7
(158,184,167)
#AAC0B1
(170,192,177)
#B6C8BB
(182,200,187)
#C2D0C5
(194,208,197)
#CED8CF
(206,216,207)
#DAE0D9
(218,224,217)
#E6E8E3
(230,232,227)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AA089; }

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

This text font color is #7AA089.


Background Color

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

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

This div background color is #7AA089.


Border color

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

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

This div border color is #7AA089.


Opacity

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

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

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

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

This text has shadow with #7AA089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA089 on black background.


Color preview on white background

This text has color #7AA089 on white background.



Black color preview on #7AA089 background

This text has black color on #7AA089 background.


White color preview on #7AA089 background

This text has white color on #7AA089 background.