COLOR #75CB9B

HEX: #75CB9B RGB: (117,203,155)

Color info

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

RGB color model

#75CB9B color RGB value is (117,203,155).

RGB: (117,203,155) (46%, 80%, 61%)

RGB channels and saturation

R 117 of 255 = 46%
G 203 of 255 = 80%
B 155 of 255 = 61%

117
203
155

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

Portions of RGB colors in percentages

R + G + B = 117 + 203 + 155 = 475 (100%)
R 117 of 475 ~ 24.63%
G 203 of 475 ~ 42.74%
B 155 of 475 ~ 32.63'%

%24.63
%42.74
%32.63

CMYK color model

#75CB9B color CMYK value is (42,0,24,20).

  • cyan value is 42.36%
  • magenta value is 0.00%
  • yellow value is 23.65%
  • key color value is 20.39%
CMYK: (42,0,24,20) C42M0Y24K20 (42%,0%,24%,20%) (0.42/0.00/0.24/0.20) 

CMYK percentages

%42.36
%0
%23.65
%20.39

Codes

Color #75CB9B in popluar color models

75 CB 9B
RGB 117 203 155
HSL 147° 45.26% 62.75%
HSB/HSV 147° 42.36% 79.61%
CMYK 42.36% 0.00% 23.65%
20.39%

Color #75CB9B in popluar number systems.

HEX 75 CB 9B
Decimal 117 203 155
Binary 1110101 11001011 10011011
Octal 165 313 233

Shades and tints

Shades of #75CB9B

#75CB9B
(117,203,155)
#6BB98D
(107,185,141)
#61A77F
(97,167,127)
#579571
(87,149,113)
#4D8363
(77,131,99)
#437155
(67,113,85)
#395F47
(57,95,71)
#2F4D39
(47,77,57)
#253B2B
(37,59,43)
#1B291D
(27,41,29)
#11170F
(17,23,15)
#000000
(0,0,0)

Tints of #75CB9B

#75CB9B
(117,203,155)
#81CFA4
(129,207,164)
#8DD3AD
(141,211,173)
#99D7B6
(153,215,182)
#A5DBBF
(165,219,191)
#B1DFC8
(177,223,200)
#BDE3D1
(189,227,209)
#C9E7DA
(201,231,218)
#D5EBE3
(213,235,227)
#E1EFEC
(225,239,236)
#EDF3F5
(237,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75CB9B color. Also use rgb(117,203,155) instead hex code.

Text Font Color

.myTextColor { color: #75CB9B; }

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

This text font color is #75CB9B.

Background Color

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

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

This div background color is #75CB9B.

Border color

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

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

This div border color is #75CB9B.

Opacity

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

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

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

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

This text has shadow with #75CB9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75CB9B.

Preview

Color preview on black background

This text has color #75CB9B on black background.


Color preview on white background

This text has color #75CB9B on white background.


Black color preview on #75CB9B background

This text has black color on #75CB9B background.


White color preview on #75CB9B background

This text has white color on #75CB9B background.


Related colors

Complementary color

Complementary color for #hex is #8A3464.


I love getcolorcode.com

Triadic colors

1 #9B75CB and #CB9B75 with #75CB9B are triadic colors.

2 #9BCB75 and #CB759B with #75CB9B are triadic colors.