COLOR #75B190

HEX: #75B190
RGB: (117,177,144)

Color info

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

RGB color model

#75B190 color RGB value is (117,177,144).

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

RGB channels and saturation

R 117 of 255 = 46%
G 177 of 255 = 69%
B 144 of 255 = 56%

117
177
144

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

Portions of RGB colors in percentages

R + G + B =
117 + 177 + 144 = 438 (100%)
R 117 of 438 ~ 26.71%
G 177 of 438 ~ 40.41%
B 144 of 438 ~ 32.88%

%26.71
%40.41
%32.88

CMYK color model

#75B190 color CMYK value is (34,0,19,31).

  • cyan value is 33.90%
  • magenta value is 0.00%
  • yellow value is 18.64%
  • key color value is 30.59%
CMYK:
(34,0,19,31)
C34M0Y19K31 
(34%,0%,19%,31%)
(0.34/0.00/0.19/0.31)	

CMYK percentages

%33.9
%0
%18.64
%30.59

Codes

Color #75B190 in popluar color models

75B190
RGB117177144
HSL147°27.78%57.65%
HSB/HSV147°33.90%69.41%
CMYK33.90%0.00%18.64%
30.59%

Color #75B190 in popluar number systems.

HEX75B190
Decimal117177144
Binary11101011011000110010000
Octal165261220

Shades and tints

Shades of #75B190

#75B190
(117,177,144)
#6BA183
(107,161,131)
#619176
(97,145,118)
#578169
(87,129,105)
#4D715C
(77,113,92)
#43614F
(67,97,79)
#395142
(57,81,66)
#2F4135
(47,65,53)
#253128
(37,49,40)
#1B211B
(27,33,27)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #75B190

#75B190
(117,177,144)
#81B89A
(129,184,154)
#8DBFA4
(141,191,164)
#99C6AE
(153,198,174)
#A5CDB8
(165,205,184)
#B1D4C2
(177,212,194)
#BDDBCC
(189,219,204)
#C9E2D6
(201,226,214)
#D5E9E0
(213,233,224)
#E1F0EA
(225,240,234)
#EDF7F4
(237,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75B190; }

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

This text font color is #75B190.


Background Color

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

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

This div background color is #75B190.


Border color

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

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

This div border color is #75B190.


Opacity

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

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

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

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

This text has shadow with #75B190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B190 on black background.


Color preview on white background

This text has color #75B190 on white background.



Black color preview on #75B190 background

This text has black color on #75B190 background.


White color preview on #75B190 background

This text has white color on #75B190 background.