COLOR #75B19A

HEX: #75B19A
RGB: (117,177,154)

Color info

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

RGB color model

#75B19A color RGB value is (117,177,154).

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

RGB channels and saturation

R 117 of 255 = 46%
G 177 of 255 = 69%
B 154 of 255 = 60%

117
177
154

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

Portions of RGB colors in percentages

R + G + B =
117 + 177 + 154 = 448 (100%)
R 117 of 448 ~ 26.12%
G 177 of 448 ~ 39.51%
B 154 of 448 ~ 34.38%

%26.12
%39.51
%34.38

CMYK color model

#75B19A color CMYK value is (34,0,13,31).

  • cyan value is 33.90%
  • magenta value is 0.00%
  • yellow value is 12.99%
  • key color value is 30.59%
CMYK:
(34,0,13,31)
C34M0Y13K31 
(34%,0%,13%,31%)
(0.34/0.00/0.13/0.31)	

CMYK percentages

%33.9
%0
%12.99
%30.59

Codes

Color #75B19A in popluar color models

75B19A
RGB117177154
HSL157°27.78%57.65%
HSB/HSV157°33.90%69.41%
CMYK33.90%0.00%12.99%
30.59%

Color #75B19A in popluar number systems.

HEX75B19A
Decimal117177154
Binary11101011011000110011010
Octal165261232

Shades and tints

Shades of #75B19A

#75B19A
(117,177,154)
#6BA18C
(107,161,140)
#61917E
(97,145,126)
#578170
(87,129,112)
#4D7162
(77,113,98)
#436154
(67,97,84)
#395146
(57,81,70)
#2F4138
(47,65,56)
#25312A
(37,49,42)
#1B211C
(27,33,28)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #75B19A

#75B19A
(117,177,154)
#81B8A3
(129,184,163)
#8DBFAC
(141,191,172)
#99C6B5
(153,198,181)
#A5CDBE
(165,205,190)
#B1D4C7
(177,212,199)
#BDDBD0
(189,219,208)
#C9E2D9
(201,226,217)
#D5E9E2
(213,233,226)
#E1F0EB
(225,240,235)
#EDF7F4
(237,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75B19A; }

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

This text font color is #75B19A.


Background Color

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

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

This div background color is #75B19A.


Border color

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

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

This div border color is #75B19A.


Opacity

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

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

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

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

This text has shadow with #75B19A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B19A on black background.


Color preview on white background

This text has color #75B19A on white background.



Black color preview on #75B19A background

This text has black color on #75B19A background.


White color preview on #75B19A background

This text has white color on #75B19A background.