COLOR #73A775

HEX: #73A775 RGB: (115,167,117)

Color info

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

RGB color model

#73A775 color RGB value is (115,167,117).

RGB: (115,167,117) (45%, 65%, 46%)

RGB channels and saturation

R 115 of 255 = 45%
G 167 of 255 = 65%
B 117 of 255 = 46%

115
167
117

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

Portions of RGB colors in percentages

R + G + B = 115 + 167 + 117 = 399 (100%)
R 115 of 399 ~ 28.82%
G 167 of 399 ~ 41.85%
B 117 of 399 ~ 29.32'%

%28.82
%41.85
%29.32

CMYK color model

#73A775 color CMYK value is (31,0,30,35).

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

CMYK: (31,0,30,35)
C31M0Y30K35 (31%, 0%, 30%, 35%)
(0.31 / 0.00 / 0.30 / 0.35)

CMYK percentages

%31.14
%0
%29.94
%34.51

Codes

Color #73A775 in popluar color models

73 A7 75
RGB 115 167 117
HSL 122° 22.81% 55.29%
HSB/HSV 122° 31.14% 65.49%
CMYK 31.14% 0.00% 29.94%
34.51%

Color #73A775 in popluar number systems.

HEX 73 A7 75
Decimal 115 167 117
Binary 1110011 10100111 1110101
Octal 163 247 165

Shades and tints

Shades of #73A775

#73A775
(115,167,117)
#69986B
(105,152,107)
#5F8961
(95,137,97)
#557A57
(85,122,87)
#4B6B4D
(75,107,77)
#415C43
(65,92,67)
#374D39
(55,77,57)
#2D3E2F
(45,62,47)
#232F25
(35,47,37)
#19201B
(25,32,27)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #73A775

#73A775
(115,167,117)
#7FAF81
(127,175,129)
#8BB78D
(139,183,141)
#97BF99
(151,191,153)
#A3C7A5
(163,199,165)
#AFCFB1
(175,207,177)
#BBD7BD
(187,215,189)
#C7DFC9
(199,223,201)
#D3E7D5
(211,231,213)
#DFEFE1
(223,239,225)
#EBF7ED
(235,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73A775; }

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

This text font color is #73A775.

Background Color

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

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

This div background color is #73A775.

Border color

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

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

This div border color is #73A775.

Opacity

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

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

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

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

This text has shadow with #73A775 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73A775.

Preview

Color preview on black background

This text has color #73A775 on black background.


Color preview on white background

This text has color #73A775 on white background.


Black color preview on #73A775 background

This text has black color on #73A775 background.


White color preview on #73A775 background

This text has white color on #73A775 background.


Related colors

Complementary color

Complementary color for #hex is #8C588A.


I love getcolorcode.com

Triadic colors

1 #7573A7 and #A77573 with #73A775 are triadic colors.

2 #75A773 and #A77375 with #73A775 are triadic colors.