COLOR #73AD77

HEX: #73AD77 RGB: (115,173,119)

Color info

#73AD77 contains red, green and blue colors in about the same proportion. Web safe color of #73AD77 is #669966 (or #696).

RGB color model

#73AD77 color RGB value is (115,173,119).

RGB: (115,173,119) (45%, 68%, 47%)

RGB channels and saturation

R 115 of 255 = 45%
G 173 of 255 = 68%
B 119 of 255 = 47%

115
173
119

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

Portions of RGB colors in percentages

R + G + B = 115 + 173 + 119 = 407 (100%)
R 115 of 407 ~ 28.26%
G 173 of 407 ~ 42.51%
B 119 of 407 ~ 29.24'%

%28.26
%42.51
%29.24

CMYK color model

#73AD77 color CMYK value is (34,0,31,32).

  • cyan value is 33.53%
  • magenta value is 0.00%
  • yellow value is 31.21%
  • key color value is 32.16%

CMYK: (34,0,31,32)
C34M0Y31K32 (34%, 0%, 31%, 32%)
(0.34 / 0.00 / 0.31 / 0.32)

CMYK percentages

%33.53
%0
%31.21
%32.16

Codes

Color #73AD77 in popluar color models

73 AD 77
RGB 115 173 119
HSL 124° 26.13% 56.47%
HSB/HSV 124° 33.53% 67.84%
CMYK 33.53% 0.00% 31.21%
32.16%

Color #73AD77 in popluar number systems.

HEX 73 AD 77
Decimal 115 173 119
Binary 1110011 10101101 1110111
Octal 163 255 167

Shades and tints

Shades of #73AD77

#73AD77
(115,173,119)
#699E6D
(105,158,109)
#5F8F63
(95,143,99)
#558059
(85,128,89)
#4B714F
(75,113,79)
#416245
(65,98,69)
#37533B
(55,83,59)
#2D4431
(45,68,49)
#233527
(35,53,39)
#19261D
(25,38,29)
#0F1713
(15,23,19)
#000000
(0,0,0)

Tints of #73AD77

#73AD77
(115,173,119)
#7FB483
(127,180,131)
#8BBB8F
(139,187,143)
#97C29B
(151,194,155)
#A3C9A7
(163,201,167)
#AFD0B3
(175,208,179)
#BBD7BF
(187,215,191)
#C7DECB
(199,222,203)
#D3E5D7
(211,229,215)
#DFECE3
(223,236,227)
#EBF3EF
(235,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73AD77; }

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

This text font color is #73AD77.

Background Color

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

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

This div background color is #73AD77.

Border color

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

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

This div border color is #73AD77.

Opacity

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

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

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

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

This text has shadow with #73AD77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73AD77.

Preview

Color preview on black background

This text has color #73AD77 on black background.


Color preview on white background

This text has color #73AD77 on white background.


Black color preview on #73AD77 background

This text has black color on #73AD77 background.


White color preview on #73AD77 background

This text has white color on #73AD77 background.


Related colors

Complementary color

Complementary color for #hex is #8C5288.


I love getcolorcode.com

Triadic colors

1 #7773AD and #AD7773 with #73AD77 are triadic colors.

2 #77AD73 and #AD7377 with #73AD77 are triadic colors.