COLOR #73A781

HEX: #73A781 RGB: (115,167,129)

Color info

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

RGB color model

#73A781 color RGB value is (115,167,129).

RGB: (115,167,129) (45%, 65%, 51%)

RGB channels and saturation

R 115 of 255 = 45%
G 167 of 255 = 65%
B 129 of 255 = 51%

115
167
129

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

Portions of RGB colors in percentages

R + G + B = 115 + 167 + 129 = 411 (100%)
R 115 of 411 ~ 27.98%
G 167 of 411 ~ 40.63%
B 129 of 411 ~ 31.39'%

%27.98
%40.63
%31.39

CMYK color model

#73A781 color CMYK value is (31,0,23,35).

  • cyan value is 31.14%
  • magenta value is 0.00%
  • yellow value is 22.75%
  • key color value is 34.51%

CMYK: (31,0,23,35)
C31M0Y23K35 (31%, 0%, 23%, 35%)
(0.31 / 0.00 / 0.23 / 0.35)

CMYK percentages

%31.14
%0
%22.75
%34.51

Codes

Color #73A781 in popluar color models

73 A7 81
RGB 115 167 129
HSL 136° 22.81% 55.29%
HSB/HSV 136° 31.14% 65.49%
CMYK 31.14% 0.00% 22.75%
34.51%

Color #73A781 in popluar number systems.

HEX 73 A7 81
Decimal 115 167 129
Binary 1110011 10100111 10000001
Octal 163 247 201

Shades and tints

Shades of #73A781

#73A781
(115,167,129)
#699876
(105,152,118)
#5F896B
(95,137,107)
#557A60
(85,122,96)
#4B6B55
(75,107,85)
#415C4A
(65,92,74)
#374D3F
(55,77,63)
#2D3E34
(45,62,52)
#232F29
(35,47,41)
#19201E
(25,32,30)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #73A781

#73A781
(115,167,129)
#7FAF8C
(127,175,140)
#8BB797
(139,183,151)
#97BFA2
(151,191,162)
#A3C7AD
(163,199,173)
#AFCFB8
(175,207,184)
#BBD7C3
(187,215,195)
#C7DFCE
(199,223,206)
#D3E7D9
(211,231,217)
#DFEFE4
(223,239,228)
#EBF7EF
(235,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A781 color. Also use rgb(115,167,129) instead hex code.

Text Font Color

.myTextColor { color: #73A781; }

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

This text font color is #73A781.

Background Color

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

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

This div background color is #73A781.

Border color

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

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

This div border color is #73A781.

Opacity

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

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

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

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

This text has shadow with #73A781 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73A781.

Preview

Color preview on black background

This text has color #73A781 on black background.


Color preview on white background

This text has color #73A781 on white background.


Black color preview on #73A781 background

This text has black color on #73A781 background.


White color preview on #73A781 background

This text has white color on #73A781 background.


Related colors

Complementary color

Complementary color for #hex is #8C587E.


I love getcolorcode.com

Triadic colors

1 #8173A7 and #A78173 with #73A781 are triadic colors.

2 #81A773 and #A77381 with #73A781 are triadic colors.