COLOR #75B090

HEX: #75B090 RGB: (117,176,144)

Color info

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

RGB color model

#75B090 color RGB value is (117,176,144).

RGB: (117,176,144) (46%, 69%, 56%)

RGB channels and saturation

R 117 of 255 = 46%
G 176 of 255 = 69%
B 144 of 255 = 56%

117
176
144

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

Portions of RGB colors in percentages

R + G + B = 117 + 176 + 144 = 437 (100%)
R 117 of 437 ~ 26.77%
G 176 of 437 ~ 40.27%
B 144 of 437 ~ 32.95'%

%26.77
%40.27
%32.95

CMYK color model

#75B090 color CMYK value is (34,0,18,31).

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

CMYK: (34,0,18,31)
C34M0Y18K31 (34%, 0%, 18%, 31%)
(0.34 / 0.00 / 0.18 / 0.31)

CMYK percentages

%33.52
%0
%18.18
%30.98

Codes

Color #75B090 in popluar color models

75 B0 90
RGB 117 176 144
HSL 147° 27.19% 57.45%
HSB/HSV 147° 33.52% 69.02%
CMYK 33.52% 0.00% 18.18%
30.98%

Color #75B090 in popluar number systems.

HEX 75 B0 90
Decimal 117 176 144
Binary 1110101 10110000 10010000
Octal 165 260 220

Shades and tints

Shades of #75B090

#75B090
(117,176,144)
#6BA083
(107,160,131)
#619076
(97,144,118)
#578069
(87,128,105)
#4D705C
(77,112,92)
#43604F
(67,96,79)
#395042
(57,80,66)
#2F4035
(47,64,53)
#253028
(37,48,40)
#1B201B
(27,32,27)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #75B090

#75B090
(117,176,144)
#81B79A
(129,183,154)
#8DBEA4
(141,190,164)
#99C5AE
(153,197,174)
#A5CCB8
(165,204,184)
#B1D3C2
(177,211,194)
#BDDACC
(189,218,204)
#C9E1D6
(201,225,214)
#D5E8E0
(213,232,224)
#E1EFEA
(225,239,234)
#EDF6F4
(237,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75B090; }

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

This text font color is #75B090.

Background Color

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

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

This div background color is #75B090.

Border color

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

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

This div border color is #75B090.

Opacity

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

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

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

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

This text has shadow with #75B090 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75B090.

Preview

Color preview on black background

This text has color #75B090 on black background.


Color preview on white background

This text has color #75B090 on white background.


Black color preview on #75B090 background

This text has black color on #75B090 background.


White color preview on #75B090 background

This text has white color on #75B090 background.


Related colors

Complementary color

Complementary color for #hex is #8A4F6F.


I love getcolorcode.com

Triadic colors

1 #9075B0 and #B09075 with #75B090 are triadic colors.

2 #90B075 and #B07590 with #75B090 are triadic colors.