COLOR #75A979

HEX: #75A979
RGB: (117,169,121)

Color info

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

RGB color model

#75A979 color RGB value is (117,169,121).

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

RGB channels and saturation

R 117 of 255 = 46%
G 169 of 255 = 66%
B 121 of 255 = 47%

117
169
121

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

Portions of RGB colors in percentages

R + G + B =
117 + 169 + 121 = 407 (100%)
R 117 of 407 ~ 28.75%
G 169 of 407 ~ 41.52%
B 121 of 407 ~ 29.73%

%28.75
%41.52
%29.73

CMYK color model

#75A979 color CMYK value is (31,0,28,34).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 28.40%
  • key color value is 33.73%
CMYK:
(31,0,28,34)
C31M0Y28K34 
(31%,0%,28%,34%)
(0.31/0.00/0.28/0.34)	

CMYK percentages

%30.77
%0
%28.4
%33.73

Codes

Color #75A979 in popluar color models

75A979
RGB117169121
HSL125°23.21%56.08%
HSB/HSV125°30.77%66.27%
CMYK30.77%0.00%28.40%
33.73%

Color #75A979 in popluar number systems.

HEX75A979
Decimal117169121
Binary1110101101010011111001
Octal165251171

Shades and tints

Shades of #75A979

#75A979
(117,169,121)
#6B9A6E
(107,154,110)
#618B63
(97,139,99)
#577C58
(87,124,88)
#4D6D4D
(77,109,77)
#435E42
(67,94,66)
#394F37
(57,79,55)
#2F402C
(47,64,44)
#253121
(37,49,33)
#1B2216
(27,34,22)
#11130B
(17,19,11)
#000000
(0,0,0)

Tints of #75A979

#75A979
(117,169,121)
#81B085
(129,176,133)
#8DB791
(141,183,145)
#99BE9D
(153,190,157)
#A5C5A9
(165,197,169)
#B1CCB5
(177,204,181)
#BDD3C1
(189,211,193)
#C9DACD
(201,218,205)
#D5E1D9
(213,225,217)
#E1E8E5
(225,232,229)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A979; }

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

This text font color is #75A979.


Background Color

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

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

This div background color is #75A979.


Border color

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

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

This div border color is #75A979.


Opacity

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

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

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

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

This text has shadow with #75A979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A979 on black background.


Color preview on white background

This text has color #75A979 on white background.



Black color preview on #75A979 background

This text has black color on #75A979 background.


White color preview on #75A979 background

This text has white color on #75A979 background.