COLOR #75AC95

HEX: #75AC95
RGB: (117,172,149)

Color info

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

RGB color model

#75AC95 color RGB value is (117,172,149).

  • red value is 117;
  • green value is 172;
  • blue value is 149.
RGB:
(117,172,149)
(46%,67%,58%)

RGB channels and saturation

R 117 of 255 = 46%
G 172 of 255 = 67%
B 149 of 255 = 58%

117
172
149

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

Portions of RGB colors in percentages

R + G + B =
117 + 172 + 149 = 438 (100%)
R 117 of 438 ~ 26.71%
G 172 of 438 ~ 39.27%
B 149 of 438 ~ 34.02%

%26.71
%39.27
%34.02

CMYK color model

#75AC95 color CMYK value is (32,0,13,33).

  • cyan value is 31.98%
  • magenta value is 0.00%
  • yellow value is 13.37%
  • key color value is 32.55%
CMYK:
(32,0,13,33)
C32M0Y13K33 
(32%,0%,13%,33%)
(0.32/0.00/0.13/0.33)	

CMYK percentages

%31.98
%0
%13.37
%32.55

Codes

Color #75AC95 in popluar color models

75AC95
RGB117172149
HSL155°24.89%56.67%
HSB/HSV155°31.98%67.45%
CMYK31.98%0.00%13.37%
32.55%

Color #75AC95 in popluar number systems.

HEX75AC95
Decimal117172149
Binary11101011010110010010101
Octal165254225

Shades and tints

Shades of #75AC95

#75AC95
(117,172,149)
#6B9D88
(107,157,136)
#618E7B
(97,142,123)
#577F6E
(87,127,110)
#4D7061
(77,112,97)
#436154
(67,97,84)
#395247
(57,82,71)
#2F433A
(47,67,58)
#25342D
(37,52,45)
#1B2520
(27,37,32)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #75AC95

#75AC95
(117,172,149)
#81B39E
(129,179,158)
#8DBAA7
(141,186,167)
#99C1B0
(153,193,176)
#A5C8B9
(165,200,185)
#B1CFC2
(177,207,194)
#BDD6CB
(189,214,203)
#C9DDD4
(201,221,212)
#D5E4DD
(213,228,221)
#E1EBE6
(225,235,230)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75AC95 color. Also use rgb(117,172,149) instead hex code.

Text Font Color

.myTextColor { color: #75AC95; }

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

This text font color is #75AC95.


Background Color

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

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

This div background color is #75AC95.


Border color

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

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

This div border color is #75AC95.


Opacity

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

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

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

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

This text has shadow with #75AC95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75AC95 on black background.


Color preview on white background

This text has color #75AC95 on white background.



Black color preview on #75AC95 background

This text has black color on #75AC95 background.


White color preview on #75AC95 background

This text has white color on #75AC95 background.