COLOR #75C37F

HEX: #75C37F
RGB: (117,195,127)

Color info

#75C37F contains mainly green color. Web safe color of #75C37F is #66CC66 (or #6C6).

RGB color model

#75C37F color RGB value is (117,195,127).

  • red value is 117;
  • green value is 195;
  • blue value is 127.
RGB:
(117,195,127)
(46%,76%,50%)

RGB channels and saturation

R 117 of 255 = 46%
G 195 of 255 = 76%
B 127 of 255 = 50%

117
195
127

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

Portions of RGB colors in percentages

R + G + B =
117 + 195 + 127 = 439 (100%)
R 117 of 439 ~ 26.65%
G 195 of 439 ~ 44.42%
B 127 of 439 ~ 28.93%

%26.65
%44.42
%28.93

CMYK color model

#75C37F color CMYK value is (40,0,35,24).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 34.87%
  • key color value is 23.53%
CMYK:
(40,0,35,24)
C40M0Y35K24 
(40%,0%,35%,24%)
(0.40/0.00/0.35/0.24)	

CMYK percentages

%40
%0
%34.87
%23.53

Codes

Color #75C37F in popluar color models

75C37F
RGB117195127
HSL128°39.39%61.18%
HSB/HSV128°40.00%76.47%
CMYK40.00%0.00%34.87%
23.53%

Color #75C37F in popluar number systems.

HEX75C37F
Decimal117195127
Binary1110101110000111111111
Octal165303177

Shades and tints

Shades of #75C37F

#75C37F
(117,195,127)
#6BB274
(107,178,116)
#61A169
(97,161,105)
#57905E
(87,144,94)
#4D7F53
(77,127,83)
#436E48
(67,110,72)
#395D3D
(57,93,61)
#2F4C32
(47,76,50)
#253B27
(37,59,39)
#1B2A1C
(27,42,28)
#111911
(17,25,17)
#000000
(0,0,0)

Tints of #75C37F

#75C37F
(117,195,127)
#81C88A
(129,200,138)
#8DCD95
(141,205,149)
#99D2A0
(153,210,160)
#A5D7AB
(165,215,171)
#B1DCB6
(177,220,182)
#BDE1C1
(189,225,193)
#C9E6CC
(201,230,204)
#D5EBD7
(213,235,215)
#E1F0E2
(225,240,226)
#EDF5ED
(237,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75C37F; }

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

This text font color is #75C37F.


Background Color

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

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

This div background color is #75C37F.


Border color

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

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

This div border color is #75C37F.


Opacity

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

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

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

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

This text has shadow with #75C37F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75C37F on black background.


Color preview on white background

This text has color #75C37F on white background.



Black color preview on #75C37F background

This text has black color on #75C37F background.


White color preview on #75C37F background

This text has white color on #75C37F background.