COLOR #75B199

HEX: #75B199
RGB: (117,177,153)

Color info

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

RGB color model

#75B199 color RGB value is (117,177,153).

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

RGB channels and saturation

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

117
177
153

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

Portions of RGB colors in percentages

R + G + B =
117 + 177 + 153 = 447 (100%)
R 117 of 447 ~ 26.17%
G 177 of 447 ~ 39.6%
B 153 of 447 ~ 34.23%

%26.17
%39.6
%34.23

CMYK color model

#75B199 color CMYK value is (34,0,14,31).

  • cyan value is 33.90%
  • magenta value is 0.00%
  • yellow value is 13.56%
  • key color value is 30.59%
CMYK: (34,0,14,31) C34M0Y14K31 (34%,0%,14%,31%) (0.34/0.00/0.14/0.31)

CMYK percentages

%33.9
%0
%13.56
%30.59

Codes

Color #75B199 in popluar color models

75B199
RGB117177153
HSL156°27.78%57.65%
HSB/HSV156°33.90%69.41%
CMYK33.90%0.00%13.56%
30.59%

Color #75B199 in popluar number systems.

HEX75B199
Decimal117177153
Binary11101011011000110011001
Octal165261231

Shades and tints

Shades of #75B199

#75B199
(117,177,153)
#6BA18C
(107,161,140)
#61917F
(97,145,127)
#578172
(87,129,114)
#4D7165
(77,113,101)
#436158
(67,97,88)
#39514B
(57,81,75)
#2F413E
(47,65,62)
#253131
(37,49,49)
#1B2124
(27,33,36)
#111117
(17,17,23)
#000000
(0,0,0)

Tints of #75B199

#75B199
(117,177,153)
#81B8A2
(129,184,162)
#8DBFAB
(141,191,171)
#99C6B4
(153,198,180)
#A5CDBD
(165,205,189)
#B1D4C6
(177,212,198)
#BDDBCF
(189,219,207)
#C9E2D8
(201,226,216)
#D5E9E1
(213,233,225)
#E1F0EA
(225,240,234)
#EDF7F3
(237,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75B199; }

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

This text font color is #75B199.


Background Color

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

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

This div background color is #75B199.


Border color

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

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

This div border color is #75B199.


Opacity

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

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

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

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

This text has shadow with #75B199 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #75B199 on black background.


Color preview on white background

This text has color #75B199 on white background.



Black color preview on #75B199 background

This text has black color on #75B199 background.


White color preview on #75B199 background

This text has white color on #75B199 background.