COLOR #73AA79

HEX: #73AA79
RGB: (115,170,121)

Color info

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

RGB color model

#73AA79 color RGB value is (115,170,121).

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

RGB channels and saturation

R 115 of 255 = 45%
G 170 of 255 = 67%
B 121 of 255 = 47%

115
170
121

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

Portions of RGB colors in percentages

R + G + B =
115 + 170 + 121 = 406 (100%)
R 115 of 406 ~ 28.33%
G 170 of 406 ~ 41.87%
B 121 of 406 ~ 29.8%

%28.33
%41.87
%29.8

CMYK color model

#73AA79 color CMYK value is (32,0,29,33).

  • cyan value is 32.35%
  • magenta value is 0.00%
  • yellow value is 28.82%
  • key color value is 33.33%
CMYK:
(32,0,29,33)
C32M0Y29K33 
(32%,0%,29%,33%)
(0.32/0.00/0.29/0.33)	

CMYK percentages

%32.35
%0
%28.82
%33.33

Codes

Color #73AA79 in popluar color models

73AA79
RGB115170121
HSL127°24.44%55.88%
HSB/HSV127°32.35%66.67%
CMYK32.35%0.00%28.82%
33.33%

Color #73AA79 in popluar number systems.

HEX73AA79
Decimal115170121
Binary1110011101010101111001
Octal163252171

Shades and tints

Shades of #73AA79

#73AA79
(115,170,121)
#699B6E
(105,155,110)
#5F8C63
(95,140,99)
#557D58
(85,125,88)
#4B6E4D
(75,110,77)
#415F42
(65,95,66)
#375037
(55,80,55)
#2D412C
(45,65,44)
#233221
(35,50,33)
#192316
(25,35,22)
#0F140B
(15,20,11)
#000000
(0,0,0)

Tints of #73AA79

#73AA79
(115,170,121)
#7FB185
(127,177,133)
#8BB891
(139,184,145)
#97BF9D
(151,191,157)
#A3C6A9
(163,198,169)
#AFCDB5
(175,205,181)
#BBD4C1
(187,212,193)
#C7DBCD
(199,219,205)
#D3E2D9
(211,226,217)
#DFE9E5
(223,233,229)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73AA79; }

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

This text font color is #73AA79.


Background Color

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

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

This div background color is #73AA79.


Border color

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

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

This div border color is #73AA79.


Opacity

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

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

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

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

This text has shadow with #73AA79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73AA79 on black background.


Color preview on white background

This text has color #73AA79 on white background.



Black color preview on #73AA79 background

This text has black color on #73AA79 background.


White color preview on #73AA79 background

This text has white color on #73AA79 background.