COLOR #73A460

HEX: #73A460
RGB: (115,164,96)

Color info

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

RGB color model

#73A460 color RGB value is (115,164,96).

  • red value is 115;
  • green value is 164;
  • blue value is 96.
RGB:
(115,164,96)
(45%,64%,38%)

RGB channels and saturation

R 115 of 255 = 45%
G 164 of 255 = 64%
B 96 of 255 = 38%

115
164
96

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

Portions of RGB colors in percentages

R + G + B =
115 + 164 + 96 = 375 (100%)
R 115 of 375 ~ 30.67%
G 164 of 375 ~ 43.73%
B 96 of 375 ~ 25.6%

%30.67
%43.73
%25.6

CMYK color model

#73A460 color CMYK value is (30,0,41,36).

  • cyan value is 29.88%
  • magenta value is 0.00%
  • yellow value is 41.46%
  • key color value is 35.69%
CMYK:
(30,0,41,36)
C30M0Y41K36 
(30%,0%,41%,36%)
(0.30/0.00/0.41/0.36)	

CMYK percentages

%29.88
%0
%41.46
%35.69

Codes

Color #73A460 in popluar color models

73A460
RGB11516496
HSL103°27.20%50.98%
HSB/HSV103°41.46%64.31%
CMYK29.88%0.00%41.46%
35.69%

Color #73A460 in popluar number systems.

HEX73A460
Decimal11516496
Binary1110011101001001100000
Octal163244140

Shades and tints

Shades of #73A460

#73A460
(115,164,96)
#699658
(105,150,88)
#5F8850
(95,136,80)
#557A48
(85,122,72)
#4B6C40
(75,108,64)
#415E38
(65,94,56)
#375030
(55,80,48)
#2D4228
(45,66,40)
#233420
(35,52,32)
#192618
(25,38,24)
#0F1810
(15,24,16)
#000000
(0,0,0)

Tints of #73A460

#73A460
(115,164,96)
#7FAC6E
(127,172,110)
#8BB47C
(139,180,124)
#97BC8A
(151,188,138)
#A3C498
(163,196,152)
#AFCCA6
(175,204,166)
#BBD4B4
(187,212,180)
#C7DCC2
(199,220,194)
#D3E4D0
(211,228,208)
#DFECDE
(223,236,222)
#EBF4EC
(235,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73A460; }

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

This text font color is #73A460.


Background Color

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

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

This div background color is #73A460.


Border color

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

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

This div border color is #73A460.


Opacity

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

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

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

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

This text has shadow with #73A460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A460 on black background.


Color preview on white background

This text has color #73A460 on white background.



Black color preview on #73A460 background

This text has black color on #73A460 background.


White color preview on #73A460 background

This text has white color on #73A460 background.