COLOR #75A983

HEX: #75A983 RGB: (117,169,131)

Color info

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

RGB color model

#75A983 color RGB value is (117,169,131).

RGB: (117,169,131) (46%, 66%, 51%)

RGB channels and saturation

R 117 of 255 = 46%
G 169 of 255 = 66%
B 131 of 255 = 51%

117
169
131

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

Portions of RGB colors in percentages

R + G + B = 117 + 169 + 131 = 417 (100%)
R 117 of 417 ~ 28.06%
G 169 of 417 ~ 40.53%
B 131 of 417 ~ 31.41'%

%28.06
%40.53
%31.41

CMYK color model

#75A983 color CMYK value is (31,0,22,34).

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

CMYK: (31,0,22,34)
C31M0Y22K34 (31%, 0%, 22%, 34%)
(0.31 / 0.00 / 0.22 / 0.34)

CMYK percentages

%30.77
%0
%22.49
%33.73

Codes

Color #75A983 in popluar color models

75 A9 83
RGB 117 169 131
HSL 136° 23.21% 56.08%
HSB/HSV 136° 30.77% 66.27%
CMYK 30.77% 0.00% 22.49%
33.73%

Color #75A983 in popluar number systems.

HEX 75 A9 83
Decimal 117 169 131
Binary 1110101 10101001 10000011
Octal 165 251 203

Shades and tints

Shades of #75A983

#75A983
(117,169,131)
#6B9A78
(107,154,120)
#618B6D
(97,139,109)
#577C62
(87,124,98)
#4D6D57
(77,109,87)
#435E4C
(67,94,76)
#394F41
(57,79,65)
#2F4036
(47,64,54)
#25312B
(37,49,43)
#1B2220
(27,34,32)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #75A983

#75A983
(117,169,131)
#81B08E
(129,176,142)
#8DB799
(141,183,153)
#99BEA4
(153,190,164)
#A5C5AF
(165,197,175)
#B1CCBA
(177,204,186)
#BDD3C5
(189,211,197)
#C9DAD0
(201,218,208)
#D5E1DB
(213,225,219)
#E1E8E6
(225,232,230)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A983; }

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

This text font color is #75A983.

Background Color

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

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

This div background color is #75A983.

Border color

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

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

This div border color is #75A983.

Opacity

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

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

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

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

This text has shadow with #75A983 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75A983.

Preview

Color preview on black background

This text has color #75A983 on black background.


Color preview on white background

This text has color #75A983 on white background.


Black color preview on #75A983 background

This text has black color on #75A983 background.


White color preview on #75A983 background

This text has white color on #75A983 background.


Related colors

Complementary color

Complementary color for #hex is #8A567C.


I love getcolorcode.com

Triadic colors

1 #8375A9 and #A98375 with #75A983 are triadic colors.

2 #83A975 and #A97583 with #75A983 are triadic colors.