COLOR #75D78B

HEX: #75D78B RGB: (117,215,139)

Color info

#75D78B contains mainly green color. Web safe color of #75D78B is #66CC99 (or #6C9).

RGB color model

#75D78B color RGB value is (117,215,139).

RGB: (117,215,139) (46%, 84%, 55%)

RGB channels and saturation

R 117 of 255 = 46%
G 215 of 255 = 84%
B 139 of 255 = 55%

117
215
139

R + G + B ~ 62%. #75D78B is quite light color.

Portions of RGB colors in percentages

R + G + B = 117 + 215 + 139 = 471 (100%)
R 117 of 471 ~ 24.84%
G 215 of 471 ~ 45.65%
B 139 of 471 ~ 29.51'%

%24.84
%45.65
%29.51

CMYK color model

#75D78B color CMYK value is (46,0,35,16).

  • cyan value is 45.58%
  • magenta value is 0.00%
  • yellow value is 35.35%
  • key color value is 15.69%

CMYK: (46,0,35,16)
C46M0Y35K16 (46%, 0%, 35%, 16%)
(0.46 / 0.00 / 0.35 / 0.16)

CMYK percentages

%45.58
%0
%35.35
%15.69

Codes

Color #75D78B in popluar color models

75 D7 8B
RGB 117 215 139
HSL 133° 55.06% 65.10%
HSB/HSV 133° 45.58% 84.31%
CMYK 45.58% 0.00% 35.35%
15.69%

Color #75D78B in popluar number systems.

HEX 75 D7 8B
Decimal 117 215 139
Binary 1110101 11010111 10001011
Octal 165 327 213

Shades and tints

Shades of #75D78B

#75D78B
(117,215,139)
#6BC47F
(107,196,127)
#61B173
(97,177,115)
#579E67
(87,158,103)
#4D8B5B
(77,139,91)
#43784F
(67,120,79)
#396543
(57,101,67)
#2F5237
(47,82,55)
#253F2B
(37,63,43)
#1B2C1F
(27,44,31)
#111913
(17,25,19)
#000000
(0,0,0)

Tints of #75D78B

#75D78B
(117,215,139)
#81DA95
(129,218,149)
#8DDD9F
(141,221,159)
#99E0A9
(153,224,169)
#A5E3B3
(165,227,179)
#B1E6BD
(177,230,189)
#BDE9C7
(189,233,199)
#C9ECD1
(201,236,209)
#D5EFDB
(213,239,219)
#E1F2E5
(225,242,229)
#EDF5EF
(237,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75D78B color. Also use rgb(117,215,139) instead hex code.

Text Font Color

.myTextColor { color: #75D78B; }

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

This text font color is #75D78B.

Background Color

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

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

This div background color is #75D78B.

Border color

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

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

This div border color is #75D78B.

Opacity

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

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

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

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

This text has shadow with #75D78B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75D78B.

Preview

Color preview on black background

This text has color #75D78B on black background.


Color preview on white background

This text has color #75D78B on white background.


Black color preview on #75D78B background

This text has black color on #75D78B background.


White color preview on #75D78B background

This text has white color on #75D78B background.


Related colors

Complementary color

Complementary color for #hex is #8A2874.


I love getcolorcode.com

Triadic colors

1 #8B75D7 and #D78B75 with #75D78B are triadic colors.

2 #8BD775 and #D7758B with #75D78B are triadic colors.