COLOR #75B175

HEX: #75B175
RGB: (117,177,117)

Color info

#75B175 contains mainly green color. Web safe color of #75B175 is #669966 (or #696).

RGB color model

#75B175 color RGB value is (117,177,117).

  • red value is 117;
  • green value is 177;
  • blue value is 117.
RGB:
(117,177,117)
(46%,69%,46%)

RGB channels and saturation

R 117 of 255 = 46%
G 177 of 255 = 69%
B 117 of 255 = 46%

117
177
117

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

Portions of RGB colors in percentages

R + G + B =
117 + 177 + 117 = 411 (100%)
R 117 of 411 ~ 28.47%
G 177 of 411 ~ 43.07%
B 117 of 411 ~ 28.47%

%28.47
%43.07
%28.47

CMYK color model

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

  • cyan value is 33.90%
  • magenta value is 0.00%
  • yellow value is 33.90%
  • key color value is 30.59%
CMYK:
(34,0,34,31)
C34M0Y34K31 
(34%,0%,34%,31%)
(0.34/0.00/0.34/0.31)	

CMYK percentages

%33.9
%0
%33.9
%30.59

Codes

Color #75B175 in popluar color models

75B175
RGB117177117
HSL120°27.78%57.65%
HSB/HSV120°33.90%69.41%
CMYK33.90%0.00%33.90%
30.59%

Color #75B175 in popluar number systems.

HEX75B175
Decimal117177117
Binary1110101101100011110101
Octal165261165

Shades and tints

Shades of #75B175

#75B175
(117,177,117)
#6BA16B
(107,161,107)
#619161
(97,145,97)
#578157
(87,129,87)
#4D714D
(77,113,77)
#436143
(67,97,67)
#395139
(57,81,57)
#2F412F
(47,65,47)
#253125
(37,49,37)
#1B211B
(27,33,27)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #75B175

#75B175
(117,177,117)
#81B881
(129,184,129)
#8DBF8D
(141,191,141)
#99C699
(153,198,153)
#A5CDA5
(165,205,165)
#B1D4B1
(177,212,177)
#BDDBBD
(189,219,189)
#C9E2C9
(201,226,201)
#D5E9D5
(213,233,213)
#E1F0E1
(225,240,225)
#EDF7ED
(237,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75B175; }

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

This text font color is #75B175.


Background Color

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

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

This div background color is #75B175.


Border color

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

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

This div border color is #75B175.


Opacity

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

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

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

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

This text has shadow with #75B175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B175 on black background.


Color preview on white background

This text has color #75B175 on white background.



Black color preview on #75B175 background

This text has black color on #75B175 background.


White color preview on #75B175 background

This text has white color on #75B175 background.