COLOR #75A98A

HEX: #75A98A
RGB: (117,169,138)

Color info

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

RGB color model

#75A98A color RGB value is (117,169,138).

  • red value is 117;
  • green value is 169;
  • blue value is 138.
RGB:
(117,169,138)
(46%,66%,54%)

RGB channels and saturation

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

117
169
138

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

Portions of RGB colors in percentages

R + G + B =
117 + 169 + 138 = 424 (100%)
R 117 of 424 ~ 27.59%
G 169 of 424 ~ 39.86%
B 138 of 424 ~ 32.55%

%27.59
%39.86
%32.55

CMYK color model

#75A98A color CMYK value is (31,0,18,34).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 18.34%
  • key color value is 33.73%
CMYK:
(31,0,18,34)
C31M0Y18K34 
(31%,0%,18%,34%)
(0.31/0.00/0.18/0.34)	

CMYK percentages

%30.77
%0
%18.34
%33.73

Codes

Color #75A98A in popluar color models

75A98A
RGB117169138
HSL144°23.21%56.08%
HSB/HSV144°30.77%66.27%
CMYK30.77%0.00%18.34%
33.73%

Color #75A98A in popluar number systems.

HEX75A98A
Decimal117169138
Binary11101011010100110001010
Octal165251212

Shades and tints

Shades of #75A98A

#75A98A
(117,169,138)
#6B9A7E
(107,154,126)
#618B72
(97,139,114)
#577C66
(87,124,102)
#4D6D5A
(77,109,90)
#435E4E
(67,94,78)
#394F42
(57,79,66)
#2F4036
(47,64,54)
#25312A
(37,49,42)
#1B221E
(27,34,30)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #75A98A

#75A98A
(117,169,138)
#81B094
(129,176,148)
#8DB79E
(141,183,158)
#99BEA8
(153,190,168)
#A5C5B2
(165,197,178)
#B1CCBC
(177,204,188)
#BDD3C6
(189,211,198)
#C9DAD0
(201,218,208)
#D5E1DA
(213,225,218)
#E1E8E4
(225,232,228)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A98A; }

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

This text font color is #75A98A.


Background Color

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

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

This div background color is #75A98A.


Border color

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

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

This div border color is #75A98A.


Opacity

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

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

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

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

This text has shadow with #75A98A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A98A on black background.


Color preview on white background

This text has color #75A98A on white background.



Black color preview on #75A98A background

This text has black color on #75A98A background.


White color preview on #75A98A background

This text has white color on #75A98A background.