COLOR #75B87D

HEX: #75B87D
RGB: (117,184,125)

Color info

#75B87D contains mainly green and blue colors. Web safe color of #75B87D is #66CC66 (or #6C6).

RGB color model

#75B87D color RGB value is (117,184,125).

  • red value is 117;
  • green value is 184;
  • blue value is 125.
RGB:
(117,184,125)
(46%,72%,49%)

RGB channels and saturation

R 117 of 255 = 46%
G 184 of 255 = 72%
B 125 of 255 = 49%

117
184
125

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

Portions of RGB colors in percentages

R + G + B =
117 + 184 + 125 = 426 (100%)
R 117 of 426 ~ 27.46%
G 184 of 426 ~ 43.19%
B 125 of 426 ~ 29.34%

%27.46
%43.19
%29.34

CMYK color model

#75B87D color CMYK value is (36,0,32,28).

  • cyan value is 36.41%
  • magenta value is 0.00%
  • yellow value is 32.07%
  • key color value is 27.84%
CMYK:
(36,0,32,28)
C36M0Y32K28 
(36%,0%,32%,28%)
(0.36/0.00/0.32/0.28)	

CMYK percentages

%36.41
%0
%32.07
%27.84

Codes

Color #75B87D in popluar color models

75B87D
RGB117184125
HSL127°32.06%59.02%
HSB/HSV127°36.41%72.16%
CMYK36.41%0.00%32.07%
27.84%

Color #75B87D in popluar number systems.

HEX75B87D
Decimal117184125
Binary1110101101110001111101
Octal165270175

Shades and tints

Shades of #75B87D

#75B87D
(117,184,125)
#6BA872
(107,168,114)
#619867
(97,152,103)
#57885C
(87,136,92)
#4D7851
(77,120,81)
#436846
(67,104,70)
#39583B
(57,88,59)
#2F4830
(47,72,48)
#253825
(37,56,37)
#1B281A
(27,40,26)
#11180F
(17,24,15)
#000000
(0,0,0)

Tints of #75B87D

#75B87D
(117,184,125)
#81BE88
(129,190,136)
#8DC493
(141,196,147)
#99CA9E
(153,202,158)
#A5D0A9
(165,208,169)
#B1D6B4
(177,214,180)
#BDDCBF
(189,220,191)
#C9E2CA
(201,226,202)
#D5E8D5
(213,232,213)
#E1EEE0
(225,238,224)
#EDF4EB
(237,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75B87D; }

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

This text font color is #75B87D.


Background Color

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

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

This div background color is #75B87D.


Border color

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

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

This div border color is #75B87D.


Opacity

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

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

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

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

This text has shadow with #75B87D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B87D on black background.


Color preview on white background

This text has color #75B87D on white background.



Black color preview on #75B87D background

This text has black color on #75B87D background.


White color preview on #75B87D background

This text has white color on #75B87D background.