COLOR #73B17D

HEX: #73B17D RGB: (115,177,125)

Color info

#73B17D contains mainly green and blue colors. Web safe color of #73B17D is #669966 (or #696).

RGB color model

#73B17D color RGB value is (115,177,125).

RGB: (115,177,125) (45%, 69%, 49%)

RGB channels and saturation

R 115 of 255 = 45%
G 177 of 255 = 69%
B 125 of 255 = 49%

115
177
125

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

Portions of RGB colors in percentages

R + G + B = 115 + 177 + 125 = 417 (100%)
R 115 of 417 ~ 27.58%
G 177 of 417 ~ 42.45%
B 125 of 417 ~ 29.98'%

%27.58
%42.45
%29.98

CMYK color model

#73B17D color CMYK value is (35,0,29,31).

  • cyan value is 35.03%
  • magenta value is 0.00%
  • yellow value is 29.38%
  • key color value is 30.59%

CMYK: (35,0,29,31)
C35M0Y29K31 (35%, 0%, 29%, 31%)
(0.35 / 0.00 / 0.29 / 0.31)

CMYK percentages

%35.03
%0
%29.38
%30.59

Codes

Color #73B17D in popluar color models

73 B1 7D
RGB 115 177 125
HSL 130° 28.44% 57.25%
HSB/HSV 130° 35.03% 69.41%
CMYK 35.03% 0.00% 29.38%
30.59%

Color #73B17D in popluar number systems.

HEX 73 B1 7D
Decimal 115 177 125
Binary 1110011 10110001 1111101
Octal 163 261 175

Shades and tints

Shades of #73B17D

#73B17D
(115,177,125)
#69A172
(105,161,114)
#5F9167
(95,145,103)
#55815C
(85,129,92)
#4B7151
(75,113,81)
#416146
(65,97,70)
#37513B
(55,81,59)
#2D4130
(45,65,48)
#233125
(35,49,37)
#19211A
(25,33,26)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #73B17D

#73B17D
(115,177,125)
#7FB888
(127,184,136)
#8BBF93
(139,191,147)
#97C69E
(151,198,158)
#A3CDA9
(163,205,169)
#AFD4B4
(175,212,180)
#BBDBBF
(187,219,191)
#C7E2CA
(199,226,202)
#D3E9D5
(211,233,213)
#DFF0E0
(223,240,224)
#EBF7EB
(235,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73B17D; }

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

This text font color is #73B17D.

Background Color

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

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

This div background color is #73B17D.

Border color

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

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

This div border color is #73B17D.

Opacity

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

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

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

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

This text has shadow with #73B17D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73B17D.

Preview

Color preview on black background

This text has color #73B17D on black background.


Color preview on white background

This text has color #73B17D on white background.


Black color preview on #73B17D background

This text has black color on #73B17D background.


White color preview on #73B17D background

This text has white color on #73B17D background.


Related colors

Complementary color

Complementary color for #hex is #8C4E82.


I love getcolorcode.com

Triadic colors

1 #7D73B1 and #B17D73 with #73B17D are triadic colors.

2 #7DB173 and #B1737D with #73B17D are triadic colors.