COLOR #73C673

HEX: #73C673
RGB: (115,198,115)

Color info

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

RGB color model

#73C673 color RGB value is (115,198,115).

  • red value is 115;
  • green value is 198;
  • blue value is 115.
RGB:
(115,198,115)
(45%,78%,45%)

RGB channels and saturation

R 115 of 255 = 45%
G 198 of 255 = 78%
B 115 of 255 = 45%

115
198
115

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

Portions of RGB colors in percentages

R + G + B =
115 + 198 + 115 = 428 (100%)
R 115 of 428 ~ 26.87%
G 198 of 428 ~ 46.26%
B 115 of 428 ~ 26.87%

%26.87
%46.26
%26.87

CMYK color model

#73C673 color CMYK value is (42,0,42,22).

  • cyan value is 41.92%
  • magenta value is 0.00%
  • yellow value is 41.92%
  • key color value is 22.35%
CMYK:
(42,0,42,22)
C42M0Y42K22 
(42%,0%,42%,22%)
(0.42/0.00/0.42/0.22)	

CMYK percentages

%41.92
%0
%41.92
%22.35

Codes

Color #73C673 in popluar color models

73C673
RGB115198115
HSL120°42.13%61.37%
HSB/HSV120°41.92%77.65%
CMYK41.92%0.00%41.92%
22.35%

Color #73C673 in popluar number systems.

HEX73C673
Decimal115198115
Binary1110011110001101110011
Octal163306163

Shades and tints

Shades of #73C673

#73C673
(115,198,115)
#69B469
(105,180,105)
#5FA25F
(95,162,95)
#559055
(85,144,85)
#4B7E4B
(75,126,75)
#416C41
(65,108,65)
#375A37
(55,90,55)
#2D482D
(45,72,45)
#233623
(35,54,35)
#192419
(25,36,25)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #73C673

#73C673
(115,198,115)
#7FCB7F
(127,203,127)
#8BD08B
(139,208,139)
#97D597
(151,213,151)
#A3DAA3
(163,218,163)
#AFDFAF
(175,223,175)
#BBE4BB
(187,228,187)
#C7E9C7
(199,233,199)
#D3EED3
(211,238,211)
#DFF3DF
(223,243,223)
#EBF8EB
(235,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73C673; }

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

This text font color is #73C673.


Background Color

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

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

This div background color is #73C673.


Border color

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

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

This div border color is #73C673.


Opacity

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

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

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

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

This text has shadow with #73C673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73C673 on black background.


Color preview on white background

This text has color #73C673 on white background.



Black color preview on #73C673 background

This text has black color on #73C673 background.


White color preview on #73C673 background

This text has white color on #73C673 background.