COLOR #73A560

HEX: #73A560 RGB: (115,165,96)

Color info

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

RGB color model

#73A560 color RGB value is (115,165,96).

RGB: (115,165,96) (45%, 65%, 38%)

RGB channels and saturation

R 115 of 255 = 45%
G 165 of 255 = 65%
B 96 of 255 = 38%

115
165
96

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

Portions of RGB colors in percentages

R + G + B = 115 + 165 + 96 = 376 (100%)
R 115 of 376 ~ 30.59%
G 165 of 376 ~ 43.88%
B 96 of 376 ~ 25.53'%

%30.59
%43.88
%25.53

CMYK color model

#73A560 color CMYK value is (30,0,42,35).

  • cyan value is 30.30%
  • magenta value is 0.00%
  • yellow value is 41.82%
  • key color value is 35.29%
CMYK: (30,0,42,35) C30M0Y42K35 (30%,0%,42%,35%) (0.30/0.00/0.42/0.35) 

CMYK percentages

%30.3
%0
%41.82
%35.29

Codes

Color #73A560 in popluar color models

73 A5 60
RGB 115 165 96
HSL 103° 27.71% 51.18%
HSB/HSV 103° 41.82% 64.71%
CMYK 30.30% 0.00% 41.82%
35.29%

Color #73A560 in popluar number systems.

HEX 73 A5 60
Decimal 115 165 96
Binary 1110011 10100101 1100000
Octal 163 245 140

Shades and tints

Shades of #73A560

#73A560
(115,165,96)
#699658
(105,150,88)
#5F8750
(95,135,80)
#557848
(85,120,72)
#4B6940
(75,105,64)
#415A38
(65,90,56)
#374B30
(55,75,48)
#2D3C28
(45,60,40)
#232D20
(35,45,32)
#191E18
(25,30,24)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #73A560

#73A560
(115,165,96)
#7FAD6E
(127,173,110)
#8BB57C
(139,181,124)
#97BD8A
(151,189,138)
#A3C598
(163,197,152)
#AFCDA6
(175,205,166)
#BBD5B4
(187,213,180)
#C7DDC2
(199,221,194)
#D3E5D0
(211,229,208)
#DFEDDE
(223,237,222)
#EBF5EC
(235,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A560 color. Also use rgb(115,165,96) instead hex code.

Text Font Color

.myTextColor { color: #73A560; }

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

This text font color is #73A560.

Background Color

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

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

This div background color is #73A560.

Border color

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

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

This div border color is #73A560.

Opacity

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

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

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

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

This text has shadow with #73A560 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73A560.

Preview

Color preview on black background

This text has color #73A560 on black background.


Color preview on white background

This text has color #73A560 on white background.


Black color preview on #73A560 background

This text has black color on #73A560 background.


White color preview on #73A560 background

This text has white color on #73A560 background.


Related colors

Complementary color

Complementary color for #hex is #8C5A9F.


I love getcolorcode.com

Triadic colors

1 #6073A5 and #A56073 with #73A560 are triadic colors.

2 #60A573 and #A57360 with #73A560 are triadic colors.