COLOR #73AA73

HEX: #73AA73
RGB: (115,170,115)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

115
170
115

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

Portions of RGB colors in percentages

R + G + B =
115 + 170 + 115 = 400 (100%)
R 115 of 400 ~ 28.75%
G 170 of 400 ~ 42.5%
B 115 of 400 ~ 28.75%

%28.75
%42.5
%28.75

CMYK color model

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

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

CMYK percentages

%32.35
%0
%32.35
%33.33

Codes

Color #73AA73 in popluar color models

73AA73
RGB115170115
HSL120°24.44%55.88%
HSB/HSV120°32.35%66.67%
CMYK32.35%0.00%32.35%
33.33%

Color #73AA73 in popluar number systems.

HEX73AA73
Decimal115170115
Binary1110011101010101110011
Octal163252163

Shades and tints

Shades of #73AA73

#73AA73
(115,170,115)
#699B69
(105,155,105)
#5F8C5F
(95,140,95)
#557D55
(85,125,85)
#4B6E4B
(75,110,75)
#415F41
(65,95,65)
#375037
(55,80,55)
#2D412D
(45,65,45)
#233223
(35,50,35)
#192319
(25,35,25)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #73AA73

#73AA73
(115,170,115)
#7FB17F
(127,177,127)
#8BB88B
(139,184,139)
#97BF97
(151,191,151)
#A3C6A3
(163,198,163)
#AFCDAF
(175,205,175)
#BBD4BB
(187,212,187)
#C7DBC7
(199,219,199)
#D3E2D3
(211,226,211)
#DFE9DF
(223,233,223)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73AA73; }

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

This text font color is #73AA73.


Background Color

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

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

This div background color is #73AA73.


Border color

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

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

This div border color is #73AA73.


Opacity

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

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

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

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

This text has shadow with #73AA73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73AA73 on black background.


Color preview on white background

This text has color #73AA73 on white background.



Black color preview on #73AA73 background

This text has black color on #73AA73 background.


White color preview on #73AA73 background

This text has white color on #73AA73 background.