COLOR #75BB99

HEX: #75BB99
RGB: (117,187,153)

Color info

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

RGB color model

#75BB99 color RGB value is (117,187,153).

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

RGB channels and saturation

R 117 of 255 = 46%
G 187 of 255 = 73%
B 153 of 255 = 60%

117
187
153

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

Portions of RGB colors in percentages

R + G + B =
117 + 187 + 153 = 457 (100%)
R 117 of 457 ~ 25.6%
G 187 of 457 ~ 40.92%
B 153 of 457 ~ 33.48%

%25.6
%40.92
%33.48

CMYK color model

#75BB99 color CMYK value is (37,0,18,27).

  • cyan value is 37.43%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 26.67%
CMYK:
(37,0,18,27)
C37M0Y18K27 
(37%,0%,18%,27%)
(0.37/0.00/0.18/0.27)	

CMYK percentages

%37.43
%0
%18.18
%26.67

Codes

Color #75BB99 in popluar color models

75BB99
RGB117187153
HSL151°33.98%59.61%
HSB/HSV151°37.43%73.33%
CMYK37.43%0.00%18.18%
26.67%

Color #75BB99 in popluar number systems.

HEX75BB99
Decimal117187153
Binary11101011011101110011001
Octal165273231

Shades and tints

Shades of #75BB99

#75BB99
(117,187,153)
#6BAA8C
(107,170,140)
#61997F
(97,153,127)
#578872
(87,136,114)
#4D7765
(77,119,101)
#436658
(67,102,88)
#39554B
(57,85,75)
#2F443E
(47,68,62)
#253331
(37,51,49)
#1B2224
(27,34,36)
#111117
(17,17,23)
#000000
(0,0,0)

Tints of #75BB99

#75BB99
(117,187,153)
#81C1A2
(129,193,162)
#8DC7AB
(141,199,171)
#99CDB4
(153,205,180)
#A5D3BD
(165,211,189)
#B1D9C6
(177,217,198)
#BDDFCF
(189,223,207)
#C9E5D8
(201,229,216)
#D5EBE1
(213,235,225)
#E1F1EA
(225,241,234)
#EDF7F3
(237,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75BB99; }

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

This text font color is #75BB99.


Background Color

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

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

This div background color is #75BB99.


Border color

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

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

This div border color is #75BB99.


Opacity

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

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

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

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

This text has shadow with #75BB99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75BB99 on black background.


Color preview on white background

This text has color #75BB99 on white background.



Black color preview on #75BB99 background

This text has black color on #75BB99 background.


White color preview on #75BB99 background

This text has white color on #75BB99 background.