COLOR #75BE7D

HEX: #75BE7D
RGB: (117,190,125)

Color info

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

RGB color model

#75BE7D color RGB value is (117,190,125).

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

RGB channels and saturation

R 117 of 255 = 46%
G 190 of 255 = 75%
B 125 of 255 = 49%

117
190
125

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

Portions of RGB colors in percentages

R + G + B =
117 + 190 + 125 = 432 (100%)
R 117 of 432 ~ 27.08%
G 190 of 432 ~ 43.98%
B 125 of 432 ~ 28.94%

%27.08
%43.98
%28.94

CMYK color model

#75BE7D color CMYK value is (38,0,34,25).

  • cyan value is 38.42%
  • magenta value is 0.00%
  • yellow value is 34.21%
  • key color value is 25.49%
CMYK:
(38,0,34,25)
C38M0Y34K25 
(38%,0%,34%,25%)
(0.38/0.00/0.34/0.25)	

CMYK percentages

%38.42
%0
%34.21
%25.49

Codes

Color #75BE7D in popluar color models

75BE7D
RGB117190125
HSL127°35.96%60.20%
HSB/HSV127°38.42%74.51%
CMYK38.42%0.00%34.21%
25.49%

Color #75BE7D in popluar number systems.

HEX75BE7D
Decimal117190125
Binary1110101101111101111101
Octal165276175

Shades and tints

Shades of #75BE7D

#75BE7D
(117,190,125)
#6BAD72
(107,173,114)
#619C67
(97,156,103)
#578B5C
(87,139,92)
#4D7A51
(77,122,81)
#436946
(67,105,70)
#39583B
(57,88,59)
#2F4730
(47,71,48)
#253625
(37,54,37)
#1B251A
(27,37,26)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #75BE7D

#75BE7D
(117,190,125)
#81C388
(129,195,136)
#8DC893
(141,200,147)
#99CD9E
(153,205,158)
#A5D2A9
(165,210,169)
#B1D7B4
(177,215,180)
#BDDCBF
(189,220,191)
#C9E1CA
(201,225,202)
#D5E6D5
(213,230,213)
#E1EBE0
(225,235,224)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75BE7D; }

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

This text font color is #75BE7D.


Background Color

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

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

This div background color is #75BE7D.


Border color

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

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

This div border color is #75BE7D.


Opacity

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

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

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

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

This text has shadow with #75BE7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75BE7D on black background.


Color preview on white background

This text has color #75BE7D on white background.



Black color preview on #75BE7D background

This text has black color on #75BE7D background.


White color preview on #75BE7D background

This text has white color on #75BE7D background.