COLOR #73AD75

HEX: #73AD75
RGB: (115,173,117)

Color info

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

RGB color model

#73AD75 color RGB value is (115,173,117).

  • red value is 115;
  • green value is 173;
  • blue value is 117.
RGB:
(115,173,117)
(45%,68%,46%)

RGB channels and saturation

R 115 of 255 = 45%
G 173 of 255 = 68%
B 117 of 255 = 46%

115
173
117

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

Portions of RGB colors in percentages

R + G + B =
115 + 173 + 117 = 405 (100%)
R 115 of 405 ~ 28.4%
G 173 of 405 ~ 42.72%
B 117 of 405 ~ 28.89%

%28.4
%42.72
%28.89

CMYK color model

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

  • cyan value is 33.53%
  • magenta value is 0.00%
  • yellow value is 32.37%
  • key color value is 32.16%
CMYK:
(34,0,32,32)
C34M0Y32K32 
(34%,0%,32%,32%)
(0.34/0.00/0.32/0.32)	

CMYK percentages

%33.53
%0
%32.37
%32.16

Codes

Color #73AD75 in popluar color models

73AD75
RGB115173117
HSL122°26.13%56.47%
HSB/HSV122°33.53%67.84%
CMYK33.53%0.00%32.37%
32.16%

Color #73AD75 in popluar number systems.

HEX73AD75
Decimal115173117
Binary1110011101011011110101
Octal163255165

Shades and tints

Shades of #73AD75

#73AD75
(115,173,117)
#699E6B
(105,158,107)
#5F8F61
(95,143,97)
#558057
(85,128,87)
#4B714D
(75,113,77)
#416243
(65,98,67)
#375339
(55,83,57)
#2D442F
(45,68,47)
#233525
(35,53,37)
#19261B
(25,38,27)
#0F1711
(15,23,17)
#000000
(0,0,0)

Tints of #73AD75

#73AD75
(115,173,117)
#7FB481
(127,180,129)
#8BBB8D
(139,187,141)
#97C299
(151,194,153)
#A3C9A5
(163,201,165)
#AFD0B1
(175,208,177)
#BBD7BD
(187,215,189)
#C7DEC9
(199,222,201)
#D3E5D5
(211,229,213)
#DFECE1
(223,236,225)
#EBF3ED
(235,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73AD75; }

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

This text font color is #73AD75.


Background Color

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

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

This div background color is #73AD75.


Border color

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

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

This div border color is #73AD75.


Opacity

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

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

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

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

This text has shadow with #73AD75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73AD75 on black background.


Color preview on white background

This text has color #73AD75 on white background.



Black color preview on #73AD75 background

This text has black color on #73AD75 background.


White color preview on #73AD75 background

This text has white color on #73AD75 background.