COLOR #75AA70

HEX: #75AA70 RGB: (117,170,112)

Color info

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

RGB color model

#75AA70 color RGB value is (117,170,112).

RGB: (117,170,112) (46%, 67%, 44%)

RGB channels and saturation

R 117 of 255 = 46%
G 170 of 255 = 67%
B 112 of 255 = 44%

117
170
112

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

Portions of RGB colors in percentages

R + G + B = 117 + 170 + 112 = 399 (100%)
R 117 of 399 ~ 29.32%
G 170 of 399 ~ 42.61%
B 112 of 399 ~ 28.07'%

%29.32
%42.61
%28.07

CMYK color model

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

  • cyan value is 31.18%
  • magenta value is 0.00%
  • yellow value is 34.12%
  • key color value is 33.33%

CMYK: (31,0,34,33)
C31M0Y34K33 (31%, 0%, 34%, 33%)
(0.31 / 0.00 / 0.34 / 0.33)

CMYK percentages

%31.18
%0
%34.12
%33.33

Codes

Color #75AA70 in popluar color models

75 AA 70
RGB 117 170 112
HSL 115° 25.44% 55.29%
HSB/HSV 115° 34.12% 66.67%
CMYK 31.18% 0.00% 34.12%
33.33%

Color #75AA70 in popluar number systems.

HEX 75 AA 70
Decimal 117 170 112
Binary 1110101 10101010 1110000
Octal 165 252 160

Shades and tints

Shades of #75AA70

#75AA70
(117,170,112)
#6B9B66
(107,155,102)
#618C5C
(97,140,92)
#577D52
(87,125,82)
#4D6E48
(77,110,72)
#435F3E
(67,95,62)
#395034
(57,80,52)
#2F412A
(47,65,42)
#253220
(37,50,32)
#1B2316
(27,35,22)
#11140C
(17,20,12)
#000000
(0,0,0)

Tints of #75AA70

#75AA70
(117,170,112)
#81B17D
(129,177,125)
#8DB88A
(141,184,138)
#99BF97
(153,191,151)
#A5C6A4
(165,198,164)
#B1CDB1
(177,205,177)
#BDD4BE
(189,212,190)
#C9DBCB
(201,219,203)
#D5E2D8
(213,226,216)
#E1E9E5
(225,233,229)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75AA70 color. Also use rgb(117,170,112) instead hex code.

Text Font Color

.myTextColor { color: #75AA70; }

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

This text font color is #75AA70.

Background Color

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

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

This div background color is #75AA70.

Border color

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

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

This div border color is #75AA70.

Opacity

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

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

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

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

This text has shadow with #75AA70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75AA70.

Preview

Color preview on black background

This text has color #75AA70 on black background.


Color preview on white background

This text has color #75AA70 on white background.


Black color preview on #75AA70 background

This text has black color on #75AA70 background.


White color preview on #75AA70 background

This text has white color on #75AA70 background.


Related colors

Complementary color

Complementary color for #hex is #8A558F.


I love getcolorcode.com

Triadic colors

1 #7075AA and #AA7075 with #75AA70 are triadic colors.

2 #70AA75 and #AA7570 with #75AA70 are triadic colors.