COLOR #75A17F

HEX: #75A17F
RGB: (117,161,127)

Color info

#75A17F contains red, green and blue colors in about the same proportion. Web safe color of #75A17F is #669966 (or #696).

RGB color model

#75A17F color RGB value is (117,161,127).

  • red value is 117;
  • green value is 161;
  • blue value is 127.
RGB:
(117,161,127)
(46%,63%,50%)

RGB channels and saturation

R 117 of 255 = 46%
G 161 of 255 = 63%
B 127 of 255 = 50%

117
161
127

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

Portions of RGB colors in percentages

R + G + B =
117 + 161 + 127 = 405 (100%)
R 117 of 405 ~ 28.89%
G 161 of 405 ~ 39.75%
B 127 of 405 ~ 31.36%

%28.89
%39.75
%31.36

CMYK color model

#75A17F color CMYK value is (27,0,21,37).

  • cyan value is 27.33%
  • magenta value is 0.00%
  • yellow value is 21.12%
  • key color value is 36.86%
CMYK:
(27,0,21,37)
C27M0Y21K37 
(27%,0%,21%,37%)
(0.27/0.00/0.21/0.37)	

CMYK percentages

%27.33
%0
%21.12
%36.86

Codes

Color #75A17F in popluar color models

75A17F
RGB117161127
HSL134°18.97%54.51%
HSB/HSV134°27.33%63.14%
CMYK27.33%0.00%21.12%
36.86%

Color #75A17F in popluar number systems.

HEX75A17F
Decimal117161127
Binary1110101101000011111111
Octal165241177

Shades and tints

Shades of #75A17F

#75A17F
(117,161,127)
#6B9374
(107,147,116)
#618569
(97,133,105)
#57775E
(87,119,94)
#4D6953
(77,105,83)
#435B48
(67,91,72)
#394D3D
(57,77,61)
#2F3F32
(47,63,50)
#253127
(37,49,39)
#1B231C
(27,35,28)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #75A17F

#75A17F
(117,161,127)
#81A98A
(129,169,138)
#8DB195
(141,177,149)
#99B9A0
(153,185,160)
#A5C1AB
(165,193,171)
#B1C9B6
(177,201,182)
#BDD1C1
(189,209,193)
#C9D9CC
(201,217,204)
#D5E1D7
(213,225,215)
#E1E9E2
(225,233,226)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A17F color. Also use rgb(117,161,127) instead hex code.

Text Font Color

.myTextColor { color: #75A17F; }

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

This text font color is #75A17F.


Background Color

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

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

This div background color is #75A17F.


Border color

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

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

This div border color is #75A17F.


Opacity

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

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

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

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

This text has shadow with #75A17F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A17F on black background.


Color preview on white background

This text has color #75A17F on white background.



Black color preview on #75A17F background

This text has black color on #75A17F background.


White color preview on #75A17F background

This text has white color on #75A17F background.