COLOR #75AA8B

HEX: #75AA8B
RGB: (117,170,139)

Color info

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

RGB color model

#75AA8B color RGB value is (117,170,139).

  • red value is 117;
  • green value is 170;
  • blue value is 139.
RGB:
(117,170,139)
(46%,67%,55%)

RGB channels and saturation

R 117 of 255 = 46%
G 170 of 255 = 67%
B 139 of 255 = 55%

117
170
139

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

Portions of RGB colors in percentages

R + G + B =
117 + 170 + 139 = 426 (100%)
R 117 of 426 ~ 27.46%
G 170 of 426 ~ 39.91%
B 139 of 426 ~ 32.63%

%27.46
%39.91
%32.63

CMYK color model

#75AA8B color CMYK value is (31,0,18,33).

  • cyan value is 31.18%
  • magenta value is 0.00%
  • yellow value is 18.24%
  • key color value is 33.33%
CMYK:
(31,0,18,33)
C31M0Y18K33 
(31%,0%,18%,33%)
(0.31/0.00/0.18/0.33)	

CMYK percentages

%31.18
%0
%18.24
%33.33

Codes

Color #75AA8B in popluar color models

75AA8B
RGB117170139
HSL145°23.77%56.27%
HSB/HSV145°31.18%66.67%
CMYK31.18%0.00%18.24%
33.33%

Color #75AA8B in popluar number systems.

HEX75AA8B
Decimal117170139
Binary11101011010101010001011
Octal165252213

Shades and tints

Shades of #75AA8B

#75AA8B
(117,170,139)
#6B9B7F
(107,155,127)
#618C73
(97,140,115)
#577D67
(87,125,103)
#4D6E5B
(77,110,91)
#435F4F
(67,95,79)
#395043
(57,80,67)
#2F4137
(47,65,55)
#25322B
(37,50,43)
#1B231F
(27,35,31)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #75AA8B

#75AA8B
(117,170,139)
#81B195
(129,177,149)
#8DB89F
(141,184,159)
#99BFA9
(153,191,169)
#A5C6B3
(165,198,179)
#B1CDBD
(177,205,189)
#BDD4C7
(189,212,199)
#C9DBD1
(201,219,209)
#D5E2DB
(213,226,219)
#E1E9E5
(225,233,229)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75AA8B; }

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

This text font color is #75AA8B.


Background Color

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

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

This div background color is #75AA8B.


Border color

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

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

This div border color is #75AA8B.


Opacity

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

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

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

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

This text has shadow with #75AA8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75AA8B on black background.


Color preview on white background

This text has color #75AA8B on white background.



Black color preview on #75AA8B background

This text has black color on #75AA8B background.


White color preview on #75AA8B background

This text has white color on #75AA8B background.