COLOR #73AA7B

HEX: #73AA7B
RGB: (115,170,123)

Color info

#73AA7B contains red, green and blue colors in about the same proportion. Web safe color of #73AA7B is #669966 (or #696).

RGB color model

#73AA7B color RGB value is (115,170,123).

  • red value is 115;
  • green value is 170;
  • blue value is 123.
RGB:
(115,170,123)
(45%,67%,48%)

RGB channels and saturation

R 115 of 255 = 45%
G 170 of 255 = 67%
B 123 of 255 = 48%

115
170
123

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

Portions of RGB colors in percentages

R + G + B =
115 + 170 + 123 = 408 (100%)
R 115 of 408 ~ 28.19%
G 170 of 408 ~ 41.67%
B 123 of 408 ~ 30.15%

%28.19
%41.67
%30.15

CMYK color model

#73AA7B color CMYK value is (32,0,28,33).

  • cyan value is 32.35%
  • magenta value is 0.00%
  • yellow value is 27.65%
  • key color value is 33.33%
CMYK:
(32,0,28,33)
C32M0Y28K33 
(32%,0%,28%,33%)
(0.32/0.00/0.28/0.33)	

CMYK percentages

%32.35
%0
%27.65
%33.33

Codes

Color #73AA7B in popluar color models

73AA7B
RGB115170123
HSL129°24.44%55.88%
HSB/HSV129°32.35%66.67%
CMYK32.35%0.00%27.65%
33.33%

Color #73AA7B in popluar number systems.

HEX73AA7B
Decimal115170123
Binary1110011101010101111011
Octal163252173

Shades and tints

Shades of #73AA7B

#73AA7B
(115,170,123)
#699B70
(105,155,112)
#5F8C65
(95,140,101)
#557D5A
(85,125,90)
#4B6E4F
(75,110,79)
#415F44
(65,95,68)
#375039
(55,80,57)
#2D412E
(45,65,46)
#233223
(35,50,35)
#192318
(25,35,24)
#0F140D
(15,20,13)
#000000
(0,0,0)

Tints of #73AA7B

#73AA7B
(115,170,123)
#7FB187
(127,177,135)
#8BB893
(139,184,147)
#97BF9F
(151,191,159)
#A3C6AB
(163,198,171)
#AFCDB7
(175,205,183)
#BBD4C3
(187,212,195)
#C7DBCF
(199,219,207)
#D3E2DB
(211,226,219)
#DFE9E7
(223,233,231)
#EBF0F3
(235,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73AA7B; }

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

This text font color is #73AA7B.


Background Color

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

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

This div background color is #73AA7B.


Border color

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

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

This div border color is #73AA7B.


Opacity

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

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

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

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

This text has shadow with #73AA7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73AA7B on black background.


Color preview on white background

This text has color #73AA7B on white background.



Black color preview on #73AA7B background

This text has black color on #73AA7B background.


White color preview on #73AA7B background

This text has white color on #73AA7B background.