COLOR #73B789

HEX: #73B789 RGB: (115,183,137)

Color info

#73B789 contains mainly green and blue colors. Web safe color of #73B789 is #66CC99 (or #6C9).

RGB color model

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

RGB: (115,183,137) (45%, 72%, 54%)

RGB channels and saturation

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

115
183
137

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

Portions of RGB colors in percentages

R + G + B = 115 + 183 + 137 = 435 (100%)
R 115 of 435 ~ 26.44%
G 183 of 435 ~ 42.07%
B 137 of 435 ~ 31.49'%

%26.44
%42.07
%31.49

CMYK color model

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

  • cyan value is 37.16%
  • magenta value is 0.00%
  • yellow value is 25.14%
  • key color value is 28.24%

CMYK: (37,0,25,28)
C37M0Y25K28 (37%, 0%, 25%, 28%)
(0.37 / 0.00 / 0.25 / 0.28)

CMYK percentages

%37.16
%0
%25.14
%28.24

Codes

Color #73B789 in popluar color models

73 B7 89
RGB 115 183 137
HSL 139° 32.08% 58.43%
HSB/HSV 139° 37.16% 71.76%
CMYK 37.16% 0.00% 25.14%
28.24%

Color #73B789 in popluar number systems.

HEX 73 B7 89
Decimal 115 183 137
Binary 1110011 10110111 10001001
Octal 163 267 211

Shades and tints

Shades of #73B789

#73B789
(115,183,137)
#69A77D
(105,167,125)
#5F9771
(95,151,113)
#558765
(85,135,101)
#4B7759
(75,119,89)
#41674D
(65,103,77)
#375741
(55,87,65)
#2D4735
(45,71,53)
#233729
(35,55,41)
#19271D
(25,39,29)
#0F1711
(15,23,17)
#000000
(0,0,0)

Tints of #73B789

#73B789
(115,183,137)
#7FBD93
(127,189,147)
#8BC39D
(139,195,157)
#97C9A7
(151,201,167)
#A3CFB1
(163,207,177)
#AFD5BB
(175,213,187)
#BBDBC5
(187,219,197)
#C7E1CF
(199,225,207)
#D3E7D9
(211,231,217)
#DFEDE3
(223,237,227)
#EBF3ED
(235,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73B789; }

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

This text font color is #73B789.

Background Color

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

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

This div background color is #73B789.

Border color

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

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

This div border color is #73B789.

Opacity

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

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

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

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

This text has shadow with #73B789 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73B789.

Preview

Color preview on black background

This text has color #73B789 on black background.


Color preview on white background

This text has color #73B789 on white background.


Black color preview on #73B789 background

This text has black color on #73B789 background.


White color preview on #73B789 background

This text has white color on #73B789 background.


Related colors

Complementary color

Complementary color for #hex is #8C4876.


I love getcolorcode.com

Triadic colors

1 #8973B7 and #B78973 with #73B789 are triadic colors.

2 #89B773 and #B77389 with #73B789 are triadic colors.