COLOR #73D073

HEX: #73D073
RGB: (115,208,115)

Color info

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

RGB color model

#73D073 color RGB value is (115,208,115).

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

RGB channels and saturation

R 115 of 255 = 45%
G 208 of 255 = 82%
B 115 of 255 = 45%

115
208
115

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

Portions of RGB colors in percentages

R + G + B =
115 + 208 + 115 = 438 (100%)
R 115 of 438 ~ 26.26%
G 208 of 438 ~ 47.49%
B 115 of 438 ~ 26.26%

%26.26
%47.49
%26.26

CMYK color model

#73D073 color CMYK value is (45,0,45,18).

  • cyan value is 44.71%
  • magenta value is 0.00%
  • yellow value is 44.71%
  • key color value is 18.43%
CMYK:
(45,0,45,18)
C45M0Y45K18 
(45%,0%,45%,18%)
(0.45/0.00/0.45/0.18)	

CMYK percentages

%44.71
%0
%44.71
%18.43

Codes

Color #73D073 in popluar color models

73D073
RGB115208115
HSL120°49.73%63.33%
HSB/HSV120°44.71%81.57%
CMYK44.71%0.00%44.71%
18.43%

Color #73D073 in popluar number systems.

HEX73D073
Decimal115208115
Binary1110011110100001110011
Octal163320163

Shades and tints

Shades of #73D073

#73D073
(115,208,115)
#69BE69
(105,190,105)
#5FAC5F
(95,172,95)
#559A55
(85,154,85)
#4B884B
(75,136,75)
#417641
(65,118,65)
#376437
(55,100,55)
#2D522D
(45,82,45)
#234023
(35,64,35)
#192E19
(25,46,25)
#0F1C0F
(15,28,15)
#000000
(0,0,0)

Tints of #73D073

#73D073
(115,208,115)
#7FD47F
(127,212,127)
#8BD88B
(139,216,139)
#97DC97
(151,220,151)
#A3E0A3
(163,224,163)
#AFE4AF
(175,228,175)
#BBE8BB
(187,232,187)
#C7ECC7
(199,236,199)
#D3F0D3
(211,240,211)
#DFF4DF
(223,244,223)
#EBF8EB
(235,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73D073; }

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

This text font color is #73D073.


Background Color

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

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

This div background color is #73D073.


Border color

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

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

This div border color is #73D073.


Opacity

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

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

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

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

This text has shadow with #73D073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73D073 on black background.


Color preview on white background

This text has color #73D073 on white background.



Black color preview on #73D073 background

This text has black color on #73D073 background.


White color preview on #73D073 background

This text has white color on #73D073 background.