COLOR #75A971

HEX: #75A971
RGB: (117,169,113)

Color info

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

RGB color model

#75A971 color RGB value is (117,169,113).

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

RGB channels and saturation

R 117 of 255 = 46%
G 169 of 255 = 66%
B 113 of 255 = 44%

117
169
113

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

Portions of RGB colors in percentages

R + G + B =
117 + 169 + 113 = 399 (100%)
R 117 of 399 ~ 29.32%
G 169 of 399 ~ 42.36%
B 113 of 399 ~ 28.32%

%29.32
%42.36
%28.32

CMYK color model

#75A971 color CMYK value is (31,0,33,34).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 33.14%
  • key color value is 33.73%
CMYK:
(31,0,33,34)
C31M0Y33K34 
(31%,0%,33%,34%)
(0.31/0.00/0.33/0.34)	

CMYK percentages

%30.77
%0
%33.14
%33.73

Codes

Color #75A971 in popluar color models

75A971
RGB117169113
HSL116°24.56%55.29%
HSB/HSV116°33.14%66.27%
CMYK30.77%0.00%33.14%
33.73%

Color #75A971 in popluar number systems.

HEX75A971
Decimal117169113
Binary1110101101010011110001
Octal165251161

Shades and tints

Shades of #75A971

#75A971
(117,169,113)
#6B9A67
(107,154,103)
#618B5D
(97,139,93)
#577C53
(87,124,83)
#4D6D49
(77,109,73)
#435E3F
(67,94,63)
#394F35
(57,79,53)
#2F402B
(47,64,43)
#253121
(37,49,33)
#1B2217
(27,34,23)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #75A971

#75A971
(117,169,113)
#81B07D
(129,176,125)
#8DB789
(141,183,137)
#99BE95
(153,190,149)
#A5C5A1
(165,197,161)
#B1CCAD
(177,204,173)
#BDD3B9
(189,211,185)
#C9DAC5
(201,218,197)
#D5E1D1
(213,225,209)
#E1E8DD
(225,232,221)
#EDEFE9
(237,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A971; }

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

This text font color is #75A971.


Background Color

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

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

This div background color is #75A971.


Border color

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

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

This div border color is #75A971.


Opacity

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

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

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

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

This text has shadow with #75A971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A971 on black background.


Color preview on white background

This text has color #75A971 on white background.



Black color preview on #75A971 background

This text has black color on #75A971 background.


White color preview on #75A971 background

This text has white color on #75A971 background.