COLOR #75C87B

HEX: #75C87B
RGB: (117,200,123)

Color info

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

RGB color model

#75C87B color RGB value is (117,200,123).

  • red value is 117;
  • green value is 200;
  • blue value is 123.
RGB:
(117,200,123)
(46%,78%,48%)

RGB channels and saturation

R 117 of 255 = 46%
G 200 of 255 = 78%
B 123 of 255 = 48%

117
200
123

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

Portions of RGB colors in percentages

R + G + B =
117 + 200 + 123 = 440 (100%)
R 117 of 440 ~ 26.59%
G 200 of 440 ~ 45.45%
B 123 of 440 ~ 27.95%

%26.59
%45.45
%27.95

CMYK color model

#75C87B color CMYK value is (42,0,39,22).

  • cyan value is 41.50%
  • magenta value is 0.00%
  • yellow value is 38.50%
  • key color value is 21.57%
CMYK:
(42,0,39,22)
C42M0Y39K22 
(42%,0%,39%,22%)
(0.42/0.00/0.39/0.22)	

CMYK percentages

%41.5
%0
%38.5
%21.57

Codes

Color #75C87B in popluar color models

75C87B
RGB117200123
HSL124°43.01%62.16%
HSB/HSV124°41.50%78.43%
CMYK41.50%0.00%38.50%
21.57%

Color #75C87B in popluar number systems.

HEX75C87B
Decimal117200123
Binary1110101110010001111011
Octal165310173

Shades and tints

Shades of #75C87B

#75C87B
(117,200,123)
#6BB670
(107,182,112)
#61A465
(97,164,101)
#57925A
(87,146,90)
#4D804F
(77,128,79)
#436E44
(67,110,68)
#395C39
(57,92,57)
#2F4A2E
(47,74,46)
#253823
(37,56,35)
#1B2618
(27,38,24)
#11140D
(17,20,13)
#000000
(0,0,0)

Tints of #75C87B

#75C87B
(117,200,123)
#81CD87
(129,205,135)
#8DD293
(141,210,147)
#99D79F
(153,215,159)
#A5DCAB
(165,220,171)
#B1E1B7
(177,225,183)
#BDE6C3
(189,230,195)
#C9EBCF
(201,235,207)
#D5F0DB
(213,240,219)
#E1F5E7
(225,245,231)
#EDFAF3
(237,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75C87B; }

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

This text font color is #75C87B.


Background Color

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

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

This div background color is #75C87B.


Border color

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

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

This div border color is #75C87B.


Opacity

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

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

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

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

This text has shadow with #75C87B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75C87B on black background.


Color preview on white background

This text has color #75C87B on white background.



Black color preview on #75C87B background

This text has black color on #75C87B background.


White color preview on #75C87B background

This text has white color on #75C87B background.