COLOR #73A878

HEX: #73A878
RGB: (115,168,120)

Color info

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

RGB color model

#73A878 color RGB value is (115,168,120).

  • red value is 115;
  • green value is 168;
  • blue value is 120.
RGB:
(115,168,120)
(45%,66%,47%)

RGB channels and saturation

R 115 of 255 = 45%
G 168 of 255 = 66%
B 120 of 255 = 47%

115
168
120

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

Portions of RGB colors in percentages

R + G + B =
115 + 168 + 120 = 403 (100%)
R 115 of 403 ~ 28.54%
G 168 of 403 ~ 41.69%
B 120 of 403 ~ 29.78%

%28.54
%41.69
%29.78

CMYK color model

#73A878 color CMYK value is (32,0,29,34).

  • cyan value is 31.55%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 34.12%
CMYK:
(32,0,29,34)
C32M0Y29K34 
(32%,0%,29%,34%)
(0.32/0.00/0.29/0.34)	

CMYK percentages

%31.55
%0
%28.57
%34.12

Codes

Color #73A878 in popluar color models

73A878
RGB115168120
HSL126°23.35%55.49%
HSB/HSV126°31.55%65.88%
CMYK31.55%0.00%28.57%
34.12%

Color #73A878 in popluar number systems.

HEX73A878
Decimal115168120
Binary1110011101010001111000
Octal163250170

Shades and tints

Shades of #73A878

#73A878
(115,168,120)
#69996E
(105,153,110)
#5F8A64
(95,138,100)
#557B5A
(85,123,90)
#4B6C50
(75,108,80)
#415D46
(65,93,70)
#374E3C
(55,78,60)
#2D3F32
(45,63,50)
#233028
(35,48,40)
#19211E
(25,33,30)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #73A878

#73A878
(115,168,120)
#7FAF84
(127,175,132)
#8BB690
(139,182,144)
#97BD9C
(151,189,156)
#A3C4A8
(163,196,168)
#AFCBB4
(175,203,180)
#BBD2C0
(187,210,192)
#C7D9CC
(199,217,204)
#D3E0D8
(211,224,216)
#DFE7E4
(223,231,228)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73A878; }

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

This text font color is #73A878.


Background Color

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

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

This div background color is #73A878.


Border color

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

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

This div border color is #73A878.


Opacity

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

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

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

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

This text has shadow with #73A878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A878 on black background.


Color preview on white background

This text has color #73A878 on white background.



Black color preview on #73A878 background

This text has black color on #73A878 background.


White color preview on #73A878 background

This text has white color on #73A878 background.