COLOR #73AD6B

HEX: #73AD6B
RGB: (115,173,107)

Color info

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

RGB color model

#73AD6B color RGB value is (115,173,107).

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

RGB channels and saturation

R 115 of 255 = 45%
G 173 of 255 = 68%
B 107 of 255 = 42%

115
173
107

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

Portions of RGB colors in percentages

R + G + B =
115 + 173 + 107 = 395 (100%)
R 115 of 395 ~ 29.11%
G 173 of 395 ~ 43.8%
B 107 of 395 ~ 27.09%

%29.11
%43.8
%27.09

CMYK color model

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

  • cyan value is 33.53%
  • magenta value is 0.00%
  • yellow value is 38.15%
  • key color value is 32.16%
CMYK:
(34,0,38,32)
C34M0Y38K32 
(34%,0%,38%,32%)
(0.34/0.00/0.38/0.32)	

CMYK percentages

%33.53
%0
%38.15
%32.16

Codes

Color #73AD6B in popluar color models

73AD6B
RGB115173107
HSL113°28.70%54.90%
HSB/HSV113°38.15%67.84%
CMYK33.53%0.00%38.15%
32.16%

Color #73AD6B in popluar number systems.

HEX73AD6B
Decimal115173107
Binary1110011101011011101011
Octal163255153

Shades and tints

Shades of #73AD6B

#73AD6B
(115,173,107)
#699E62
(105,158,98)
#5F8F59
(95,143,89)
#558050
(85,128,80)
#4B7147
(75,113,71)
#41623E
(65,98,62)
#375335
(55,83,53)
#2D442C
(45,68,44)
#233523
(35,53,35)
#19261A
(25,38,26)
#0F1711
(15,23,17)
#000000
(0,0,0)

Tints of #73AD6B

#73AD6B
(115,173,107)
#7FB478
(127,180,120)
#8BBB85
(139,187,133)
#97C292
(151,194,146)
#A3C99F
(163,201,159)
#AFD0AC
(175,208,172)
#BBD7B9
(187,215,185)
#C7DEC6
(199,222,198)
#D3E5D3
(211,229,211)
#DFECE0
(223,236,224)
#EBF3ED
(235,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73AD6B; }

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

This text font color is #73AD6B.


Background Color

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

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

This div background color is #73AD6B.


Border color

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

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

This div border color is #73AD6B.


Opacity

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

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

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

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

This text has shadow with #73AD6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73AD6B on black background.


Color preview on white background

This text has color #73AD6B on white background.



Black color preview on #73AD6B background

This text has black color on #73AD6B background.


White color preview on #73AD6B background

This text has white color on #73AD6B background.