COLOR #75A071

HEX: #75A071 RGB: (117,160,113)

Color info

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

RGB color model

#75A071 color RGB value is (117,160,113).

RGB: (117,160,113) (46%, 63%, 44%)

RGB channels and saturation

R 117 of 255 = 46%
G 160 of 255 = 63%
B 113 of 255 = 44%

117
160
113

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

Portions of RGB colors in percentages

R + G + B = 117 + 160 + 113 = 390 (100%)
R 117 of 390 ~ 30%
G 160 of 390 ~ 41.03%
B 113 of 390 ~ 28.97'%

%30
%41.03
%28.97

CMYK color model

#75A071 color CMYK value is (27,0,29,37).

  • cyan value is 26.88%
  • magenta value is 0.00%
  • yellow value is 29.38%
  • key color value is 37.25%

CMYK: (27,0,29,37)
C27M0Y29K37 (27%, 0%, 29%, 37%)
(0.27 / 0.00 / 0.29 / 0.37)

CMYK percentages

%26.88
%0
%29.38
%37.25

Codes

Color #75A071 in popluar color models

75 A0 71
RGB 117 160 113
HSL 115° 19.83% 53.53%
HSB/HSV 115° 29.38% 62.75%
CMYK 26.88% 0.00% 29.38%
37.25%

Color #75A071 in popluar number systems.

HEX 75 A0 71
Decimal 117 160 113
Binary 1110101 10100000 1110001
Octal 165 240 161

Shades and tints

Shades of #75A071

#75A071
(117,160,113)
#6B9267
(107,146,103)
#61845D
(97,132,93)
#577653
(87,118,83)
#4D6849
(77,104,73)
#435A3F
(67,90,63)
#394C35
(57,76,53)
#2F3E2B
(47,62,43)
#253021
(37,48,33)
#1B2217
(27,34,23)
#11140D
(17,20,13)
#000000
(0,0,0)

Tints of #75A071

#75A071
(117,160,113)
#81A87D
(129,168,125)
#8DB089
(141,176,137)
#99B895
(153,184,149)
#A5C0A1
(165,192,161)
#B1C8AD
(177,200,173)
#BDD0B9
(189,208,185)
#C9D8C5
(201,216,197)
#D5E0D1
(213,224,209)
#E1E8DD
(225,232,221)
#EDF0E9
(237,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A071; }

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

This text font color is #75A071.

Background Color

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

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

This div background color is #75A071.

Border color

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

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

This div border color is #75A071.

Opacity

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

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

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

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

This text has shadow with #75A071 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75A071.

Preview

Color preview on black background

This text has color #75A071 on black background.


Color preview on white background

This text has color #75A071 on white background.


Black color preview on #75A071 background

This text has black color on #75A071 background.


White color preview on #75A071 background

This text has white color on #75A071 background.


Related colors

Complementary color

Complementary color for #hex is #8A5F8E.


I love getcolorcode.com

Triadic colors

1 #7175A0 and #A07175 with #75A071 are triadic colors.

2 #71A075 and #A07571 with #75A071 are triadic colors.