COLOR #73AB75

HEX: #73AB75 RGB: (115,171,117)

Color info

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

RGB color model

#73AB75 color RGB value is (115,171,117).

RGB: (115,171,117) (45%, 67%, 46%)

RGB channels and saturation

R 115 of 255 = 45%
G 171 of 255 = 67%
B 117 of 255 = 46%

115
171
117

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

Portions of RGB colors in percentages

R + G + B = 115 + 171 + 117 = 403 (100%)
R 115 of 403 ~ 28.54%
G 171 of 403 ~ 42.43%
B 117 of 403 ~ 29.03'%

%28.54
%42.43
%29.03

CMYK color model

#73AB75 color CMYK value is (33,0,32,33).

  • cyan value is 32.75%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 32.94%

CMYK: (33,0,32,33)
C33M0Y32K33 (33%, 0%, 32%, 33%)
(0.33 / 0.00 / 0.32 / 0.33)

CMYK percentages

%32.75
%0
%31.58
%32.94

Codes

Color #73AB75 in popluar color models

73 AB 75
RGB 115 171 117
HSL 122° 25.00% 56.08%
HSB/HSV 122° 32.75% 67.06%
CMYK 32.75% 0.00% 31.58%
32.94%

Color #73AB75 in popluar number systems.

HEX 73 AB 75
Decimal 115 171 117
Binary 1110011 10101011 1110101
Octal 163 253 165

Shades and tints

Shades of #73AB75

#73AB75
(115,171,117)
#699C6B
(105,156,107)
#5F8D61
(95,141,97)
#557E57
(85,126,87)
#4B6F4D
(75,111,77)
#416043
(65,96,67)
#375139
(55,81,57)
#2D422F
(45,66,47)
#233325
(35,51,37)
#19241B
(25,36,27)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #73AB75

#73AB75
(115,171,117)
#7FB281
(127,178,129)
#8BB98D
(139,185,141)
#97C099
(151,192,153)
#A3C7A5
(163,199,165)
#AFCEB1
(175,206,177)
#BBD5BD
(187,213,189)
#C7DCC9
(199,220,201)
#D3E3D5
(211,227,213)
#DFEAE1
(223,234,225)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73AB75; }

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

This text font color is #73AB75.

Background Color

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

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

This div background color is #73AB75.

Border color

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

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

This div border color is #73AB75.

Opacity

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

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

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

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

This text has shadow with #73AB75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73AB75.

Preview

Color preview on black background

This text has color #73AB75 on black background.


Color preview on white background

This text has color #73AB75 on white background.


Black color preview on #73AB75 background

This text has black color on #73AB75 background.


White color preview on #73AB75 background

This text has white color on #73AB75 background.


Related colors

Complementary color

Complementary color for #hex is #8C548A.


I love getcolorcode.com

Triadic colors

1 #7573AB and #AB7573 with #73AB75 are triadic colors.

2 #75AB73 and #AB7375 with #73AB75 are triadic colors.