COLOR #73C68D

HEX: #73C68D
RGB: (115,198,141)

Color info

#73C68D contains mainly green and blue colors. Web safe color of #73C68D is #66CC99 (or #6C9).

RGB color model

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

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

RGB channels and saturation

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

115
198
141

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

Portions of RGB colors in percentages

R + G + B =
115 + 198 + 141 = 454 (100%)
R 115 of 454 ~ 25.33%
G 198 of 454 ~ 43.61%
B 141 of 454 ~ 31.06%

%25.33
%43.61
%31.06

CMYK color model

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

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

CMYK percentages

%41.92
%0
%28.79
%22.35

Codes

Color #73C68D in popluar color models

73C68D
RGB115198141
HSL139°42.13%61.37%
HSB/HSV139°41.92%77.65%
CMYK41.92%0.00%28.79%
22.35%

Color #73C68D in popluar number systems.

HEX73C68D
Decimal115198141
Binary11100111100011010001101
Octal163306215

Shades and tints

Shades of #73C68D

#73C68D
(115,198,141)
#69B481
(105,180,129)
#5FA275
(95,162,117)
#559069
(85,144,105)
#4B7E5D
(75,126,93)
#416C51
(65,108,81)
#375A45
(55,90,69)
#2D4839
(45,72,57)
#23362D
(35,54,45)
#192421
(25,36,33)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #73C68D

#73C68D
(115,198,141)
#7FCB97
(127,203,151)
#8BD0A1
(139,208,161)
#97D5AB
(151,213,171)
#A3DAB5
(163,218,181)
#AFDFBF
(175,223,191)
#BBE4C9
(187,228,201)
#C7E9D3
(199,233,211)
#D3EEDD
(211,238,221)
#DFF3E7
(223,243,231)
#EBF8F1
(235,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73C68D; }

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

This text font color is #73C68D.


Background Color

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

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

This div background color is #73C68D.


Border color

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

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

This div border color is #73C68D.


Opacity

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

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

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

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

This text has shadow with #73C68D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73C68D on black background.


Color preview on white background

This text has color #73C68D on white background.



Black color preview on #73C68D background

This text has black color on #73C68D background.


White color preview on #73C68D background

This text has white color on #73C68D background.