COLOR #75AA89

HEX: #75AA89 RGB: (117,170,137)

Color info

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

RGB color model

#75AA89 color RGB value is (117,170,137).

RGB: (117,170,137) (46%, 67%, 54%)

RGB channels and saturation

R 117 of 255 = 46%
G 170 of 255 = 67%
B 137 of 255 = 54%

117
170
137

R + G + B ~ 56%. #75AA89 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 170 + 137 = 424 (100%)
R 117 of 424 ~ 27.59%
G 170 of 424 ~ 40.09%
B 137 of 424 ~ 32.31'%

%27.59
%40.09
%32.31

CMYK color model

#75AA89 color CMYK value is (31,0,19,33).

  • cyan value is 31.18%
  • magenta value is 0.00%
  • yellow value is 19.41%
  • key color value is 33.33%

CMYK: (31,0,19,33)
C31M0Y19K33 (31%, 0%, 19%, 33%)
(0.31 / 0.00 / 0.19 / 0.33)

CMYK percentages

%31.18
%0
%19.41
%33.33

Codes

Color #75AA89 in popluar color models

75 AA 89
RGB 117 170 137
HSL 143° 23.77% 56.27%
HSB/HSV 143° 31.18% 66.67%
CMYK 31.18% 0.00% 19.41%
33.33%

Color #75AA89 in popluar number systems.

HEX 75 AA 89
Decimal 117 170 137
Binary 1110101 10101010 10001001
Octal 165 252 211

Shades and tints

Shades of #75AA89

#75AA89
(117,170,137)
#6B9B7D
(107,155,125)
#618C71
(97,140,113)
#577D65
(87,125,101)
#4D6E59
(77,110,89)
#435F4D
(67,95,77)
#395041
(57,80,65)
#2F4135
(47,65,53)
#253229
(37,50,41)
#1B231D
(27,35,29)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #75AA89

#75AA89
(117,170,137)
#81B193
(129,177,147)
#8DB89D
(141,184,157)
#99BFA7
(153,191,167)
#A5C6B1
(165,198,177)
#B1CDBB
(177,205,187)
#BDD4C5
(189,212,197)
#C9DBCF
(201,219,207)
#D5E2D9
(213,226,217)
#E1E9E3
(225,233,227)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75AA89 color. Also use rgb(117,170,137) instead hex code.

Text Font Color

.myTextColor { color: #75AA89; }

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

This text font color is #75AA89.

Background Color

.myBgColor { background-color: #75AA89; }

<div style="background-color:#75AA89">Inner text</div>

This div background color is #75AA89.

Border color

.myBorderColor { border: 1px solid #75AA89; }

<div style="border:3px solid #75AA89">Div</div>

This div border color is #75AA89.

Opacity

.myOpacity80 { color: #75AA89; opacity: 0.8; }

<p style="color:#75AA89;opacity:0.8;">80%</p>

Text with #75AA89 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 #75AA89;}

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

This text has shadow with #75AA89 color.


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

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

This text has shadow with #75AA89 primary color and red secondary color.


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

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

This text has shadow with #75AA89 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #75AA89.

Preview

Color preview on black background

This text has color #75AA89 on black background.


Color preview on white background

This text has color #75AA89 on white background.


Black color preview on #75AA89 background

This text has black color on #75AA89 background.


White color preview on #75AA89 background

This text has white color on #75AA89 background.


Related colors

Complementary color

Complementary color for #hex is #8A5576.


I love getcolorcode.com

Triadic colors

1 #8975AA and #AA8975 with #75AA89 are triadic colors.

2 #89AA75 and #AA7589 with #75AA89 are triadic colors.