COLOR #75A16E

HEX: #75A16E
RGB: (117,161,110)

Color info

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

RGB color model

#75A16E color RGB value is (117,161,110).

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

RGB channels and saturation

R 117 of 255 = 46%
G 161 of 255 = 63%
B 110 of 255 = 43%

117
161
110

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

Portions of RGB colors in percentages

R + G + B =
117 + 161 + 110 = 388 (100%)
R 117 of 388 ~ 30.15%
G 161 of 388 ~ 41.49%
B 110 of 388 ~ 28.35%

%30.15
%41.49
%28.35

CMYK color model

#75A16E color CMYK value is (27,0,32,37).

  • cyan value is 27.33%
  • magenta value is 0.00%
  • yellow value is 31.68%
  • key color value is 36.86%
CMYK:
(27,0,32,37)
C27M0Y32K37 
(27%,0%,32%,37%)
(0.27/0.00/0.32/0.37)	

CMYK percentages

%27.33
%0
%31.68
%36.86

Codes

Color #75A16E in popluar color models

75A16E
RGB117161110
HSL112°21.34%53.14%
HSB/HSV112°31.68%63.14%
CMYK27.33%0.00%31.68%
36.86%

Color #75A16E in popluar number systems.

HEX75A16E
Decimal117161110
Binary1110101101000011101110
Octal165241156

Shades and tints

Shades of #75A16E

#75A16E
(117,161,110)
#6B9364
(107,147,100)
#61855A
(97,133,90)
#577750
(87,119,80)
#4D6946
(77,105,70)
#435B3C
(67,91,60)
#394D32
(57,77,50)
#2F3F28
(47,63,40)
#25311E
(37,49,30)
#1B2314
(27,35,20)
#11150A
(17,21,10)
#000000
(0,0,0)

Tints of #75A16E

#75A16E
(117,161,110)
#81A97B
(129,169,123)
#8DB188
(141,177,136)
#99B995
(153,185,149)
#A5C1A2
(165,193,162)
#B1C9AF
(177,201,175)
#BDD1BC
(189,209,188)
#C9D9C9
(201,217,201)
#D5E1D6
(213,225,214)
#E1E9E3
(225,233,227)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A16E; }

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

This text font color is #75A16E.


Background Color

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

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

This div background color is #75A16E.


Border color

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

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

This div border color is #75A16E.


Opacity

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

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

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

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

This text has shadow with #75A16E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A16E on black background.


Color preview on white background

This text has color #75A16E on white background.



Black color preview on #75A16E background

This text has black color on #75A16E background.


White color preview on #75A16E background

This text has white color on #75A16E background.