COLOR #75A694

HEX: #75A694 RGB: (117,166,148)

Color info

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

RGB color model

#75A694 color RGB value is (117,166,148).

RGB: (117,166,148) (46%, 65%, 58%)

RGB channels and saturation

R 117 of 255 = 46%
G 166 of 255 = 65%
B 148 of 255 = 58%

117
166
148

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

Portions of RGB colors in percentages

R + G + B = 117 + 166 + 148 = 431 (100%)
R 117 of 431 ~ 27.15%
G 166 of 431 ~ 38.52%
B 148 of 431 ~ 34.34'%

%27.15
%38.52
%34.34

CMYK color model

#75A694 color CMYK value is (30,0,11,35).

  • cyan value is 29.52%
  • magenta value is 0.00%
  • yellow value is 10.84%
  • key color value is 34.90%

CMYK: (30,0,11,35)
C30M0Y11K35 (30%, 0%, 11%, 35%)
(0.30 / 0.00 / 0.11 / 0.35)

CMYK percentages

%29.52
%0
%10.84
%34.9

Codes

Color #75A694 in popluar color models

75 A6 94
RGB 117 166 148
HSL 158° 21.59% 55.49%
HSB/HSV 158° 29.52% 65.10%
CMYK 29.52% 0.00% 10.84%
34.90%

Color #75A694 in popluar number systems.

HEX 75 A6 94
Decimal 117 166 148
Binary 1110101 10100110 10010100
Octal 165 246 224

Shades and tints

Shades of #75A694

#75A694
(117,166,148)
#6B9787
(107,151,135)
#61887A
(97,136,122)
#57796D
(87,121,109)
#4D6A60
(77,106,96)
#435B53
(67,91,83)
#394C46
(57,76,70)
#2F3D39
(47,61,57)
#252E2C
(37,46,44)
#1B1F1F
(27,31,31)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #75A694

#75A694
(117,166,148)
#81AE9D
(129,174,157)
#8DB6A6
(141,182,166)
#99BEAF
(153,190,175)
#A5C6B8
(165,198,184)
#B1CEC1
(177,206,193)
#BDD6CA
(189,214,202)
#C9DED3
(201,222,211)
#D5E6DC
(213,230,220)
#E1EEE5
(225,238,229)
#EDF6EE
(237,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A694 color. Also use rgb(117,166,148) instead hex code.

Text Font Color

.myTextColor { color: #75A694; }

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

This text font color is #75A694.

Background Color

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

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

This div background color is #75A694.

Border color

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

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

This div border color is #75A694.

Opacity

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

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

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

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

This text has shadow with #75A694 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75A694.

Preview

Color preview on black background

This text has color #75A694 on black background.


Color preview on white background

This text has color #75A694 on white background.


Black color preview on #75A694 background

This text has black color on #75A694 background.


White color preview on #75A694 background

This text has white color on #75A694 background.


Related colors

Complementary color

Complementary color for #hex is #8A596B.


I love getcolorcode.com

Triadic colors

1 #9475A6 and #A69475 with #75A694 are triadic colors.

2 #94A675 and #A67594 with #75A694 are triadic colors.