COLOR #73BA7D

HEX: #73BA7D RGB: (115,186,125)

Color info

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

RGB color model

#73BA7D color RGB value is (115,186,125).

RGB: (115,186,125) (45%, 73%, 49%)

RGB channels and saturation

R 115 of 255 = 45%
G 186 of 255 = 73%
B 125 of 255 = 49%

115
186
125

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

Portions of RGB colors in percentages

R + G + B = 115 + 186 + 125 = 426 (100%)
R 115 of 426 ~ 27%
G 186 of 426 ~ 43.66%
B 125 of 426 ~ 29.34'%

%27
%43.66
%29.34

CMYK color model

#73BA7D color CMYK value is (38,0,33,27).

  • cyan value is 38.17%
  • magenta value is 0.00%
  • yellow value is 32.80%
  • key color value is 27.06%

CMYK: (38,0,33,27)
C38M0Y33K27 (38%, 0%, 33%, 27%)
(0.38 / 0.00 / 0.33 / 0.27)

CMYK percentages

%38.17
%0
%32.8
%27.06

Codes

Color #73BA7D in popluar color models

73 BA 7D
RGB 115 186 125
HSL 128° 33.97% 59.02%
HSB/HSV 128° 38.17% 72.94%
CMYK 38.17% 0.00% 32.80%
27.06%

Color #73BA7D in popluar number systems.

HEX 73 BA 7D
Decimal 115 186 125
Binary 1110011 10111010 1111101
Octal 163 272 175

Shades and tints

Shades of #73BA7D

#73BA7D
(115,186,125)
#69AA72
(105,170,114)
#5F9A67
(95,154,103)
#558A5C
(85,138,92)
#4B7A51
(75,122,81)
#416A46
(65,106,70)
#375A3B
(55,90,59)
#2D4A30
(45,74,48)
#233A25
(35,58,37)
#192A1A
(25,42,26)
#0F1A0F
(15,26,15)
#000000
(0,0,0)

Tints of #73BA7D

#73BA7D
(115,186,125)
#7FC088
(127,192,136)
#8BC693
(139,198,147)
#97CC9E
(151,204,158)
#A3D2A9
(163,210,169)
#AFD8B4
(175,216,180)
#BBDEBF
(187,222,191)
#C7E4CA
(199,228,202)
#D3EAD5
(211,234,213)
#DFF0E0
(223,240,224)
#EBF6EB
(235,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73BA7D; }

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

This text font color is #73BA7D.

Background Color

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

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

This div background color is #73BA7D.

Border color

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

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

This div border color is #73BA7D.

Opacity

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

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

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

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

This text has shadow with #73BA7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73BA7D.

Preview

Color preview on black background

This text has color #73BA7D on black background.


Color preview on white background

This text has color #73BA7D on white background.


Black color preview on #73BA7D background

This text has black color on #73BA7D background.


White color preview on #73BA7D background

This text has white color on #73BA7D background.


Related colors

Complementary color

Complementary color for #hex is #8C4582.


I love getcolorcode.com

Triadic colors

1 #7D73BA and #BA7D73 with #73BA7D are triadic colors.

2 #7DBA73 and #BA737D with #73BA7D are triadic colors.