COLOR #73A982

HEX: #73A982 RGB: (115,169,130)

Color info

#73A982 contains red, green and blue colors in about the same proportion. Web safe color of #73A982 is #669999 (or #699).

RGB color model

#73A982 color RGB value is (115,169,130).

RGB: (115,169,130) (45%, 66%, 51%)

RGB channels and saturation

R 115 of 255 = 45%
G 169 of 255 = 66%
B 130 of 255 = 51%

115
169
130

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

Portions of RGB colors in percentages

R + G + B = 115 + 169 + 130 = 414 (100%)
R 115 of 414 ~ 27.78%
G 169 of 414 ~ 40.82%
B 130 of 414 ~ 31.4'%

%27.78
%40.82
%31.4

CMYK color model

#73A982 color CMYK value is (32,0,23,34).

  • cyan value is 31.95%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 33.73%

CMYK: (32,0,23,34)
C32M0Y23K34 (32%, 0%, 23%, 34%)
(0.32 / 0.00 / 0.23 / 0.34)

CMYK percentages

%31.95
%0
%23.08
%33.73

Codes

Color #73A982 in popluar color models

73 A9 82
RGB 115 169 130
HSL 137° 23.89% 55.69%
HSB/HSV 137° 31.95% 66.27%
CMYK 31.95% 0.00% 23.08%
33.73%

Color #73A982 in popluar number systems.

HEX 73 A9 82
Decimal 115 169 130
Binary 1110011 10101001 10000010
Octal 163 251 202

Shades and tints

Shades of #73A982

#73A982
(115,169,130)
#699A77
(105,154,119)
#5F8B6C
(95,139,108)
#557C61
(85,124,97)
#4B6D56
(75,109,86)
#415E4B
(65,94,75)
#374F40
(55,79,64)
#2D4035
(45,64,53)
#23312A
(35,49,42)
#19221F
(25,34,31)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #73A982

#73A982
(115,169,130)
#7FB08D
(127,176,141)
#8BB798
(139,183,152)
#97BEA3
(151,190,163)
#A3C5AE
(163,197,174)
#AFCCB9
(175,204,185)
#BBD3C4
(187,211,196)
#C7DACF
(199,218,207)
#D3E1DA
(211,225,218)
#DFE8E5
(223,232,229)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A982 color. Also use rgb(115,169,130) instead hex code.

Text Font Color

.myTextColor { color: #73A982; }

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

This text font color is #73A982.

Background Color

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

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

This div background color is #73A982.

Border color

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

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

This div border color is #73A982.

Opacity

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

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

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

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

This text has shadow with #73A982 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73A982.

Preview

Color preview on black background

This text has color #73A982 on black background.


Color preview on white background

This text has color #73A982 on white background.


Black color preview on #73A982 background

This text has black color on #73A982 background.


White color preview on #73A982 background

This text has white color on #73A982 background.


Related colors

Complementary color

Complementary color for #hex is #8C567D.


I love getcolorcode.com

Triadic colors

1 #8273A9 and #A98273 with #73A982 are triadic colors.

2 #82A973 and #A97382 with #73A982 are triadic colors.