COLOR #73A16F

HEX: #73A16F RGB: (115,161,111)

Color info

#73A16F contains red, green and blue colors in about the same proportion. Web safe color of #73A16F is #669966 (or #696).

RGB color model

#73A16F color RGB value is (115,161,111).

RGB: (115,161,111) (45%, 63%, 44%)

RGB channels and saturation

R 115 of 255 = 45%
G 161 of 255 = 63%
B 111 of 255 = 44%

115
161
111

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

Portions of RGB colors in percentages

R + G + B = 115 + 161 + 111 = 387 (100%)
R 115 of 387 ~ 29.72%
G 161 of 387 ~ 41.6%
B 111 of 387 ~ 28.68'%

%29.72
%41.6
%28.68

CMYK color model

#73A16F color CMYK value is (29,0,31,37).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 31.06%
  • key color value is 36.86%

CMYK: (29,0,31,37)
C29M0Y31K37 (29%, 0%, 31%, 37%)
(0.29 / 0.00 / 0.31 / 0.37)

CMYK percentages

%28.57
%0
%31.06
%36.86

Codes

Color #73A16F in popluar color models

73 A1 6F
RGB 115 161 111
HSL 115° 21.01% 53.33%
HSB/HSV 115° 31.06% 63.14%
CMYK 28.57% 0.00% 31.06%
36.86%

Color #73A16F in popluar number systems.

HEX 73 A1 6F
Decimal 115 161 111
Binary 1110011 10100001 1101111
Octal 163 241 157

Shades and tints

Shades of #73A16F

#73A16F
(115,161,111)
#699365
(105,147,101)
#5F855B
(95,133,91)
#557751
(85,119,81)
#4B6947
(75,105,71)
#415B3D
(65,91,61)
#374D33
(55,77,51)
#2D3F29
(45,63,41)
#23311F
(35,49,31)
#192315
(25,35,21)
#0F150B
(15,21,11)
#000000
(0,0,0)

Tints of #73A16F

#73A16F
(115,161,111)
#7FA97C
(127,169,124)
#8BB189
(139,177,137)
#97B996
(151,185,150)
#A3C1A3
(163,193,163)
#AFC9B0
(175,201,176)
#BBD1BD
(187,209,189)
#C7D9CA
(199,217,202)
#D3E1D7
(211,225,215)
#DFE9E4
(223,233,228)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A16F color. Also use rgb(115,161,111) instead hex code.

Text Font Color

.myTextColor { color: #73A16F; }

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

This text font color is #73A16F.

Background Color

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

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

This div background color is #73A16F.

Border color

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

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

This div border color is #73A16F.

Opacity

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

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

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

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

This text has shadow with #73A16F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73A16F.

Preview

Color preview on black background

This text has color #73A16F on black background.


Color preview on white background

This text has color #73A16F on white background.


Black color preview on #73A16F background

This text has black color on #73A16F background.


White color preview on #73A16F background

This text has white color on #73A16F background.


Related colors

Complementary color

Complementary color for #hex is #8C5E90.


I love getcolorcode.com

Triadic colors

1 #6F73A1 and #A16F73 with #73A16F are triadic colors.

2 #6FA173 and #A1736F with #73A16F are triadic colors.