COLOR #73AC7D

HEX: #73AC7D
RGB: (115,172,125)

Color info

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

RGB color model

#73AC7D color RGB value is (115,172,125).

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

RGB channels and saturation

R 115 of 255 = 45%
G 172 of 255 = 67%
B 125 of 255 = 49%

115
172
125

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

Portions of RGB colors in percentages

R + G + B =
115 + 172 + 125 = 412 (100%)
R 115 of 412 ~ 27.91%
G 172 of 412 ~ 41.75%
B 125 of 412 ~ 30.34%

%27.91
%41.75
%30.34

CMYK color model

#73AC7D color CMYK value is (33,0,27,33).

  • cyan value is 33.14%
  • magenta value is 0.00%
  • yellow value is 27.33%
  • key color value is 32.55%
CMYK:
(33,0,27,33)
C33M0Y27K33 
(33%,0%,27%,33%)
(0.33/0.00/0.27/0.33)	

CMYK percentages

%33.14
%0
%27.33
%32.55

Codes

Color #73AC7D in popluar color models

73AC7D
RGB115172125
HSL131°25.56%56.27%
HSB/HSV131°33.14%67.45%
CMYK33.14%0.00%27.33%
32.55%

Color #73AC7D in popluar number systems.

HEX73AC7D
Decimal115172125
Binary1110011101011001111101
Octal163254175

Shades and tints

Shades of #73AC7D

#73AC7D
(115,172,125)
#699D72
(105,157,114)
#5F8E67
(95,142,103)
#557F5C
(85,127,92)
#4B7051
(75,112,81)
#416146
(65,97,70)
#37523B
(55,82,59)
#2D4330
(45,67,48)
#233425
(35,52,37)
#19251A
(25,37,26)
#0F160F
(15,22,15)
#000000
(0,0,0)

Tints of #73AC7D

#73AC7D
(115,172,125)
#7FB388
(127,179,136)
#8BBA93
(139,186,147)
#97C19E
(151,193,158)
#A3C8A9
(163,200,169)
#AFCFB4
(175,207,180)
#BBD6BF
(187,214,191)
#C7DDCA
(199,221,202)
#D3E4D5
(211,228,213)
#DFEBE0
(223,235,224)
#EBF2EB
(235,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73AC7D; }

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

This text font color is #73AC7D.


Background Color

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

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

This div background color is #73AC7D.


Border color

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

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

This div border color is #73AC7D.


Opacity

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

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

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

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

This text has shadow with #73AC7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73AC7D on black background.


Color preview on white background

This text has color #73AC7D on white background.



Black color preview on #73AC7D background

This text has black color on #73AC7D background.


White color preview on #73AC7D background

This text has white color on #73AC7D background.