COLOR #73A37A

HEX: #73A37A RGB: (115,163,122)

Color info

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

RGB color model

#73A37A color RGB value is (115,163,122).

RGB: (115,163,122) (45%, 64%, 48%)

RGB channels and saturation

R 115 of 255 = 45%
G 163 of 255 = 64%
B 122 of 255 = 48%

115
163
122

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

Portions of RGB colors in percentages

R + G + B = 115 + 163 + 122 = 400 (100%)
R 115 of 400 ~ 28.75%
G 163 of 400 ~ 40.75%
B 122 of 400 ~ 30.5'%

%28.75
%40.75
%30.5

CMYK color model

#73A37A color CMYK value is (29,0,25,36).

  • cyan value is 29.45%
  • magenta value is 0.00%
  • yellow value is 25.15%
  • key color value is 36.08%
CMYK: (29,0,25,36) C29M0Y25K36 (29%,0%,25%,36%) (0.29/0.00/0.25/0.36) 

CMYK percentages

%29.45
%0
%25.15
%36.08

Codes

Color #73A37A in popluar color models

73 A3 7A
RGB 115 163 122
HSL 129° 20.69% 54.51%
HSB/HSV 129° 29.45% 63.92%
CMYK 29.45% 0.00% 25.15%
36.08%

Color #73A37A in popluar number systems.

HEX 73 A3 7A
Decimal 115 163 122
Binary 1110011 10100011 1111010
Octal 163 243 172

Shades and tints

Shades of #73A37A

#73A37A
(115,163,122)
#69956F
(105,149,111)
#5F8764
(95,135,100)
#557959
(85,121,89)
#4B6B4E
(75,107,78)
#415D43
(65,93,67)
#374F38
(55,79,56)
#2D412D
(45,65,45)
#233322
(35,51,34)
#192517
(25,37,23)
#0F170C
(15,23,12)
#000000
(0,0,0)

Tints of #73A37A

#73A37A
(115,163,122)
#7FAB86
(127,171,134)
#8BB392
(139,179,146)
#97BB9E
(151,187,158)
#A3C3AA
(163,195,170)
#AFCBB6
(175,203,182)
#BBD3C2
(187,211,194)
#C7DBCE
(199,219,206)
#D3E3DA
(211,227,218)
#DFEBE6
(223,235,230)
#EBF3F2
(235,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A37A color. Also use rgb(115,163,122) instead hex code.

Text Font Color

.myTextColor { color: #73A37A; }

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

This text font color is #73A37A.

Background Color

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

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

This div background color is #73A37A.

Border color

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

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

This div border color is #73A37A.

Opacity

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

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

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

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

This text has shadow with #73A37A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73A37A.

Preview

Color preview on black background

This text has color #73A37A on black background.


Color preview on white background

This text has color #73A37A on white background.


Black color preview on #73A37A background

This text has black color on #73A37A background.


White color preview on #73A37A background

This text has white color on #73A37A background.


Related colors

Complementary color

Complementary color for #hex is #8C5C85.


I love getcolorcode.com

Triadic colors

1 #7A73A3 and #A37A73 with #73A37A are triadic colors.

2 #7AA373 and #A3737A with #73A37A are triadic colors.