COLOR #73B97A

HEX: #73B97A
RGB: (115,185,122)

Color info

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

RGB color model

#73B97A color RGB value is (115,185,122).

  • red value is 115;
  • green value is 185;
  • blue value is 122.
RGB:
(115,185,122)
(45%,73%,48%)

RGB channels and saturation

R 115 of 255 = 45%
G 185 of 255 = 73%
B 122 of 255 = 48%

115
185
122

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

Portions of RGB colors in percentages

R + G + B =
115 + 185 + 122 = 422 (100%)
R 115 of 422 ~ 27.25%
G 185 of 422 ~ 43.84%
B 122 of 422 ~ 28.91%

%27.25
%43.84
%28.91

CMYK color model

#73B97A color CMYK value is (38,0,34,27).

  • cyan value is 37.84%
  • magenta value is 0.00%
  • yellow value is 34.05%
  • key color value is 27.45%
CMYK:
(38,0,34,27)
C38M0Y34K27 
(38%,0%,34%,27%)
(0.38/0.00/0.34/0.27)	

CMYK percentages

%37.84
%0
%34.05
%27.45

Codes

Color #73B97A in popluar color models

73B97A
RGB115185122
HSL126°33.33%58.82%
HSB/HSV126°37.84%72.55%
CMYK37.84%0.00%34.05%
27.45%

Color #73B97A in popluar number systems.

HEX73B97A
Decimal115185122
Binary1110011101110011111010
Octal163271172

Shades and tints

Shades of #73B97A

#73B97A
(115,185,122)
#69A96F
(105,169,111)
#5F9964
(95,153,100)
#558959
(85,137,89)
#4B794E
(75,121,78)
#416943
(65,105,67)
#375938
(55,89,56)
#2D492D
(45,73,45)
#233922
(35,57,34)
#192917
(25,41,23)
#0F190C
(15,25,12)
#000000
(0,0,0)

Tints of #73B97A

#73B97A
(115,185,122)
#7FBF86
(127,191,134)
#8BC592
(139,197,146)
#97CB9E
(151,203,158)
#A3D1AA
(163,209,170)
#AFD7B6
(175,215,182)
#BBDDC2
(187,221,194)
#C7E3CE
(199,227,206)
#D3E9DA
(211,233,218)
#DFEFE6
(223,239,230)
#EBF5F2
(235,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73B97A; }

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

This text font color is #73B97A.


Background Color

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

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

This div background color is #73B97A.


Border color

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

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

This div border color is #73B97A.


Opacity

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

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

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

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

This text has shadow with #73B97A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73B97A on black background.


Color preview on white background

This text has color #73B97A on white background.



Black color preview on #73B97A background

This text has black color on #73B97A background.


White color preview on #73B97A background

This text has white color on #73B97A background.