COLOR #73A25B

HEX: #73A25B
RGB: (115,162,91)

Color info

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

RGB color model

#73A25B color RGB value is (115,162,91).

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

RGB channels and saturation

R 115 of 255 = 45%
G 162 of 255 = 64%
B 91 of 255 = 36%

115
162
91

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

Portions of RGB colors in percentages

R + G + B =
115 + 162 + 91 = 368 (100%)
R 115 of 368 ~ 31.25%
G 162 of 368 ~ 44.02%
B 91 of 368 ~ 24.73%

%31.25
%44.02
%24.73

CMYK color model

#73A25B color CMYK value is (29,0,44,36).

  • cyan value is 29.01%
  • magenta value is 0.00%
  • yellow value is 43.83%
  • key color value is 36.47%
CMYK:
(29,0,44,36)
C29M0Y44K36 
(29%,0%,44%,36%)
(0.29/0.00/0.44/0.36)	

CMYK percentages

%29.01
%0
%43.83
%36.47

Codes

Color #73A25B in popluar color models

73A25B
RGB11516291
HSL100°28.06%49.61%
HSB/HSV100°43.83%63.53%
CMYK29.01%0.00%43.83%
36.47%

Color #73A25B in popluar number systems.

HEX73A25B
Decimal11516291
Binary1110011101000101011011
Octal163242133

Shades and tints

Shades of #73A25B

#73A25B
(115,162,91)
#699453
(105,148,83)
#5F864B
(95,134,75)
#557843
(85,120,67)
#4B6A3B
(75,106,59)
#415C33
(65,92,51)
#374E2B
(55,78,43)
#2D4023
(45,64,35)
#23321B
(35,50,27)
#192413
(25,36,19)
#0F160B
(15,22,11)
#000000
(0,0,0)

Tints of #73A25B

#73A25B
(115,162,91)
#7FAA69
(127,170,105)
#8BB277
(139,178,119)
#97BA85
(151,186,133)
#A3C293
(163,194,147)
#AFCAA1
(175,202,161)
#BBD2AF
(187,210,175)
#C7DABD
(199,218,189)
#D3E2CB
(211,226,203)
#DFEAD9
(223,234,217)
#EBF2E7
(235,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73A25B; }

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

This text font color is #73A25B.


Background Color

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

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

This div background color is #73A25B.


Border color

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

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

This div border color is #73A25B.


Opacity

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

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

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

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

This text has shadow with #73A25B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A25B on black background.


Color preview on white background

This text has color #73A25B on white background.



Black color preview on #73A25B background

This text has black color on #73A25B background.


White color preview on #73A25B background

This text has white color on #73A25B background.