COLOR #75A88A

HEX: #75A88A RGB: (117,168,138)

Color info

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

RGB color model

#75A88A color RGB value is (117,168,138).

RGB: (117,168,138) (46%, 66%, 54%)

RGB channels and saturation

R 117 of 255 = 46%
G 168 of 255 = 66%
B 138 of 255 = 54%

117
168
138

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

Portions of RGB colors in percentages

R + G + B = 117 + 168 + 138 = 423 (100%)
R 117 of 423 ~ 27.66%
G 168 of 423 ~ 39.72%
B 138 of 423 ~ 32.62'%

%27.66
%39.72
%32.62

CMYK color model

#75A88A color CMYK value is (30,0,18,34).

  • cyan value is 30.36%
  • magenta value is 0.00%
  • yellow value is 17.86%
  • key color value is 34.12%

CMYK: (30,0,18,34)
C30M0Y18K34 (30%, 0%, 18%, 34%)
(0.30 / 0.00 / 0.18 / 0.34)

CMYK percentages

%30.36
%0
%17.86
%34.12

Codes

Color #75A88A in popluar color models

75 A8 8A
RGB 117 168 138
HSL 145° 22.67% 55.88%
HSB/HSV 145° 30.36% 65.88%
CMYK 30.36% 0.00% 17.86%
34.12%

Color #75A88A in popluar number systems.

HEX 75 A8 8A
Decimal 117 168 138
Binary 1110101 10101000 10001010
Octal 165 250 212

Shades and tints

Shades of #75A88A

#75A88A
(117,168,138)
#6B997E
(107,153,126)
#618A72
(97,138,114)
#577B66
(87,123,102)
#4D6C5A
(77,108,90)
#435D4E
(67,93,78)
#394E42
(57,78,66)
#2F3F36
(47,63,54)
#25302A
(37,48,42)
#1B211E
(27,33,30)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #75A88A

#75A88A
(117,168,138)
#81AF94
(129,175,148)
#8DB69E
(141,182,158)
#99BDA8
(153,189,168)
#A5C4B2
(165,196,178)
#B1CBBC
(177,203,188)
#BDD2C6
(189,210,198)
#C9D9D0
(201,217,208)
#D5E0DA
(213,224,218)
#E1E7E4
(225,231,228)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A88A color. Also use rgb(117,168,138) instead hex code.

Text Font Color

.myTextColor { color: #75A88A; }

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

This text font color is #75A88A.

Background Color

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

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

This div background color is #75A88A.

Border color

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

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

This div border color is #75A88A.

Opacity

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

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

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

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

This text has shadow with #75A88A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75A88A.

Preview

Color preview on black background

This text has color #75A88A on black background.


Color preview on white background

This text has color #75A88A on white background.


Black color preview on #75A88A background

This text has black color on #75A88A background.


White color preview on #75A88A background

This text has white color on #75A88A background.


Related colors

Complementary color

Complementary color for #hex is #8A5775.


I love getcolorcode.com

Triadic colors

1 #8A75A8 and #A88A75 with #75A88A are triadic colors.

2 #8AA875 and #A8758A with #75A88A are triadic colors.