COLOR #75B496

HEX: #75B496
RGB: (117,180,150)

Color info

#75B496 contains mainly green and blue colors. Web safe color of #75B496 is #66CC99 (or #6C9).

RGB color model

#75B496 color RGB value is (117,180,150).

  • red value is 117;
  • green value is 180;
  • blue value is 150.
RGB:
(117,180,150)
(46%,71%,59%)

RGB channels and saturation

R 117 of 255 = 46%
G 180 of 255 = 71%
B 150 of 255 = 59%

117
180
150

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

Portions of RGB colors in percentages

R + G + B =
117 + 180 + 150 = 447 (100%)
R 117 of 447 ~ 26.17%
G 180 of 447 ~ 40.27%
B 150 of 447 ~ 33.56%

%26.17
%40.27
%33.56

CMYK color model

#75B496 color CMYK value is (35,0,17,29).

  • cyan value is 35.00%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 29.41%
CMYK:
(35,0,17,29)
C35M0Y17K29 
(35%,0%,17%,29%)
(0.35/0.00/0.17/0.29)	

CMYK percentages

%35
%0
%16.67
%29.41

Codes

Color #75B496 in popluar color models

75B496
RGB117180150
HSL151°29.58%58.24%
HSB/HSV151°35.00%70.59%
CMYK35.00%0.00%16.67%
29.41%

Color #75B496 in popluar number systems.

HEX75B496
Decimal117180150
Binary11101011011010010010110
Octal165264226

Shades and tints

Shades of #75B496

#75B496
(117,180,150)
#6BA489
(107,164,137)
#61947C
(97,148,124)
#57846F
(87,132,111)
#4D7462
(77,116,98)
#436455
(67,100,85)
#395448
(57,84,72)
#2F443B
(47,68,59)
#25342E
(37,52,46)
#1B2421
(27,36,33)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #75B496

#75B496
(117,180,150)
#81BA9F
(129,186,159)
#8DC0A8
(141,192,168)
#99C6B1
(153,198,177)
#A5CCBA
(165,204,186)
#B1D2C3
(177,210,195)
#BDD8CC
(189,216,204)
#C9DED5
(201,222,213)
#D5E4DE
(213,228,222)
#E1EAE7
(225,234,231)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75B496 color. Also use rgb(117,180,150) instead hex code.

Text Font Color

.myTextColor { color: #75B496; }

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

This text font color is #75B496.


Background Color

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

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

This div background color is #75B496.


Border color

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

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

This div border color is #75B496.


Opacity

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

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

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

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

This text has shadow with #75B496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B496 on black background.


Color preview on white background

This text has color #75B496 on white background.



Black color preview on #75B496 background

This text has black color on #75B496 background.


White color preview on #75B496 background

This text has white color on #75B496 background.