COLOR #75B185

HEX: #75B185
RGB: (117,177,133)

Color info

#75B185 contains mainly green and blue colors. Web safe color of #75B185 is #669999 (or #699).

RGB color model

#75B185 color RGB value is (117,177,133).

  • red value is 117;
  • green value is 177;
  • blue value is 133.
RGB:
(117,177,133)
(46%,69%,52%)

RGB channels and saturation

R 117 of 255 = 46%
G 177 of 255 = 69%
B 133 of 255 = 52%

117
177
133

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

Portions of RGB colors in percentages

R + G + B =
117 + 177 + 133 = 427 (100%)
R 117 of 427 ~ 27.4%
G 177 of 427 ~ 41.45%
B 133 of 427 ~ 31.15%

%27.4
%41.45
%31.15

CMYK color model

#75B185 color CMYK value is (34,0,25,31).

  • cyan value is 33.90%
  • magenta value is 0.00%
  • yellow value is 24.86%
  • key color value is 30.59%
CMYK:
(34,0,25,31)
C34M0Y25K31 
(34%,0%,25%,31%)
(0.34/0.00/0.25/0.31)	

CMYK percentages

%33.9
%0
%24.86
%30.59

Codes

Color #75B185 in popluar color models

75B185
RGB117177133
HSL136°27.78%57.65%
HSB/HSV136°33.90%69.41%
CMYK33.90%0.00%24.86%
30.59%

Color #75B185 in popluar number systems.

HEX75B185
Decimal117177133
Binary11101011011000110000101
Octal165261205

Shades and tints

Shades of #75B185

#75B185
(117,177,133)
#6BA179
(107,161,121)
#61916D
(97,145,109)
#578161
(87,129,97)
#4D7155
(77,113,85)
#436149
(67,97,73)
#39513D
(57,81,61)
#2F4131
(47,65,49)
#253125
(37,49,37)
#1B2119
(27,33,25)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #75B185

#75B185
(117,177,133)
#81B890
(129,184,144)
#8DBF9B
(141,191,155)
#99C6A6
(153,198,166)
#A5CDB1
(165,205,177)
#B1D4BC
(177,212,188)
#BDDBC7
(189,219,199)
#C9E2D2
(201,226,210)
#D5E9DD
(213,233,221)
#E1F0E8
(225,240,232)
#EDF7F3
(237,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75B185 color. Also use rgb(117,177,133) instead hex code.

Text Font Color

.myTextColor { color: #75B185; }

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

This text font color is #75B185.


Background Color

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

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

This div background color is #75B185.


Border color

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

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

This div border color is #75B185.


Opacity

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

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

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

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

This text has shadow with #75B185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B185 on black background.


Color preview on white background

This text has color #75B185 on white background.



Black color preview on #75B185 background

This text has black color on #75B185 background.


White color preview on #75B185 background

This text has white color on #75B185 background.