COLOR #75A670

HEX: #75A670
RGB: (117,166,112)

Color info

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

RGB color model

#75A670 color RGB value is (117,166,112).

  • red value is 117;
  • green value is 166;
  • blue value is 112.
RGB:
(117,166,112)
(46%,65%,44%)

RGB channels and saturation

R 117 of 255 = 46%
G 166 of 255 = 65%
B 112 of 255 = 44%

117
166
112

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

Portions of RGB colors in percentages

R + G + B =
117 + 166 + 112 = 395 (100%)
R 117 of 395 ~ 29.62%
G 166 of 395 ~ 42.03%
B 112 of 395 ~ 28.35%

%29.62
%42.03
%28.35

CMYK color model

#75A670 color CMYK value is (30,0,33,35).

  • cyan value is 29.52%
  • magenta value is 0.00%
  • yellow value is 32.53%
  • key color value is 34.90%
CMYK:
(30,0,33,35)
C30M0Y33K35 
(30%,0%,33%,35%)
(0.30/0.00/0.33/0.35)	

CMYK percentages

%29.52
%0
%32.53
%34.9

Codes

Color #75A670 in popluar color models

75A670
RGB117166112
HSL114°23.28%54.51%
HSB/HSV114°32.53%65.10%
CMYK29.52%0.00%32.53%
34.90%

Color #75A670 in popluar number systems.

HEX75A670
Decimal117166112
Binary1110101101001101110000
Octal165246160

Shades and tints

Shades of #75A670

#75A670
(117,166,112)
#6B9766
(107,151,102)
#61885C
(97,136,92)
#577952
(87,121,82)
#4D6A48
(77,106,72)
#435B3E
(67,91,62)
#394C34
(57,76,52)
#2F3D2A
(47,61,42)
#252E20
(37,46,32)
#1B1F16
(27,31,22)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #75A670

#75A670
(117,166,112)
#81AE7D
(129,174,125)
#8DB68A
(141,182,138)
#99BE97
(153,190,151)
#A5C6A4
(165,198,164)
#B1CEB1
(177,206,177)
#BDD6BE
(189,214,190)
#C9DECB
(201,222,203)
#D5E6D8
(213,230,216)
#E1EEE5
(225,238,229)
#EDF6F2
(237,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A670; }

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

This text font color is #75A670.


Background Color

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

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

This div background color is #75A670.


Border color

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

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

This div border color is #75A670.


Opacity

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

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

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

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

This text has shadow with #75A670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A670 on black background.


Color preview on white background

This text has color #75A670 on white background.



Black color preview on #75A670 background

This text has black color on #75A670 background.


White color preview on #75A670 background

This text has white color on #75A670 background.