COLOR #75A96A

HEX: #75A96A RGB: (117,169,106)

Color info

#75A96A contains mainly red and green colors. Web safe color of #75A96A is #669966 (or #696).

RGB color model

#75A96A color RGB value is (117,169,106).

RGB: (117,169,106) (46%, 66%, 42%)

RGB channels and saturation

R 117 of 255 = 46%
G 169 of 255 = 66%
B 106 of 255 = 42%

117
169
106

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

Portions of RGB colors in percentages

R + G + B = 117 + 169 + 106 = 392 (100%)
R 117 of 392 ~ 29.85%
G 169 of 392 ~ 43.11%
B 106 of 392 ~ 27.04'%

%29.85
%43.11
%27.04

CMYK color model

#75A96A color CMYK value is (31,0,37,34).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 37.28%
  • key color value is 33.73%

CMYK: (31,0,37,34)
C31M0Y37K34 (31%, 0%, 37%, 34%)
(0.31 / 0.00 / 0.37 / 0.34)

CMYK percentages

%30.77
%0
%37.28
%33.73

Codes

Color #75A96A in popluar color models

75 A9 6A
RGB 117 169 106
HSL 110° 26.81% 53.92%
HSB/HSV 110° 37.28% 66.27%
CMYK 30.77% 0.00% 37.28%
33.73%

Color #75A96A in popluar number systems.

HEX 75 A9 6A
Decimal 117 169 106
Binary 1110101 10101001 1101010
Octal 165 251 152

Shades and tints

Shades of #75A96A

#75A96A
(117,169,106)
#6B9A61
(107,154,97)
#618B58
(97,139,88)
#577C4F
(87,124,79)
#4D6D46
(77,109,70)
#435E3D
(67,94,61)
#394F34
(57,79,52)
#2F402B
(47,64,43)
#253122
(37,49,34)
#1B2219
(27,34,25)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #75A96A

#75A96A
(117,169,106)
#81B077
(129,176,119)
#8DB784
(141,183,132)
#99BE91
(153,190,145)
#A5C59E
(165,197,158)
#B1CCAB
(177,204,171)
#BDD3B8
(189,211,184)
#C9DAC5
(201,218,197)
#D5E1D2
(213,225,210)
#E1E8DF
(225,232,223)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A96A color. Also use rgb(117,169,106) instead hex code.

Text Font Color

.myTextColor { color: #75A96A; }

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

This text font color is #75A96A.

Background Color

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

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

This div background color is #75A96A.

Border color

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

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

This div border color is #75A96A.

Opacity

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

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

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

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

This text has shadow with #75A96A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75A96A.

Preview

Color preview on black background

This text has color #75A96A on black background.


Color preview on white background

This text has color #75A96A on white background.


Black color preview on #75A96A background

This text has black color on #75A96A background.


White color preview on #75A96A background

This text has white color on #75A96A background.


Related colors

Complementary color

Complementary color for #hex is #8A5695.


I love getcolorcode.com

Triadic colors

1 #6A75A9 and #A96A75 with #75A96A are triadic colors.

2 #6AA975 and #A9756A with #75A96A are triadic colors.