COLOR #73D68F

HEX: #73D68F
RGB: (115,214,143)

Color info

#73D68F contains mainly green color. Web safe color of #73D68F is #66CC99 (or #6C9).

RGB color model

#73D68F color RGB value is (115,214,143).

  • red value is 115;
  • green value is 214;
  • blue value is 143.
RGB:
(115,214,143)
(45%,84%,56%)

RGB channels and saturation

R 115 of 255 = 45%
G 214 of 255 = 84%
B 143 of 255 = 56%

115
214
143

R + G + B ~ 62%. #73D68F is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 214 + 143 = 472 (100%)
R 115 of 472 ~ 24.36%
G 214 of 472 ~ 45.34%
B 143 of 472 ~ 30.3%

%24.36
%45.34
%30.3

CMYK color model

#73D68F color CMYK value is (46,0,33,16).

  • cyan value is 46.26%
  • magenta value is 0.00%
  • yellow value is 33.18%
  • key color value is 16.08%
CMYK:
(46,0,33,16)
C46M0Y33K16 
(46%,0%,33%,16%)
(0.46/0.00/0.33/0.16)	

CMYK percentages

%46.26
%0
%33.18
%16.08

Codes

Color #73D68F in popluar color models

73D68F
RGB115214143
HSL137°54.70%64.51%
HSB/HSV137°46.26%83.92%
CMYK46.26%0.00%33.18%
16.08%

Color #73D68F in popluar number systems.

HEX73D68F
Decimal115214143
Binary11100111101011010001111
Octal163326217

Shades and tints

Shades of #73D68F

#73D68F
(115,214,143)
#69C382
(105,195,130)
#5FB075
(95,176,117)
#559D68
(85,157,104)
#4B8A5B
(75,138,91)
#41774E
(65,119,78)
#376441
(55,100,65)
#2D5134
(45,81,52)
#233E27
(35,62,39)
#192B1A
(25,43,26)
#0F180D
(15,24,13)
#000000
(0,0,0)

Tints of #73D68F

#73D68F
(115,214,143)
#7FD999
(127,217,153)
#8BDCA3
(139,220,163)
#97DFAD
(151,223,173)
#A3E2B7
(163,226,183)
#AFE5C1
(175,229,193)
#BBE8CB
(187,232,203)
#C7EBD5
(199,235,213)
#D3EEDF
(211,238,223)
#DFF1E9
(223,241,233)
#EBF4F3
(235,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73D68F; }

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

This text font color is #73D68F.


Background Color

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

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

This div background color is #73D68F.


Border color

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

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

This div border color is #73D68F.


Opacity

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

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

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

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

This text has shadow with #73D68F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73D68F on black background.


Color preview on white background

This text has color #73D68F on white background.



Black color preview on #73D68F background

This text has black color on #73D68F background.


White color preview on #73D68F background

This text has white color on #73D68F background.