COLOR #7AA293

HEX: #7AA293 RGB: (122,162,147)

Color info

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

RGB color model

#7AA293 color RGB value is (122,162,147).

RGB: (122,162,147) (48%, 64%, 58%)

RGB channels and saturation

R 122 of 255 = 48%
G 162 of 255 = 64%
B 147 of 255 = 58%

122
162
147

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

Portions of RGB colors in percentages

R + G + B = 122 + 162 + 147 = 431 (100%)
R 122 of 431 ~ 28.31%
G 162 of 431 ~ 37.59%
B 147 of 431 ~ 34.11'%

%28.31
%37.59
%34.11

CMYK color model

#7AA293 color CMYK value is (25,0,9,36).

  • cyan value is 24.69%
  • magenta value is 0.00%
  • yellow value is 9.26%
  • key color value is 36.47%

CMYK: (25,0,9,36)
C25M0Y9K36 (25%, 0%, 9%, 36%)
(0.25 / 0.00 / 0.09 / 0.36)

CMYK percentages

%24.69
%0
%9.26
%36.47

Codes

Color #7AA293 in popluar color models

7A A2 93
RGB 122 162 147
HSL 158° 17.70% 55.69%
HSB/HSV 158° 24.69% 63.53%
CMYK 24.69% 0.00% 9.26%
36.47%

Color #7AA293 in popluar number systems.

HEX 7A A2 93
Decimal 122 162 147
Binary 1111010 10100010 10010011
Octal 172 242 223

Shades and tints

Shades of #7AA293

#7AA293
(122,162,147)
#6F9486
(111,148,134)
#648679
(100,134,121)
#59786C
(89,120,108)
#4E6A5F
(78,106,95)
#435C52
(67,92,82)
#384E45
(56,78,69)
#2D4038
(45,64,56)
#22322B
(34,50,43)
#17241E
(23,36,30)
#0C1611
(12,22,17)
#000000
(0,0,0)

Tints of #7AA293

#7AA293
(122,162,147)
#86AA9C
(134,170,156)
#92B2A5
(146,178,165)
#9EBAAE
(158,186,174)
#AAC2B7
(170,194,183)
#B6CAC0
(182,202,192)
#C2D2C9
(194,210,201)
#CEDAD2
(206,218,210)
#DAE2DB
(218,226,219)
#E6EAE4
(230,234,228)
#F2F2ED
(242,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AA293 color. Also use rgb(122,162,147) instead hex code.

Text Font Color

.myTextColor { color: #7AA293; }

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

This text font color is #7AA293.

Background Color

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

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

This div background color is #7AA293.

Border color

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

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

This div border color is #7AA293.

Opacity

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

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

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

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

This text has shadow with #7AA293 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AA293.

Preview

Color preview on black background

This text has color #7AA293 on black background.


Color preview on white background

This text has color #7AA293 on white background.


Black color preview on #7AA293 background

This text has black color on #7AA293 background.


White color preview on #7AA293 background

This text has white color on #7AA293 background.


Related colors

Complementary color

Complementary color for #hex is #855D6C.


I love getcolorcode.com

Triadic colors

1 #937AA2 and #A2937A with #7AA293 are triadic colors.

2 #93A27A and #A27A93 with #7AA293 are triadic colors.