COLOR #73AD6E

HEX: #73AD6E RGB: (115,173,110)

Color info

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

RGB color model

#73AD6E color RGB value is (115,173,110).

RGB: (115,173,110) (45%, 68%, 43%)

RGB channels and saturation

R 115 of 255 = 45%
G 173 of 255 = 68%
B 110 of 255 = 43%

115
173
110

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

Portions of RGB colors in percentages

R + G + B = 115 + 173 + 110 = 398 (100%)
R 115 of 398 ~ 28.89%
G 173 of 398 ~ 43.47%
B 110 of 398 ~ 27.64'%

%28.89
%43.47
%27.64

CMYK color model

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

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

CMYK: (34,0,36,32)
C34M0Y36K32 (34%, 0%, 36%, 32%)
(0.34 / 0.00 / 0.36 / 0.32)

CMYK percentages

%33.53
%0
%36.42
%32.16

Codes

Color #73AD6E in popluar color models

73 AD 6E
RGB 115 173 110
HSL 115° 27.75% 55.49%
HSB/HSV 115° 36.42% 67.84%
CMYK 33.53% 0.00% 36.42%
32.16%

Color #73AD6E in popluar number systems.

HEX 73 AD 6E
Decimal 115 173 110
Binary 1110011 10101101 1101110
Octal 163 255 156

Shades and tints

Shades of #73AD6E

#73AD6E
(115,173,110)
#699E64
(105,158,100)
#5F8F5A
(95,143,90)
#558050
(85,128,80)
#4B7146
(75,113,70)
#41623C
(65,98,60)
#375332
(55,83,50)
#2D4428
(45,68,40)
#23351E
(35,53,30)
#192614
(25,38,20)
#0F170A
(15,23,10)
#000000
(0,0,0)

Tints of #73AD6E

#73AD6E
(115,173,110)
#7FB47B
(127,180,123)
#8BBB88
(139,187,136)
#97C295
(151,194,149)
#A3C9A2
(163,201,162)
#AFD0AF
(175,208,175)
#BBD7BC
(187,215,188)
#C7DEC9
(199,222,201)
#D3E5D6
(211,229,214)
#DFECE3
(223,236,227)
#EBF3F0
(235,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73AD6E; }

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

This text font color is #73AD6E.

Background Color

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

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

This div background color is #73AD6E.

Border color

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

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

This div border color is #73AD6E.

Opacity

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

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

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

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

This text has shadow with #73AD6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73AD6E.

Preview

Color preview on black background

This text has color #73AD6E on black background.


Color preview on white background

This text has color #73AD6E on white background.


Black color preview on #73AD6E background

This text has black color on #73AD6E background.


White color preview on #73AD6E background

This text has white color on #73AD6E background.


Related colors

Complementary color

Complementary color for #hex is #8C5291.


I love getcolorcode.com

Triadic colors

1 #6E73AD and #AD6E73 with #73AD6E are triadic colors.

2 #6EAD73 and #AD736E with #73AD6E are triadic colors.