COLOR #75A986

HEX: #75A986 RGB: (117,169,134)

Color info

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

RGB color model

#75A986 color RGB value is (117,169,134).

RGB: (117,169,134) (46%, 66%, 53%)

RGB channels and saturation

R 117 of 255 = 46%
G 169 of 255 = 66%
B 134 of 255 = 53%

117
169
134

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

Portions of RGB colors in percentages

R + G + B = 117 + 169 + 134 = 420 (100%)
R 117 of 420 ~ 27.86%
G 169 of 420 ~ 40.24%
B 134 of 420 ~ 31.9'%

%27.86
%40.24
%31.9

CMYK color model

#75A986 color CMYK value is (31,0,21,34).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 20.71%
  • key color value is 33.73%

CMYK: (31,0,21,34)
C31M0Y21K34 (31%, 0%, 21%, 34%)
(0.31 / 0.00 / 0.21 / 0.34)

CMYK percentages

%30.77
%0
%20.71
%33.73

Codes

Color #75A986 in popluar color models

75 A9 86
RGB 117 169 134
HSL 140° 23.21% 56.08%
HSB/HSV 140° 30.77% 66.27%
CMYK 30.77% 0.00% 20.71%
33.73%

Color #75A986 in popluar number systems.

HEX 75 A9 86
Decimal 117 169 134
Binary 1110101 10101001 10000110
Octal 165 251 206

Shades and tints

Shades of #75A986

#75A986
(117,169,134)
#6B9A7A
(107,154,122)
#618B6E
(97,139,110)
#577C62
(87,124,98)
#4D6D56
(77,109,86)
#435E4A
(67,94,74)
#394F3E
(57,79,62)
#2F4032
(47,64,50)
#253126
(37,49,38)
#1B221A
(27,34,26)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #75A986

#75A986
(117,169,134)
#81B091
(129,176,145)
#8DB79C
(141,183,156)
#99BEA7
(153,190,167)
#A5C5B2
(165,197,178)
#B1CCBD
(177,204,189)
#BDD3C8
(189,211,200)
#C9DAD3
(201,218,211)
#D5E1DE
(213,225,222)
#E1E8E9
(225,232,233)
#EDEFF4
(237,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A986 color. Also use rgb(117,169,134) instead hex code.

Text Font Color

.myTextColor { color: #75A986; }

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

This text font color is #75A986.

Background Color

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

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

This div background color is #75A986.

Border color

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

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

This div border color is #75A986.

Opacity

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

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

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

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

This text has shadow with #75A986 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75A986.

Preview

Color preview on black background

This text has color #75A986 on black background.


Color preview on white background

This text has color #75A986 on white background.


Black color preview on #75A986 background

This text has black color on #75A986 background.


White color preview on #75A986 background

This text has white color on #75A986 background.


Related colors

Complementary color

Complementary color for #hex is #8A5679.


I love getcolorcode.com

Triadic colors

1 #8675A9 and #A98675 with #75A986 are triadic colors.

2 #86A975 and #A97586 with #75A986 are triadic colors.