COLOR #75B179

HEX: #75B179 RGB: (117,177,121)

Color info

#75B179 contains mainly green and blue colors. Web safe color of #75B179 is #669966 (or #696).

RGB color model

#75B179 color RGB value is (117,177,121).

RGB: (117,177,121) (46%, 69%, 47%)

RGB channels and saturation

R 117 of 255 = 46%
G 177 of 255 = 69%
B 121 of 255 = 47%

117
177
121

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

Portions of RGB colors in percentages

R + G + B = 117 + 177 + 121 = 415 (100%)
R 117 of 415 ~ 28.19%
G 177 of 415 ~ 42.65%
B 121 of 415 ~ 29.16'%

%28.19
%42.65
%29.16

CMYK color model

#75B179 color CMYK value is (34,0,32,31).

  • cyan value is 33.90%
  • magenta value is 0.00%
  • yellow value is 31.64%
  • key color value is 30.59%

CMYK: (34,0,32,31)
C34M0Y32K31 (34%, 0%, 32%, 31%)
(0.34 / 0.00 / 0.32 / 0.31)

CMYK percentages

%33.9
%0
%31.64
%30.59

Codes

Color #75B179 in popluar color models

75 B1 79
RGB 117 177 121
HSL 124° 27.78% 57.65%
HSB/HSV 124° 33.90% 69.41%
CMYK 33.90% 0.00% 31.64%
30.59%

Color #75B179 in popluar number systems.

HEX 75 B1 79
Decimal 117 177 121
Binary 1110101 10110001 1111001
Octal 165 261 171

Shades and tints

Shades of #75B179

#75B179
(117,177,121)
#6BA16E
(107,161,110)
#619163
(97,145,99)
#578158
(87,129,88)
#4D714D
(77,113,77)
#436142
(67,97,66)
#395137
(57,81,55)
#2F412C
(47,65,44)
#253121
(37,49,33)
#1B2116
(27,33,22)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #75B179

#75B179
(117,177,121)
#81B885
(129,184,133)
#8DBF91
(141,191,145)
#99C69D
(153,198,157)
#A5CDA9
(165,205,169)
#B1D4B5
(177,212,181)
#BDDBC1
(189,219,193)
#C9E2CD
(201,226,205)
#D5E9D9
(213,233,217)
#E1F0E5
(225,240,229)
#EDF7F1
(237,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75B179 color. Also use rgb(117,177,121) instead hex code.

Text Font Color

.myTextColor { color: #75B179; }

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

This text font color is #75B179.

Background Color

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

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

This div background color is #75B179.

Border color

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

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

This div border color is #75B179.

Opacity

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

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

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

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

This text has shadow with #75B179 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75B179.

Preview

Color preview on black background

This text has color #75B179 on black background.


Color preview on white background

This text has color #75B179 on white background.


Black color preview on #75B179 background

This text has black color on #75B179 background.


White color preview on #75B179 background

This text has white color on #75B179 background.


Related colors

Complementary color

Complementary color for #hex is #8A4E86.


I love getcolorcode.com

Triadic colors

1 #7975B1 and #B17975 with #75B179 are triadic colors.

2 #79B175 and #B17579 with #75B179 are triadic colors.