COLOR #75B097

HEX: #75B097 RGB: (117,176,151)

Color info

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

RGB color model

#75B097 color RGB value is (117,176,151).

RGB: (117,176,151) (46%, 69%, 59%)

RGB channels and saturation

R 117 of 255 = 46%
G 176 of 255 = 69%
B 151 of 255 = 59%

117
176
151

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

Portions of RGB colors in percentages

R + G + B = 117 + 176 + 151 = 444 (100%)
R 117 of 444 ~ 26.35%
G 176 of 444 ~ 39.64%
B 151 of 444 ~ 34.01'%

%26.35
%39.64
%34.01

CMYK color model

#75B097 color CMYK value is (34,0,14,31).

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

CMYK: (34,0,14,31)
C34M0Y14K31 (34%, 0%, 14%, 31%)
(0.34 / 0.00 / 0.14 / 0.31)

CMYK percentages

%33.52
%0
%14.2
%30.98

Codes

Color #75B097 in popluar color models

75 B0 97
RGB 117 176 151
HSL 155° 27.19% 57.45%
HSB/HSV 155° 33.52% 69.02%
CMYK 33.52% 0.00% 14.20%
30.98%

Color #75B097 in popluar number systems.

HEX 75 B0 97
Decimal 117 176 151
Binary 1110101 10110000 10010111
Octal 165 260 227

Shades and tints

Shades of #75B097

#75B097
(117,176,151)
#6BA08A
(107,160,138)
#61907D
(97,144,125)
#578070
(87,128,112)
#4D7063
(77,112,99)
#436056
(67,96,86)
#395049
(57,80,73)
#2F403C
(47,64,60)
#25302F
(37,48,47)
#1B2022
(27,32,34)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #75B097

#75B097
(117,176,151)
#81B7A0
(129,183,160)
#8DBEA9
(141,190,169)
#99C5B2
(153,197,178)
#A5CCBB
(165,204,187)
#B1D3C4
(177,211,196)
#BDDACD
(189,218,205)
#C9E1D6
(201,225,214)
#D5E8DF
(213,232,223)
#E1EFE8
(225,239,232)
#EDF6F1
(237,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75B097; }

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

This text font color is #75B097.

Background Color

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

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

This div background color is #75B097.

Border color

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

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

This div border color is #75B097.

Opacity

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

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

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

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

This text has shadow with #75B097 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75B097.

Preview

Color preview on black background

This text has color #75B097 on black background.


Color preview on white background

This text has color #75B097 on white background.


Black color preview on #75B097 background

This text has black color on #75B097 background.


White color preview on #75B097 background

This text has white color on #75B097 background.


Related colors

Complementary color

Complementary color for #hex is #8A4F68.


I love getcolorcode.com

Triadic colors

1 #9775B0 and #B09775 with #75B097 are triadic colors.

2 #97B075 and #B07597 with #75B097 are triadic colors.