COLOR #7AA390

HEX: #7AA390 RGB: (122,163,144)

Color info

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

RGB color model

#7AA390 color RGB value is (122,163,144).

RGB: (122,163,144) (48%, 64%, 56%)

RGB channels and saturation

R 122 of 255 = 48%
G 163 of 255 = 64%
B 144 of 255 = 56%

122
163
144

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

Portions of RGB colors in percentages

R + G + B = 122 + 163 + 144 = 429 (100%)
R 122 of 429 ~ 28.44%
G 163 of 429 ~ 38%
B 144 of 429 ~ 33.57'%

%28.44
%38
%33.57

CMYK color model

#7AA390 color CMYK value is (25,0,12,36).

  • cyan value is 25.15%
  • magenta value is 0.00%
  • yellow value is 11.66%
  • key color value is 36.08%

CMYK: (25,0,12,36)
C25M0Y12K36 (25%, 0%, 12%, 36%)
(0.25 / 0.00 / 0.12 / 0.36)

CMYK percentages

%25.15
%0
%11.66
%36.08

Codes

Color #7AA390 in popluar color models

7A A3 90
RGB 122 163 144
HSL 152° 18.22% 55.88%
HSB/HSV 152° 25.15% 63.92%
CMYK 25.15% 0.00% 11.66%
36.08%

Color #7AA390 in popluar number systems.

HEX 7A A3 90
Decimal 122 163 144
Binary 1111010 10100011 10010000
Octal 172 243 220

Shades and tints

Shades of #7AA390

#7AA390
(122,163,144)
#6F9583
(111,149,131)
#648776
(100,135,118)
#597969
(89,121,105)
#4E6B5C
(78,107,92)
#435D4F
(67,93,79)
#384F42
(56,79,66)
#2D4135
(45,65,53)
#223328
(34,51,40)
#17251B
(23,37,27)
#0C170E
(12,23,14)
#000000
(0,0,0)

Tints of #7AA390

#7AA390
(122,163,144)
#86AB9A
(134,171,154)
#92B3A4
(146,179,164)
#9EBBAE
(158,187,174)
#AAC3B8
(170,195,184)
#B6CBC2
(182,203,194)
#C2D3CC
(194,211,204)
#CEDBD6
(206,219,214)
#DAE3E0
(218,227,224)
#E6EBEA
(230,235,234)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AA390 color. Also use rgb(122,163,144) instead hex code.

Text Font Color

.myTextColor { color: #7AA390; }

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

This text font color is #7AA390.

Background Color

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

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

This div background color is #7AA390.

Border color

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

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

This div border color is #7AA390.

Opacity

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

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

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

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

This text has shadow with #7AA390 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AA390.

Preview

Color preview on black background

This text has color #7AA390 on black background.


Color preview on white background

This text has color #7AA390 on white background.


Black color preview on #7AA390 background

This text has black color on #7AA390 background.


White color preview on #7AA390 background

This text has white color on #7AA390 background.


Related colors

Complementary color

Complementary color for #hex is #855C6F.


I love getcolorcode.com

Triadic colors

1 #907AA3 and #A3907A with #7AA390 are triadic colors.

2 #90A37A and #A37A90 with #7AA390 are triadic colors.