COLOR #75B181

HEX: #75B181
RGB: (117,177,129)

Color info

#75B181 contains mainly green and blue colors. Web safe color of #75B181 is #669999 (or #699).

RGB color model

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

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

RGB channels and saturation

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

117
177
129

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

Portions of RGB colors in percentages

R + G + B =
117 + 177 + 129 = 423 (100%)
R 117 of 423 ~ 27.66%
G 177 of 423 ~ 41.84%
B 129 of 423 ~ 30.5%

%27.66
%41.84
%30.5

CMYK color model

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

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

CMYK percentages

%33.9
%0
%27.12
%30.59

Codes

Color #75B181 in popluar color models

75B181
RGB117177129
HSL132°27.78%57.65%
HSB/HSV132°33.90%69.41%
CMYK33.90%0.00%27.12%
30.59%

Color #75B181 in popluar number systems.

HEX75B181
Decimal117177129
Binary11101011011000110000001
Octal165261201

Shades and tints

Shades of #75B181

#75B181
(117,177,129)
#6BA176
(107,161,118)
#61916B
(97,145,107)
#578160
(87,129,96)
#4D7155
(77,113,85)
#43614A
(67,97,74)
#39513F
(57,81,63)
#2F4134
(47,65,52)
#253129
(37,49,41)
#1B211E
(27,33,30)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #75B181

#75B181
(117,177,129)
#81B88C
(129,184,140)
#8DBF97
(141,191,151)
#99C6A2
(153,198,162)
#A5CDAD
(165,205,173)
#B1D4B8
(177,212,184)
#BDDBC3
(189,219,195)
#C9E2CE
(201,226,206)
#D5E9D9
(213,233,217)
#E1F0E4
(225,240,228)
#EDF7EF
(237,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75B181; }

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

This text font color is #75B181.


Background Color

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

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

This div background color is #75B181.


Border color

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

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

This div border color is #75B181.


Opacity

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

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

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

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

This text has shadow with #75B181 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B181 on black background.


Color preview on white background

This text has color #75B181 on white background.



Black color preview on #75B181 background

This text has black color on #75B181 background.


White color preview on #75B181 background

This text has white color on #75B181 background.