COLOR #73A572

HEX: #73A572
RGB: (115,165,114)

Color info

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

RGB color model

#73A572 color RGB value is (115,165,114).

  • red value is 115;
  • green value is 165;
  • blue value is 114.
RGB:
(115,165,114)
(45%,65%,45%)

RGB channels and saturation

R 115 of 255 = 45%
G 165 of 255 = 65%
B 114 of 255 = 45%

115
165
114

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

Portions of RGB colors in percentages

R + G + B =
115 + 165 + 114 = 394 (100%)
R 115 of 394 ~ 29.19%
G 165 of 394 ~ 41.88%
B 114 of 394 ~ 28.93%

%29.19
%41.88
%28.93

CMYK color model

#73A572 color CMYK value is (30,0,31,35).

  • cyan value is 30.30%
  • magenta value is 0.00%
  • yellow value is 30.91%
  • key color value is 35.29%
CMYK:
(30,0,31,35)
C30M0Y31K35 
(30%,0%,31%,35%)
(0.30/0.00/0.31/0.35)	

CMYK percentages

%30.3
%0
%30.91
%35.29

Codes

Color #73A572 in popluar color models

73A572
RGB115165114
HSL119°22.08%54.71%
HSB/HSV119°30.91%64.71%
CMYK30.30%0.00%30.91%
35.29%

Color #73A572 in popluar number systems.

HEX73A572
Decimal115165114
Binary1110011101001011110010
Octal163245162

Shades and tints

Shades of #73A572

#73A572
(115,165,114)
#699668
(105,150,104)
#5F875E
(95,135,94)
#557854
(85,120,84)
#4B694A
(75,105,74)
#415A40
(65,90,64)
#374B36
(55,75,54)
#2D3C2C
(45,60,44)
#232D22
(35,45,34)
#191E18
(25,30,24)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #73A572

#73A572
(115,165,114)
#7FAD7E
(127,173,126)
#8BB58A
(139,181,138)
#97BD96
(151,189,150)
#A3C5A2
(163,197,162)
#AFCDAE
(175,205,174)
#BBD5BA
(187,213,186)
#C7DDC6
(199,221,198)
#D3E5D2
(211,229,210)
#DFEDDE
(223,237,222)
#EBF5EA
(235,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73A572; }

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

This text font color is #73A572.


Background Color

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

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

This div background color is #73A572.


Border color

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

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

This div border color is #73A572.


Opacity

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

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

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

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

This text has shadow with #73A572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A572 on black background.


Color preview on white background

This text has color #73A572 on white background.



Black color preview on #73A572 background

This text has black color on #73A572 background.


White color preview on #73A572 background

This text has white color on #73A572 background.