COLOR #75B981

HEX: #75B981
RGB: (117,185,129)

Color info

#75B981 contains mainly green and blue colors. Web safe color of #75B981 is #66CC99 (or #6C9).

RGB color model

#75B981 color RGB value is (117,185,129).

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

RGB channels and saturation

R 117 of 255 = 46%
G 185 of 255 = 73%
B 129 of 255 = 51%

117
185
129

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

Portions of RGB colors in percentages

R + G + B =
117 + 185 + 129 = 431 (100%)
R 117 of 431 ~ 27.15%
G 185 of 431 ~ 42.92%
B 129 of 431 ~ 29.93%

%27.15
%42.92
%29.93

CMYK color model

#75B981 color CMYK value is (37,0,30,27).

  • cyan value is 36.76%
  • magenta value is 0.00%
  • yellow value is 30.27%
  • key color value is 27.45%
CMYK:
(37,0,30,27)
C37M0Y30K27 
(37%,0%,30%,27%)
(0.37/0.00/0.30/0.27)	

CMYK percentages

%36.76
%0
%30.27
%27.45

Codes

Color #75B981 in popluar color models

75B981
RGB117185129
HSL131°32.69%59.22%
HSB/HSV131°36.76%72.55%
CMYK36.76%0.00%30.27%
27.45%

Color #75B981 in popluar number systems.

HEX75B981
Decimal117185129
Binary11101011011100110000001
Octal165271201

Shades and tints

Shades of #75B981

#75B981
(117,185,129)
#6BA976
(107,169,118)
#61996B
(97,153,107)
#578960
(87,137,96)
#4D7955
(77,121,85)
#43694A
(67,105,74)
#39593F
(57,89,63)
#2F4934
(47,73,52)
#253929
(37,57,41)
#1B291E
(27,41,30)
#111913
(17,25,19)
#000000
(0,0,0)

Tints of #75B981

#75B981
(117,185,129)
#81BF8C
(129,191,140)
#8DC597
(141,197,151)
#99CBA2
(153,203,162)
#A5D1AD
(165,209,173)
#B1D7B8
(177,215,184)
#BDDDC3
(189,221,195)
#C9E3CE
(201,227,206)
#D5E9D9
(213,233,217)
#E1EFE4
(225,239,228)
#EDF5EF
(237,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75B981; }

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

This text font color is #75B981.


Background Color

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

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

This div background color is #75B981.


Border color

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

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

This div border color is #75B981.


Opacity

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

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

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

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

This text has shadow with #75B981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B981 on black background.


Color preview on white background

This text has color #75B981 on white background.



Black color preview on #75B981 background

This text has black color on #75B981 background.


White color preview on #75B981 background

This text has white color on #75B981 background.