COLOR #75B886

HEX: #75B886
RGB: (117,184,134)

Color info

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

RGB color model

#75B886 color RGB value is (117,184,134).

  • red value is 117;
  • green value is 184;
  • blue value is 134.
RGB:
(117,184,134)
(46%,72%,53%)

RGB channels and saturation

R 117 of 255 = 46%
G 184 of 255 = 72%
B 134 of 255 = 53%

117
184
134

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

Portions of RGB colors in percentages

R + G + B =
117 + 184 + 134 = 435 (100%)
R 117 of 435 ~ 26.9%
G 184 of 435 ~ 42.3%
B 134 of 435 ~ 30.8%

%26.9
%42.3
%30.8

CMYK color model

#75B886 color CMYK value is (36,0,27,28).

  • cyan value is 36.41%
  • magenta value is 0.00%
  • yellow value is 27.17%
  • key color value is 27.84%
CMYK:
(36,0,27,28)
C36M0Y27K28 
(36%,0%,27%,28%)
(0.36/0.00/0.27/0.28)	

CMYK percentages

%36.41
%0
%27.17
%27.84

Codes

Color #75B886 in popluar color models

75B886
RGB117184134
HSL135°32.06%59.02%
HSB/HSV135°36.41%72.16%
CMYK36.41%0.00%27.17%
27.84%

Color #75B886 in popluar number systems.

HEX75B886
Decimal117184134
Binary11101011011100010000110
Octal165270206

Shades and tints

Shades of #75B886

#75B886
(117,184,134)
#6BA87A
(107,168,122)
#61986E
(97,152,110)
#578862
(87,136,98)
#4D7856
(77,120,86)
#43684A
(67,104,74)
#39583E
(57,88,62)
#2F4832
(47,72,50)
#253826
(37,56,38)
#1B281A
(27,40,26)
#11180E
(17,24,14)
#000000
(0,0,0)

Tints of #75B886

#75B886
(117,184,134)
#81BE91
(129,190,145)
#8DC49C
(141,196,156)
#99CAA7
(153,202,167)
#A5D0B2
(165,208,178)
#B1D6BD
(177,214,189)
#BDDCC8
(189,220,200)
#C9E2D3
(201,226,211)
#D5E8DE
(213,232,222)
#E1EEE9
(225,238,233)
#EDF4F4
(237,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75B886 color. Also use rgb(117,184,134) instead hex code.

Text Font Color

.myTextColor { color: #75B886; }

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

This text font color is #75B886.


Background Color

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

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

This div background color is #75B886.


Border color

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

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

This div border color is #75B886.


Opacity

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

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

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

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

This text has shadow with #75B886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B886 on black background.


Color preview on white background

This text has color #75B886 on white background.



Black color preview on #75B886 background

This text has black color on #75B886 background.


White color preview on #75B886 background

This text has white color on #75B886 background.