COLOR #73A245

HEX: #73A245
RGB: (115,162,69)

Color info

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

RGB color model

#73A245 color RGB value is (115,162,69).

  • red value is 115;
  • green value is 162;
  • blue value is 69.
RGB:
(115,162,69)
(45%,64%,27%)

RGB channels and saturation

R 115 of 255 = 45%
G 162 of 255 = 64%
B 69 of 255 = 27%

115
162
69

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

Portions of RGB colors in percentages

R + G + B =
115 + 162 + 69 = 346 (100%)
R 115 of 346 ~ 33.24%
G 162 of 346 ~ 46.82%
B 69 of 346 ~ 19.94%

%33.24
%46.82
%19.94

CMYK color model

#73A245 color CMYK value is (29,0,57,36).

  • cyan value is 29.01%
  • magenta value is 0.00%
  • yellow value is 57.41%
  • key color value is 36.47%
CMYK:
(29,0,57,36)
C29M0Y57K36 
(29%,0%,57%,36%)
(0.29/0.00/0.57/0.36)	

CMYK percentages

%29.01
%0
%57.41
%36.47

Codes

Color #73A245 in popluar color models

73A245
RGB11516269
HSL90°40.26%45.29%
HSB/HSV90°57.41%63.53%
CMYK29.01%0.00%57.41%
36.47%

Color #73A245 in popluar number systems.

HEX73A245
Decimal11516269
Binary1110011101000101000101
Octal163242105

Shades and tints

Shades of #73A245

#73A245
(115,162,69)
#69943F
(105,148,63)
#5F8639
(95,134,57)
#557833
(85,120,51)
#4B6A2D
(75,106,45)
#415C27
(65,92,39)
#374E21
(55,78,33)
#2D401B
(45,64,27)
#233215
(35,50,21)
#19240F
(25,36,15)
#0F1609
(15,22,9)
#000000
(0,0,0)

Tints of #73A245

#73A245
(115,162,69)
#7FAA55
(127,170,85)
#8BB265
(139,178,101)
#97BA75
(151,186,117)
#A3C285
(163,194,133)
#AFCA95
(175,202,149)
#BBD2A5
(187,210,165)
#C7DAB5
(199,218,181)
#D3E2C5
(211,226,197)
#DFEAD5
(223,234,213)
#EBF2E5
(235,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A245 color. Also use rgb(115,162,69) instead hex code.

Text Font Color

.myTextColor { color: #73A245; }

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

This text font color is #73A245.


Background Color

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

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

This div background color is #73A245.


Border color

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

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

This div border color is #73A245.


Opacity

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

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

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

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

This text has shadow with #73A245 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A245 on black background.


Color preview on white background

This text has color #73A245 on white background.



Black color preview on #73A245 background

This text has black color on #73A245 background.


White color preview on #73A245 background

This text has white color on #73A245 background.