COLOR #73C978

HEX: #73C978 RGB: (115,201,120)

Color info

#73C978 contains mainly green color. Web safe color of #73C978 is #66CC66 (or #6C6).

RGB color model

#73C978 color RGB value is (115,201,120).

RGB: (115,201,120) (45%, 79%, 47%)

RGB channels and saturation

R 115 of 255 = 45%
G 201 of 255 = 79%
B 120 of 255 = 47%

115
201
120

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

Portions of RGB colors in percentages

R + G + B = 115 + 201 + 120 = 436 (100%)
R 115 of 436 ~ 26.38%
G 201 of 436 ~ 46.1%
B 120 of 436 ~ 27.52'%

%26.38
%46.1
%27.52

CMYK color model

#73C978 color CMYK value is (43,0,40,21).

  • cyan value is 42.79%
  • magenta value is 0.00%
  • yellow value is 40.30%
  • key color value is 21.18%
CMYK: (43,0,40,21) C43M0Y40K21 (43%,0%,40%,21%) (0.43/0.00/0.40/0.21) 

CMYK percentages

%42.79
%0
%40.3
%21.18

Codes

Color #73C978 in popluar color models

73 C9 78
RGB 115 201 120
HSL 123° 44.33% 61.96%
HSB/HSV 123° 42.79% 78.82%
CMYK 42.79% 0.00% 40.30%
21.18%

Color #73C978 in popluar number systems.

HEX 73 C9 78
Decimal 115 201 120
Binary 1110011 11001001 1111000
Octal 163 311 170

Shades and tints

Shades of #73C978

#73C978
(115,201,120)
#69B76E
(105,183,110)
#5FA564
(95,165,100)
#55935A
(85,147,90)
#4B8150
(75,129,80)
#416F46
(65,111,70)
#375D3C
(55,93,60)
#2D4B32
(45,75,50)
#233928
(35,57,40)
#19271E
(25,39,30)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #73C978

#73C978
(115,201,120)
#7FCD84
(127,205,132)
#8BD190
(139,209,144)
#97D59C
(151,213,156)
#A3D9A8
(163,217,168)
#AFDDB4
(175,221,180)
#BBE1C0
(187,225,192)
#C7E5CC
(199,229,204)
#D3E9D8
(211,233,216)
#DFEDE4
(223,237,228)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73C978; }

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

This text font color is #73C978.

Background Color

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

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

This div background color is #73C978.

Border color

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

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

This div border color is #73C978.

Opacity

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

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

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

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

This text has shadow with #73C978 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73C978.

Preview

Color preview on black background

This text has color #73C978 on black background.


Color preview on white background

This text has color #73C978 on white background.


Black color preview on #73C978 background

This text has black color on #73C978 background.


White color preview on #73C978 background

This text has white color on #73C978 background.


Related colors

Complementary color

Complementary color for #hex is #8C3687.


I love getcolorcode.com

Triadic colors

1 #7873C9 and #C97873 with #73C978 are triadic colors.

2 #78C973 and #C97378 with #73C978 are triadic colors.