COLOR #75A86E

HEX: #75A86E RGB: (117,168,110)

Color info

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

RGB color model

#75A86E color RGB value is (117,168,110).

RGB: (117,168,110) (46%, 66%, 43%)

RGB channels and saturation

R 117 of 255 = 46%
G 168 of 255 = 66%
B 110 of 255 = 43%

117
168
110

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

Portions of RGB colors in percentages

R + G + B = 117 + 168 + 110 = 395 (100%)
R 117 of 395 ~ 29.62%
G 168 of 395 ~ 42.53%
B 110 of 395 ~ 27.85'%

%29.62
%42.53
%27.85

CMYK color model

#75A86E color CMYK value is (30,0,35,34).

  • cyan value is 30.36%
  • magenta value is 0.00%
  • yellow value is 34.52%
  • key color value is 34.12%
CMYK: (30,0,35,34) C30M0Y35K34 (30%,0%,35%,34%) (0.30/0.00/0.35/0.34) 

CMYK percentages

%30.36
%0
%34.52
%34.12

Codes

Color #75A86E in popluar color models

75 A8 6E
RGB 117 168 110
HSL 113° 25.00% 54.51%
HSB/HSV 113° 34.52% 65.88%
CMYK 30.36% 0.00% 34.52%
34.12%

Color #75A86E in popluar number systems.

HEX 75 A8 6E
Decimal 117 168 110
Binary 1110101 10101000 1101110
Octal 165 250 156

Shades and tints

Shades of #75A86E

#75A86E
(117,168,110)
#6B9964
(107,153,100)
#618A5A
(97,138,90)
#577B50
(87,123,80)
#4D6C46
(77,108,70)
#435D3C
(67,93,60)
#394E32
(57,78,50)
#2F3F28
(47,63,40)
#25301E
(37,48,30)
#1B2114
(27,33,20)
#11120A
(17,18,10)
#000000
(0,0,0)

Tints of #75A86E

#75A86E
(117,168,110)
#81AF7B
(129,175,123)
#8DB688
(141,182,136)
#99BD95
(153,189,149)
#A5C4A2
(165,196,162)
#B1CBAF
(177,203,175)
#BDD2BC
(189,210,188)
#C9D9C9
(201,217,201)
#D5E0D6
(213,224,214)
#E1E7E3
(225,231,227)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A86E; }

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

This text font color is #75A86E.

Background Color

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

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

This div background color is #75A86E.

Border color

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

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

This div border color is #75A86E.

Opacity

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

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

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

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

This text has shadow with #75A86E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75A86E.

Preview

Color preview on black background

This text has color #75A86E on black background.


Color preview on white background

This text has color #75A86E on white background.


Black color preview on #75A86E background

This text has black color on #75A86E background.


White color preview on #75A86E background

This text has white color on #75A86E background.


Related colors

Complementary color

Complementary color for #hex is #8A5791.


I love getcolorcode.com

Triadic colors

1 #6E75A8 and #A86E75 with #75A86E are triadic colors.

2 #6EA875 and #A8756E with #75A86E are triadic colors.