COLOR #73A072

HEX: #73A072
RGB: (115,160,114)

Color info

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

RGB color model

#73A072 color RGB value is (115,160,114).

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

RGB channels and saturation

R 115 of 255 = 45%
G 160 of 255 = 63%
B 114 of 255 = 45%

115
160
114

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

Portions of RGB colors in percentages

R + G + B =
115 + 160 + 114 = 389 (100%)
R 115 of 389 ~ 29.56%
G 160 of 389 ~ 41.13%
B 114 of 389 ~ 29.31%

%29.56
%41.13
%29.31

CMYK color model

#73A072 color CMYK value is (28,0,29,37).

  • cyan value is 28.13%
  • magenta value is 0.00%
  • yellow value is 28.75%
  • key color value is 37.25%
CMYK:
(28,0,29,37)
C28M0Y29K37 
(28%,0%,29%,37%)
(0.28/0.00/0.29/0.37)	

CMYK percentages

%28.13
%0
%28.75
%37.25

Codes

Color #73A072 in popluar color models

73A072
RGB115160114
HSL119°19.49%53.73%
HSB/HSV119°28.75%62.75%
CMYK28.13%0.00%28.75%
37.25%

Color #73A072 in popluar number systems.

HEX73A072
Decimal115160114
Binary1110011101000001110010
Octal163240162

Shades and tints

Shades of #73A072

#73A072
(115,160,114)
#699268
(105,146,104)
#5F845E
(95,132,94)
#557654
(85,118,84)
#4B684A
(75,104,74)
#415A40
(65,90,64)
#374C36
(55,76,54)
#2D3E2C
(45,62,44)
#233022
(35,48,34)
#192218
(25,34,24)
#0F140E
(15,20,14)
#000000
(0,0,0)

Tints of #73A072

#73A072
(115,160,114)
#7FA87E
(127,168,126)
#8BB08A
(139,176,138)
#97B896
(151,184,150)
#A3C0A2
(163,192,162)
#AFC8AE
(175,200,174)
#BBD0BA
(187,208,186)
#C7D8C6
(199,216,198)
#D3E0D2
(211,224,210)
#DFE8DE
(223,232,222)
#EBF0EA
(235,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73A072; }

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

This text font color is #73A072.


Background Color

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

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

This div background color is #73A072.


Border color

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

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

This div border color is #73A072.


Opacity

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

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

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

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

This text has shadow with #73A072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A072 on black background.


Color preview on white background

This text has color #73A072 on white background.



Black color preview on #73A072 background

This text has black color on #73A072 background.


White color preview on #73A072 background

This text has white color on #73A072 background.