COLOR #75BD7E

HEX: #75BD7E RGB: (117,189,126)

Color info

#75BD7E contains mainly green color. Web safe color of #75BD7E is #66CC66 (or #6C6).

RGB color model

#75BD7E color RGB value is (117,189,126).

RGB: (117,189,126) (46%, 74%, 49%)

RGB channels and saturation

R 117 of 255 = 46%
G 189 of 255 = 74%
B 126 of 255 = 49%

117
189
126

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

Portions of RGB colors in percentages

R + G + B = 117 + 189 + 126 = 432 (100%)
R 117 of 432 ~ 27.08%
G 189 of 432 ~ 43.75%
B 126 of 432 ~ 29.17'%

%27.08
%43.75
%29.17

CMYK color model

#75BD7E color CMYK value is (38,0,33,26).

  • cyan value is 38.10%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 25.88%

CMYK: (38,0,33,26)
C38M0Y33K26 (38%, 0%, 33%, 26%)
(0.38 / 0.00 / 0.33 / 0.26)

CMYK percentages

%38.1
%0
%33.33
%25.88

Codes

Color #75BD7E in popluar color models

75 BD 7E
RGB 117 189 126
HSL 128° 35.29% 60.00%
HSB/HSV 128° 38.10% 74.12%
CMYK 38.10% 0.00% 33.33%
25.88%

Color #75BD7E in popluar number systems.

HEX 75 BD 7E
Decimal 117 189 126
Binary 1110101 10111101 1111110
Octal 165 275 176

Shades and tints

Shades of #75BD7E

#75BD7E
(117,189,126)
#6BAC73
(107,172,115)
#619B68
(97,155,104)
#578A5D
(87,138,93)
#4D7952
(77,121,82)
#436847
(67,104,71)
#39573C
(57,87,60)
#2F4631
(47,70,49)
#253526
(37,53,38)
#1B241B
(27,36,27)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #75BD7E

#75BD7E
(117,189,126)
#81C389
(129,195,137)
#8DC994
(141,201,148)
#99CF9F
(153,207,159)
#A5D5AA
(165,213,170)
#B1DBB5
(177,219,181)
#BDE1C0
(189,225,192)
#C9E7CB
(201,231,203)
#D5EDD6
(213,237,214)
#E1F3E1
(225,243,225)
#EDF9EC
(237,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75BD7E; }

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

This text font color is #75BD7E.

Background Color

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

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

This div background color is #75BD7E.

Border color

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

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

This div border color is #75BD7E.

Opacity

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

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

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

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

This text has shadow with #75BD7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75BD7E.

Preview

Color preview on black background

This text has color #75BD7E on black background.


Color preview on white background

This text has color #75BD7E on white background.


Black color preview on #75BD7E background

This text has black color on #75BD7E background.


White color preview on #75BD7E background

This text has white color on #75BD7E background.


Related colors

Complementary color

Complementary color for #hex is #8A4281.


I love getcolorcode.com

Triadic colors

1 #7E75BD and #BD7E75 with #75BD7E are triadic colors.

2 #7EBD75 and #BD757E with #75BD7E are triadic colors.