COLOR #75C18C

HEX: #75C18C RGB: (117,193,140)

Color info

#75C18C contains mainly green and blue colors. Web safe color of #75C18C is #66CC99 (or #6C9).

RGB color model

#75C18C color RGB value is (117,193,140).

RGB: (117,193,140) (46%, 76%, 55%)

RGB channels and saturation

R 117 of 255 = 46%
G 193 of 255 = 76%
B 140 of 255 = 55%

117
193
140

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

Portions of RGB colors in percentages

R + G + B = 117 + 193 + 140 = 450 (100%)
R 117 of 450 ~ 26%
G 193 of 450 ~ 42.89%
B 140 of 450 ~ 31.11'%

%26
%42.89
%31.11

CMYK color model

#75C18C color CMYK value is (39,0,27,24).

  • cyan value is 39.38%
  • magenta value is 0.00%
  • yellow value is 27.46%
  • key color value is 24.31%
CMYK: (39,0,27,24) C39M0Y27K24 (39%,0%,27%,24%) (0.39/0.00/0.27/0.24) 

CMYK percentages

%39.38
%0
%27.46
%24.31

Codes

Color #75C18C in popluar color models

75 C1 8C
RGB 117 193 140
HSL 138° 38.00% 60.78%
HSB/HSV 138° 39.38% 75.69%
CMYK 39.38% 0.00% 27.46%
24.31%

Color #75C18C in popluar number systems.

HEX 75 C1 8C
Decimal 117 193 140
Binary 1110101 11000001 10001100
Octal 165 301 214

Shades and tints

Shades of #75C18C

#75C18C
(117,193,140)
#6BB080
(107,176,128)
#619F74
(97,159,116)
#578E68
(87,142,104)
#4D7D5C
(77,125,92)
#436C50
(67,108,80)
#395B44
(57,91,68)
#2F4A38
(47,74,56)
#25392C
(37,57,44)
#1B2820
(27,40,32)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #75C18C

#75C18C
(117,193,140)
#81C696
(129,198,150)
#8DCBA0
(141,203,160)
#99D0AA
(153,208,170)
#A5D5B4
(165,213,180)
#B1DABE
(177,218,190)
#BDDFC8
(189,223,200)
#C9E4D2
(201,228,210)
#D5E9DC
(213,233,220)
#E1EEE6
(225,238,230)
#EDF3F0
(237,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75C18C color. Also use rgb(117,193,140) instead hex code.

Text Font Color

.myTextColor { color: #75C18C; }

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

This text font color is #75C18C.

Background Color

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

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

This div background color is #75C18C.

Border color

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

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

This div border color is #75C18C.

Opacity

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

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

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

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

This text has shadow with #75C18C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75C18C.

Preview

Color preview on black background

This text has color #75C18C on black background.


Color preview on white background

This text has color #75C18C on white background.


Black color preview on #75C18C background

This text has black color on #75C18C background.


White color preview on #75C18C background

This text has white color on #75C18C background.


Related colors

Complementary color

Complementary color for #hex is #8A3E73.


I love getcolorcode.com

Triadic colors

1 #8C75C1 and #C18C75 with #75C18C are triadic colors.

2 #8CC175 and #C1758C with #75C18C are triadic colors.