COLOR #73B773

HEX: #73B773
RGB: (115,183,115)

Color info

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

RGB color model

#73B773 color RGB value is (115,183,115).

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

RGB channels and saturation

R 115 of 255 = 45%
G 183 of 255 = 72%
B 115 of 255 = 45%

115
183
115

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

Portions of RGB colors in percentages

R + G + B =
115 + 183 + 115 = 413 (100%)
R 115 of 413 ~ 27.85%
G 183 of 413 ~ 44.31%
B 115 of 413 ~ 27.85%

%27.85
%44.31
%27.85

CMYK color model

#73B773 color CMYK value is (37,0,37,28).

  • cyan value is 37.16%
  • magenta value is 0.00%
  • yellow value is 37.16%
  • key color value is 28.24%
CMYK:
(37,0,37,28)
C37M0Y37K28 
(37%,0%,37%,28%)
(0.37/0.00/0.37/0.28)	

CMYK percentages

%37.16
%0
%37.16
%28.24

Codes

Color #73B773 in popluar color models

73B773
RGB115183115
HSL120°32.08%58.43%
HSB/HSV120°37.16%71.76%
CMYK37.16%0.00%37.16%
28.24%

Color #73B773 in popluar number systems.

HEX73B773
Decimal115183115
Binary1110011101101111110011
Octal163267163

Shades and tints

Shades of #73B773

#73B773
(115,183,115)
#69A769
(105,167,105)
#5F975F
(95,151,95)
#558755
(85,135,85)
#4B774B
(75,119,75)
#416741
(65,103,65)
#375737
(55,87,55)
#2D472D
(45,71,45)
#233723
(35,55,35)
#192719
(25,39,25)
#0F170F
(15,23,15)
#000000
(0,0,0)

Tints of #73B773

#73B773
(115,183,115)
#7FBD7F
(127,189,127)
#8BC38B
(139,195,139)
#97C997
(151,201,151)
#A3CFA3
(163,207,163)
#AFD5AF
(175,213,175)
#BBDBBB
(187,219,187)
#C7E1C7
(199,225,199)
#D3E7D3
(211,231,211)
#DFEDDF
(223,237,223)
#EBF3EB
(235,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73B773; }

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

This text font color is #73B773.


Background Color

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

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

This div background color is #73B773.


Border color

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

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

This div border color is #73B773.


Opacity

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

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

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

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

This text has shadow with #73B773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73B773 on black background.


Color preview on white background

This text has color #73B773 on white background.



Black color preview on #73B773 background

This text has black color on #73B773 background.


White color preview on #73B773 background

This text has white color on #73B773 background.