COLOR #73A217

HEX: #73A217
RGB: (115,162,23)

Color info

#73A217 contains mainly red and green colors. Web safe color of #73A217 is #669900 (or #690).

RGB color model

#73A217 color RGB value is (115,162,23).

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

RGB channels and saturation

R 115 of 255 = 45%
G 162 of 255 = 64%
B 23 of 255 = 9%

115
162
23

R + G + B ~ 39%. #73A217 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 162 + 23 = 300 (100%)
R 115 of 300 ~ 38.33%
G 162 of 300 ~ 54%
B 23 of 300 ~ 7.67%

%38.33
%54

CMYK color model

#73A217 color CMYK value is (29,0,86,36).

  • cyan value is 29.01%
  • magenta value is 0.00%
  • yellow value is 85.80%
  • key color value is 36.47%
CMYK:
(29,0,86,36)
C29M0Y86K36 
(29%,0%,86%,36%)
(0.29/0.00/0.86/0.36)	

CMYK percentages

%29.01
%0
%85.8
%36.47

Codes

Color #73A217 in popluar color models

73A217
RGB11516223
HSL80°75.14%36.27%
HSB/HSV80°85.80%63.53%
CMYK29.01%0.00%85.80%
36.47%

Color #73A217 in popluar number systems.

HEX73A217
Decimal11516223
Binary11100111010001010111
Octal16324227

Shades and tints

Shades of #73A217

#73A217
(115,162,23)
#699415
(105,148,21)
#5F8613
(95,134,19)
#557811
(85,120,17)
#4B6A0F
(75,106,15)
#415C0D
(65,92,13)
#374E0B
(55,78,11)
#2D4009
(45,64,9)
#233207
(35,50,7)
#192405
(25,36,5)
#0F1603
(15,22,3)
#000000
(0,0,0)

Tints of #73A217

#73A217
(115,162,23)
#7FAA2C
(127,170,44)
#8BB241
(139,178,65)
#97BA56
(151,186,86)
#A3C26B
(163,194,107)
#AFCA80
(175,202,128)
#BBD295
(187,210,149)
#C7DAAA
(199,218,170)
#D3E2BF
(211,226,191)
#DFEAD4
(223,234,212)
#EBF2E9
(235,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73A217; }

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

This text font color is #73A217.


Background Color

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

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

This div background color is #73A217.


Border color

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

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

This div border color is #73A217.


Opacity

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

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

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

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

This text has shadow with #73A217 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A217 on black background.


Color preview on white background

This text has color #73A217 on white background.



Black color preview on #73A217 background

This text has black color on #73A217 background.


White color preview on #73A217 background

This text has white color on #73A217 background.