COLOR #75A579

HEX: #75A579
RGB: (117,165,121)

Color info

#75A579 contains red, green and blue colors in about the same proportion. Web safe color of #75A579 is #669966 (or #696).

RGB color model

#75A579 color RGB value is (117,165,121).

  • red value is 117;
  • green value is 165;
  • blue value is 121.
RGB:
(117,165,121)
(46%,65%,47%)

RGB channels and saturation

R 117 of 255 = 46%
G 165 of 255 = 65%
B 121 of 255 = 47%

117
165
121

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

Portions of RGB colors in percentages

R + G + B =
117 + 165 + 121 = 403 (100%)
R 117 of 403 ~ 29.03%
G 165 of 403 ~ 40.94%
B 121 of 403 ~ 30.02%

%29.03
%40.94
%30.02

CMYK color model

#75A579 color CMYK value is (29,0,27,35).

  • cyan value is 29.09%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 35.29%
CMYK:
(29,0,27,35)
C29M0Y27K35 
(29%,0%,27%,35%)
(0.29/0.00/0.27/0.35)	

CMYK percentages

%29.09
%0
%26.67
%35.29

Codes

Color #75A579 in popluar color models

75A579
RGB117165121
HSL125°21.05%55.29%
HSB/HSV125°29.09%64.71%
CMYK29.09%0.00%26.67%
35.29%

Color #75A579 in popluar number systems.

HEX75A579
Decimal117165121
Binary1110101101001011111001
Octal165245171

Shades and tints

Shades of #75A579

#75A579
(117,165,121)
#6B966E
(107,150,110)
#618763
(97,135,99)
#577858
(87,120,88)
#4D694D
(77,105,77)
#435A42
(67,90,66)
#394B37
(57,75,55)
#2F3C2C
(47,60,44)
#252D21
(37,45,33)
#1B1E16
(27,30,22)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #75A579

#75A579
(117,165,121)
#81AD85
(129,173,133)
#8DB591
(141,181,145)
#99BD9D
(153,189,157)
#A5C5A9
(165,197,169)
#B1CDB5
(177,205,181)
#BDD5C1
(189,213,193)
#C9DDCD
(201,221,205)
#D5E5D9
(213,229,217)
#E1EDE5
(225,237,229)
#EDF5F1
(237,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A579; }

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

This text font color is #75A579.


Background Color

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

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

This div background color is #75A579.


Border color

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

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

This div border color is #75A579.


Opacity

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

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

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

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

This text has shadow with #75A579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A579 on black background.


Color preview on white background

This text has color #75A579 on white background.



Black color preview on #75A579 background

This text has black color on #75A579 background.


White color preview on #75A579 background

This text has white color on #75A579 background.