COLOR #73A178

HEX: #73A178 RGB: (115,161,120)

Color info

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

RGB color model

#73A178 color RGB value is (115,161,120).

RGB: (115,161,120) (45%, 63%, 47%)

RGB channels and saturation

R 115 of 255 = 45%
G 161 of 255 = 63%
B 120 of 255 = 47%

115
161
120

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

Portions of RGB colors in percentages

R + G + B = 115 + 161 + 120 = 396 (100%)
R 115 of 396 ~ 29.04%
G 161 of 396 ~ 40.66%
B 120 of 396 ~ 30.3'%

%29.04
%40.66
%30.3

CMYK color model

#73A178 color CMYK value is (29,0,25,37).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 25.47%
  • key color value is 36.86%

CMYK: (29,0,25,37)
C29M0Y25K37 (29%, 0%, 25%, 37%)
(0.29 / 0.00 / 0.25 / 0.37)

CMYK percentages

%28.57
%0
%25.47
%36.86

Codes

Color #73A178 in popluar color models

73 A1 78
RGB 115 161 120
HSL 127° 19.66% 54.12%
HSB/HSV 127° 28.57% 63.14%
CMYK 28.57% 0.00% 25.47%
36.86%

Color #73A178 in popluar number systems.

HEX 73 A1 78
Decimal 115 161 120
Binary 1110011 10100001 1111000
Octal 163 241 170

Shades and tints

Shades of #73A178

#73A178
(115,161,120)
#69936E
(105,147,110)
#5F8564
(95,133,100)
#55775A
(85,119,90)
#4B6950
(75,105,80)
#415B46
(65,91,70)
#374D3C
(55,77,60)
#2D3F32
(45,63,50)
#233128
(35,49,40)
#19231E
(25,35,30)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #73A178

#73A178
(115,161,120)
#7FA984
(127,169,132)
#8BB190
(139,177,144)
#97B99C
(151,185,156)
#A3C1A8
(163,193,168)
#AFC9B4
(175,201,180)
#BBD1C0
(187,209,192)
#C7D9CC
(199,217,204)
#D3E1D8
(211,225,216)
#DFE9E4
(223,233,228)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73A178; }

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

This text font color is #73A178.

Background Color

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

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

This div background color is #73A178.

Border color

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

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

This div border color is #73A178.

Opacity

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

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

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

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

This text has shadow with #73A178 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73A178.

Preview

Color preview on black background

This text has color #73A178 on black background.


Color preview on white background

This text has color #73A178 on white background.


Black color preview on #73A178 background

This text has black color on #73A178 background.


White color preview on #73A178 background

This text has white color on #73A178 background.


Related colors

Complementary color

Complementary color for #hex is #8C5E87.


I love getcolorcode.com

Triadic colors

1 #7873A1 and #A17873 with #73A178 are triadic colors.

2 #78A173 and #A17378 with #73A178 are triadic colors.