COLOR #73AA5E

HEX: #73AA5E RGB: (115,170,94)

Color info

#73AA5E contains mainly red and green colors. Web safe color of #73AA5E is #669966 (or #696).

RGB color model

#73AA5E color RGB value is (115,170,94).

RGB: (115,170,94) (45%, 67%, 37%)

RGB channels and saturation

R 115 of 255 = 45%
G 170 of 255 = 67%
B 94 of 255 = 37%

115
170
94

R + G + B ~ 50%. #73AA5E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 170 + 94 = 379 (100%)
R 115 of 379 ~ 30.34%
G 170 of 379 ~ 44.85%
B 94 of 379 ~ 24.8'%

%30.34
%44.85
%24.8

CMYK color model

#73AA5E color CMYK value is (32,0,45,33).

  • cyan value is 32.35%
  • magenta value is 0.00%
  • yellow value is 44.71%
  • key color value is 33.33%

CMYK: (32,0,45,33)
C32M0Y45K33 (32%, 0%, 45%, 33%)
(0.32 / 0.00 / 0.45 / 0.33)

CMYK percentages

%32.35
%0
%44.71
%33.33

Codes

Color #73AA5E in popluar color models

73 AA 5E
RGB 115 170 94
HSL 103° 30.89% 51.76%
HSB/HSV 103° 44.71% 66.67%
CMYK 32.35% 0.00% 44.71%
33.33%

Color #73AA5E in popluar number systems.

HEX 73 AA 5E
Decimal 115 170 94
Binary 1110011 10101010 1011110
Octal 163 252 136

Shades and tints

Shades of #73AA5E

#73AA5E
(115,170,94)
#699B56
(105,155,86)
#5F8C4E
(95,140,78)
#557D46
(85,125,70)
#4B6E3E
(75,110,62)
#415F36
(65,95,54)
#37502E
(55,80,46)
#2D4126
(45,65,38)
#23321E
(35,50,30)
#192316
(25,35,22)
#0F140E
(15,20,14)
#000000
(0,0,0)

Tints of #73AA5E

#73AA5E
(115,170,94)
#7FB16C
(127,177,108)
#8BB87A
(139,184,122)
#97BF88
(151,191,136)
#A3C696
(163,198,150)
#AFCDA4
(175,205,164)
#BBD4B2
(187,212,178)
#C7DBC0
(199,219,192)
#D3E2CE
(211,226,206)
#DFE9DC
(223,233,220)
#EBF0EA
(235,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73AA5E color. Also use rgb(115,170,94) instead hex code.

Text Font Color

.myTextColor { color: #73AA5E; }

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

This text font color is #73AA5E.

Background Color

.myBgColor { background-color: #73AA5E; }

<div style="background-color:#73AA5E">Inner text</div>

This div background color is #73AA5E.

Border color

.myBorderColor { border: 1px solid #73AA5E; }

<div style="border:3px solid #73AA5E">Div</div>

This div border color is #73AA5E.

Opacity

.myOpacity80 { color: #73AA5E; opacity: 0.8; }

<p style="color:#73AA5E;opacity:0.8;">80%</p>

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

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

This text has shadow with #73AA5E color.


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

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

This text has shadow with #73AA5E primary color and red secondary color.


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

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

This text has shadow with #73AA5E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #73AA5E.

Preview

Color preview on black background

This text has color #73AA5E on black background.


Color preview on white background

This text has color #73AA5E on white background.


Black color preview on #73AA5E background

This text has black color on #73AA5E background.


White color preview on #73AA5E background

This text has white color on #73AA5E background.


Related colors

Complementary color

Complementary color for #hex is #8C55A1.


I love getcolorcode.com

Triadic colors

1 #5E73AA and #AA5E73 with #73AA5E are triadic colors.

2 #5EAA73 and #AA735E with #73AA5E are triadic colors.