COLOR #73AC80

HEX: #73AC80
RGB: (115,172,128)

Color info

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

RGB color model

#73AC80 color RGB value is (115,172,128).

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

RGB channels and saturation

R 115 of 255 = 45%
G 172 of 255 = 67%
B 128 of 255 = 50%

115
172
128

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

Portions of RGB colors in percentages

R + G + B =
115 + 172 + 128 = 415 (100%)
R 115 of 415 ~ 27.71%
G 172 of 415 ~ 41.45%
B 128 of 415 ~ 30.84%

%27.71
%41.45
%30.84

CMYK color model

#73AC80 color CMYK value is (33,0,26,33).

  • cyan value is 33.14%
  • magenta value is 0.00%
  • yellow value is 25.58%
  • key color value is 32.55%
CMYK:
(33,0,26,33)
C33M0Y26K33 
(33%,0%,26%,33%)
(0.33/0.00/0.26/0.33)	

CMYK percentages

%33.14
%0
%25.58
%32.55

Codes

Color #73AC80 in popluar color models

73AC80
RGB115172128
HSL134°25.56%56.27%
HSB/HSV134°33.14%67.45%
CMYK33.14%0.00%25.58%
32.55%

Color #73AC80 in popluar number systems.

HEX73AC80
Decimal115172128
Binary11100111010110010000000
Octal163254200

Shades and tints

Shades of #73AC80

#73AC80
(115,172,128)
#699D75
(105,157,117)
#5F8E6A
(95,142,106)
#557F5F
(85,127,95)
#4B7054
(75,112,84)
#416149
(65,97,73)
#37523E
(55,82,62)
#2D4333
(45,67,51)
#233428
(35,52,40)
#19251D
(25,37,29)
#0F1612
(15,22,18)
#000000
(0,0,0)

Tints of #73AC80

#73AC80
(115,172,128)
#7FB38B
(127,179,139)
#8BBA96
(139,186,150)
#97C1A1
(151,193,161)
#A3C8AC
(163,200,172)
#AFCFB7
(175,207,183)
#BBD6C2
(187,214,194)
#C7DDCD
(199,221,205)
#D3E4D8
(211,228,216)
#DFEBE3
(223,235,227)
#EBF2EE
(235,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73AC80; }

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

This text font color is #73AC80.


Background Color

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

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

This div background color is #73AC80.


Border color

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

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

This div border color is #73AC80.


Opacity

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

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

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

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

This text has shadow with #73AC80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73AC80 on black background.


Color preview on white background

This text has color #73AC80 on white background.



Black color preview on #73AC80 background

This text has black color on #73AC80 background.


White color preview on #73AC80 background

This text has white color on #73AC80 background.