COLOR #75BD93

HEX: #75BD93 RGB: (117,189,147)

Color info

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

RGB color model

#75BD93 color RGB value is (117,189,147).

RGB: (117,189,147) (46%, 74%, 58%)

RGB channels and saturation

R 117 of 255 = 46%
G 189 of 255 = 74%
B 147 of 255 = 58%

117
189
147

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

Portions of RGB colors in percentages

R + G + B = 117 + 189 + 147 = 453 (100%)
R 117 of 453 ~ 25.83%
G 189 of 453 ~ 41.72%
B 147 of 453 ~ 32.45'%

%25.83
%41.72
%32.45

CMYK color model

#75BD93 color CMYK value is (38,0,22,26).

  • cyan value is 38.10%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 25.88%
CMYK: (38,0,22,26) C38M0Y22K26 (38%,0%,22%,26%) (0.38/0.00/0.22/0.26) 

CMYK percentages

%38.1
%0
%22.22
%25.88

Codes

Color #75BD93 in popluar color models

75 BD 93
RGB 117 189 147
HSL 145° 35.29% 60.00%
HSB/HSV 145° 38.10% 74.12%
CMYK 38.10% 0.00% 22.22%
25.88%

Color #75BD93 in popluar number systems.

HEX 75 BD 93
Decimal 117 189 147
Binary 1110101 10111101 10010011
Octal 165 275 223

Shades and tints

Shades of #75BD93

#75BD93
(117,189,147)
#6BAC86
(107,172,134)
#619B79
(97,155,121)
#578A6C
(87,138,108)
#4D795F
(77,121,95)
#436852
(67,104,82)
#395745
(57,87,69)
#2F4638
(47,70,56)
#25352B
(37,53,43)
#1B241E
(27,36,30)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #75BD93

#75BD93
(117,189,147)
#81C39C
(129,195,156)
#8DC9A5
(141,201,165)
#99CFAE
(153,207,174)
#A5D5B7
(165,213,183)
#B1DBC0
(177,219,192)
#BDE1C9
(189,225,201)
#C9E7D2
(201,231,210)
#D5EDDB
(213,237,219)
#E1F3E4
(225,243,228)
#EDF9ED
(237,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75BD93 color. Also use rgb(117,189,147) instead hex code.

Text Font Color

.myTextColor { color: #75BD93; }

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

This text font color is #75BD93.

Background Color

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

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

This div background color is #75BD93.

Border color

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

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

This div border color is #75BD93.

Opacity

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

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

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

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

This text has shadow with #75BD93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75BD93.

Preview

Color preview on black background

This text has color #75BD93 on black background.


Color preview on white background

This text has color #75BD93 on white background.


Black color preview on #75BD93 background

This text has black color on #75BD93 background.


White color preview on #75BD93 background

This text has white color on #75BD93 background.


Related colors

Complementary color

Complementary color for #hex is #8A426C.


I love getcolorcode.com

Triadic colors

1 #9375BD and #BD9375 with #75BD93 are triadic colors.

2 #93BD75 and #BD7593 with #75BD93 are triadic colors.