COLOR #75A488

HEX: #75A488
RGB: (117,164,136)

Color info

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

RGB color model

#75A488 color RGB value is (117,164,136).

  • red value is 117;
  • green value is 164;
  • blue value is 136.
RGB:
(117,164,136)
(46%,64%,53%)

RGB channels and saturation

R 117 of 255 = 46%
G 164 of 255 = 64%
B 136 of 255 = 53%

117
164
136

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

Portions of RGB colors in percentages

R + G + B =
117 + 164 + 136 = 417 (100%)
R 117 of 417 ~ 28.06%
G 164 of 417 ~ 39.33%
B 136 of 417 ~ 32.61%

%28.06
%39.33
%32.61

CMYK color model

#75A488 color CMYK value is (29,0,17,36).

  • cyan value is 28.66%
  • magenta value is 0.00%
  • yellow value is 17.07%
  • key color value is 35.69%
CMYK:
(29,0,17,36)
C29M0Y17K36 
(29%,0%,17%,36%)
(0.29/0.00/0.17/0.36)	

CMYK percentages

%28.66
%0
%17.07
%35.69

Codes

Color #75A488 in popluar color models

75A488
RGB117164136
HSL144°20.52%55.10%
HSB/HSV144°28.66%64.31%
CMYK28.66%0.00%17.07%
35.69%

Color #75A488 in popluar number systems.

HEX75A488
Decimal117164136
Binary11101011010010010001000
Octal165244210

Shades and tints

Shades of #75A488

#75A488
(117,164,136)
#6B967C
(107,150,124)
#618870
(97,136,112)
#577A64
(87,122,100)
#4D6C58
(77,108,88)
#435E4C
(67,94,76)
#395040
(57,80,64)
#2F4234
(47,66,52)
#253428
(37,52,40)
#1B261C
(27,38,28)
#111810
(17,24,16)
#000000
(0,0,0)

Tints of #75A488

#75A488
(117,164,136)
#81AC92
(129,172,146)
#8DB49C
(141,180,156)
#99BCA6
(153,188,166)
#A5C4B0
(165,196,176)
#B1CCBA
(177,204,186)
#BDD4C4
(189,212,196)
#C9DCCE
(201,220,206)
#D5E4D8
(213,228,216)
#E1ECE2
(225,236,226)
#EDF4EC
(237,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A488 color. Also use rgb(117,164,136) instead hex code.

Text Font Color

.myTextColor { color: #75A488; }

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

This text font color is #75A488.


Background Color

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

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

This div background color is #75A488.


Border color

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

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

This div border color is #75A488.


Opacity

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

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

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

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

This text has shadow with #75A488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A488 on black background.


Color preview on white background

This text has color #75A488 on white background.



Black color preview on #75A488 background

This text has black color on #75A488 background.


White color preview on #75A488 background

This text has white color on #75A488 background.