COLOR #75C78B

HEX: #75C78B
RGB: (117,199,139)

Color info

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

RGB color model

#75C78B color RGB value is (117,199,139).

  • red value is 117;
  • green value is 199;
  • blue value is 139.
RGB:
(117,199,139)
(46%,78%,55%)

RGB channels and saturation

R 117 of 255 = 46%
G 199 of 255 = 78%
B 139 of 255 = 55%

117
199
139

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

Portions of RGB colors in percentages

R + G + B =
117 + 199 + 139 = 455 (100%)
R 117 of 455 ~ 25.71%
G 199 of 455 ~ 43.74%
B 139 of 455 ~ 30.55%

%25.71
%43.74
%30.55

CMYK color model

#75C78B color CMYK value is (41,0,30,22).

  • cyan value is 41.21%
  • magenta value is 0.00%
  • yellow value is 30.15%
  • key color value is 21.96%
CMYK:
(41,0,30,22)
C41M0Y30K22 
(41%,0%,30%,22%)
(0.41/0.00/0.30/0.22)	

CMYK percentages

%41.21
%0
%30.15
%21.96

Codes

Color #75C78B in popluar color models

75C78B
RGB117199139
HSL136°42.27%61.96%
HSB/HSV136°41.21%78.04%
CMYK41.21%0.00%30.15%
21.96%

Color #75C78B in popluar number systems.

HEX75C78B
Decimal117199139
Binary11101011100011110001011
Octal165307213

Shades and tints

Shades of #75C78B

#75C78B
(117,199,139)
#6BB57F
(107,181,127)
#61A373
(97,163,115)
#579167
(87,145,103)
#4D7F5B
(77,127,91)
#436D4F
(67,109,79)
#395B43
(57,91,67)
#2F4937
(47,73,55)
#25372B
(37,55,43)
#1B251F
(27,37,31)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #75C78B

#75C78B
(117,199,139)
#81CC95
(129,204,149)
#8DD19F
(141,209,159)
#99D6A9
(153,214,169)
#A5DBB3
(165,219,179)
#B1E0BD
(177,224,189)
#BDE5C7
(189,229,199)
#C9EAD1
(201,234,209)
#D5EFDB
(213,239,219)
#E1F4E5
(225,244,229)
#EDF9EF
(237,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75C78B; }

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

This text font color is #75C78B.


Background Color

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

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

This div background color is #75C78B.


Border color

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

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

This div border color is #75C78B.


Opacity

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

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

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

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

This text has shadow with #75C78B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75C78B on black background.


Color preview on white background

This text has color #75C78B on white background.



Black color preview on #75C78B background

This text has black color on #75C78B background.


White color preview on #75C78B background

This text has white color on #75C78B background.