COLOR #75A16C

HEX: #75A16C
RGB: (117,161,108)

Color info

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

RGB color model

#75A16C color RGB value is (117,161,108).

  • red value is 117;
  • green value is 161;
  • blue value is 108.
RGB:
(117,161,108)
(46%,63%,42%)

RGB channels and saturation

R 117 of 255 = 46%
G 161 of 255 = 63%
B 108 of 255 = 42%

117
161
108

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

Portions of RGB colors in percentages

R + G + B =
117 + 161 + 108 = 386 (100%)
R 117 of 386 ~ 30.31%
G 161 of 386 ~ 41.71%
B 108 of 386 ~ 27.98%

%30.31
%41.71
%27.98

CMYK color model

#75A16C color CMYK value is (27,0,33,37).

  • cyan value is 27.33%
  • magenta value is 0.00%
  • yellow value is 32.92%
  • key color value is 36.86%
CMYK:
(27,0,33,37)
C27M0Y33K37 
(27%,0%,33%,37%)
(0.27/0.00/0.33/0.37)	

CMYK percentages

%27.33
%0
%32.92
%36.86

Codes

Color #75A16C in popluar color models

75A16C
RGB117161108
HSL110°21.99%52.75%
HSB/HSV110°32.92%63.14%
CMYK27.33%0.00%32.92%
36.86%

Color #75A16C in popluar number systems.

HEX75A16C
Decimal117161108
Binary1110101101000011101100
Octal165241154

Shades and tints

Shades of #75A16C

#75A16C
(117,161,108)
#6B9363
(107,147,99)
#61855A
(97,133,90)
#577751
(87,119,81)
#4D6948
(77,105,72)
#435B3F
(67,91,63)
#394D36
(57,77,54)
#2F3F2D
(47,63,45)
#253124
(37,49,36)
#1B231B
(27,35,27)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #75A16C

#75A16C
(117,161,108)
#81A979
(129,169,121)
#8DB186
(141,177,134)
#99B993
(153,185,147)
#A5C1A0
(165,193,160)
#B1C9AD
(177,201,173)
#BDD1BA
(189,209,186)
#C9D9C7
(201,217,199)
#D5E1D4
(213,225,212)
#E1E9E1
(225,233,225)
#EDF1EE
(237,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A16C color. Also use rgb(117,161,108) instead hex code.

Text Font Color

.myTextColor { color: #75A16C; }

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

This text font color is #75A16C.


Background Color

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

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

This div background color is #75A16C.


Border color

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

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

This div border color is #75A16C.


Opacity

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

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

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

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

This text has shadow with #75A16C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A16C on black background.


Color preview on white background

This text has color #75A16C on white background.



Black color preview on #75A16C background

This text has black color on #75A16C background.


White color preview on #75A16C background

This text has white color on #75A16C background.