COLOR #75B086

HEX: #75B086 RGB: (117,176,134)

Color info

#75B086 contains red, green and blue colors in about the same proportion. Web safe color of #75B086 is #669999 (or #699).

RGB color model

#75B086 color RGB value is (117,176,134).

RGB: (117,176,134) (46%, 69%, 53%)

RGB channels and saturation

R 117 of 255 = 46%
G 176 of 255 = 69%
B 134 of 255 = 53%

117
176
134

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

Portions of RGB colors in percentages

R + G + B = 117 + 176 + 134 = 427 (100%)
R 117 of 427 ~ 27.4%
G 176 of 427 ~ 41.22%
B 134 of 427 ~ 31.38'%

%27.4
%41.22
%31.38

CMYK color model

#75B086 color CMYK value is (34,0,24,31).

  • cyan value is 33.52%
  • magenta value is 0.00%
  • yellow value is 23.86%
  • key color value is 30.98%

CMYK: (34,0,24,31)
C34M0Y24K31 (34%, 0%, 24%, 31%)
(0.34 / 0.00 / 0.24 / 0.31)

CMYK percentages

%33.52
%0
%23.86
%30.98

Codes

Color #75B086 in popluar color models

75 B0 86
RGB 117 176 134
HSL 137° 27.19% 57.45%
HSB/HSV 137° 33.52% 69.02%
CMYK 33.52% 0.00% 23.86%
30.98%

Color #75B086 in popluar number systems.

HEX 75 B0 86
Decimal 117 176 134
Binary 1110101 10110000 10000110
Octal 165 260 206

Shades and tints

Shades of #75B086

#75B086
(117,176,134)
#6BA07A
(107,160,122)
#61906E
(97,144,110)
#578062
(87,128,98)
#4D7056
(77,112,86)
#43604A
(67,96,74)
#39503E
(57,80,62)
#2F4032
(47,64,50)
#253026
(37,48,38)
#1B201A
(27,32,26)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #75B086

#75B086
(117,176,134)
#81B791
(129,183,145)
#8DBE9C
(141,190,156)
#99C5A7
(153,197,167)
#A5CCB2
(165,204,178)
#B1D3BD
(177,211,189)
#BDDAC8
(189,218,200)
#C9E1D3
(201,225,211)
#D5E8DE
(213,232,222)
#E1EFE9
(225,239,233)
#EDF6F4
(237,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75B086; }

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

This text font color is #75B086.

Background Color

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

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

This div background color is #75B086.

Border color

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

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

This div border color is #75B086.

Opacity

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

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

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

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

This text has shadow with #75B086 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75B086.

Preview

Color preview on black background

This text has color #75B086 on black background.


Color preview on white background

This text has color #75B086 on white background.


Black color preview on #75B086 background

This text has black color on #75B086 background.


White color preview on #75B086 background

This text has white color on #75B086 background.


Related colors

Complementary color

Complementary color for #hex is #8A4F79.


I love getcolorcode.com

Triadic colors

1 #8675B0 and #B08675 with #75B086 are triadic colors.

2 #86B075 and #B07586 with #75B086 are triadic colors.