COLOR #73A040

HEX: #73A040 RGB: (115,160,64)

Color info

#73A040 contains mainly red and green colors. Web safe color of #73A040 is #669933 (or #693).

RGB color model

#73A040 color RGB value is (115,160,64).

RGB: (115,160,64) (45%, 63%, 25%)

RGB channels and saturation

R 115 of 255 = 45%
G 160 of 255 = 63%
B 64 of 255 = 25%

115
160
64

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

Portions of RGB colors in percentages

R + G + B = 115 + 160 + 64 = 339 (100%)
R 115 of 339 ~ 33.92%
G 160 of 339 ~ 47.2%
B 64 of 339 ~ 18.88'%

%33.92
%47.2
%18.88

CMYK color model

#73A040 color CMYK value is (28,0,60,37).

  • cyan value is 28.13%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 37.25%

CMYK: (28,0,60,37)
C28M0Y60K37 (28%, 0%, 60%, 37%)
(0.28 / 0.00 / 0.60 / 0.37)

CMYK percentages

%28.13
%0
%60
%37.25

Codes

Color #73A040 in popluar color models

73 A0 40
RGB 115 160 64
HSL 88° 42.86% 43.92%
HSB/HSV 88° 60.00% 62.75%
CMYK 28.13% 0.00% 60.00%
37.25%

Color #73A040 in popluar number systems.

HEX 73 A0 40
Decimal 115 160 64
Binary 1110011 10100000 1000000
Octal 163 240 100

Shades and tints

Shades of #73A040

#73A040
(115,160,64)
#69923B
(105,146,59)
#5F8436
(95,132,54)
#557631
(85,118,49)
#4B682C
(75,104,44)
#415A27
(65,90,39)
#374C22
(55,76,34)
#2D3E1D
(45,62,29)
#233018
(35,48,24)
#192213
(25,34,19)
#0F140E
(15,20,14)
#000000
(0,0,0)

Tints of #73A040

#73A040
(115,160,64)
#7FA851
(127,168,81)
#8BB062
(139,176,98)
#97B873
(151,184,115)
#A3C084
(163,192,132)
#AFC895
(175,200,149)
#BBD0A6
(187,208,166)
#C7D8B7
(199,216,183)
#D3E0C8
(211,224,200)
#DFE8D9
(223,232,217)
#EBF0EA
(235,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A040 color. Also use rgb(115,160,64) instead hex code.

Text Font Color

.myTextColor { color: #73A040; }

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

This text font color is #73A040.

Background Color

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

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

This div background color is #73A040.

Border color

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

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

This div border color is #73A040.

Opacity

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

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

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

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

This text has shadow with #73A040 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73A040.

Preview

Color preview on black background

This text has color #73A040 on black background.


Color preview on white background

This text has color #73A040 on white background.


Black color preview on #73A040 background

This text has black color on #73A040 background.


White color preview on #73A040 background

This text has white color on #73A040 background.


Related colors

Complementary color

Complementary color for #hex is #8C5FBF.


I love getcolorcode.com

Triadic colors

1 #4073A0 and #A04073 with #73A040 are triadic colors.

2 #40A073 and #A07340 with #73A040 are triadic colors.