COLOR #75A963

HEX: #75A963 RGB: (117,169,99)

Color info

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

RGB color model

#75A963 color RGB value is (117,169,99).

RGB: (117,169,99) (46%, 66%, 39%)

RGB channels and saturation

R 117 of 255 = 46%
G 169 of 255 = 66%
B 99 of 255 = 39%

117
169
99

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

Portions of RGB colors in percentages

R + G + B = 117 + 169 + 99 = 385 (100%)
R 117 of 385 ~ 30.39%
G 169 of 385 ~ 43.9%
B 99 of 385 ~ 25.71'%

%30.39
%43.9
%25.71

CMYK color model

#75A963 color CMYK value is (31,0,41,34).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 41.42%
  • key color value is 33.73%
CMYK: (31,0,41,34) C31M0Y41K34 (31%,0%,41%,34%) (0.31/0.00/0.41/0.34) 

CMYK percentages

%30.77
%0
%41.42
%33.73

Codes

Color #75A963 in popluar color models

75 A9 63
RGB 117 169 99
HSL 105° 28.93% 52.55%
HSB/HSV 105° 41.42% 66.27%
CMYK 30.77% 0.00% 41.42%
33.73%

Color #75A963 in popluar number systems.

HEX 75 A9 63
Decimal 117 169 99
Binary 1110101 10101001 1100011
Octal 165 251 143

Shades and tints

Shades of #75A963

#75A963
(117,169,99)
#6B9A5A
(107,154,90)
#618B51
(97,139,81)
#577C48
(87,124,72)
#4D6D3F
(77,109,63)
#435E36
(67,94,54)
#394F2D
(57,79,45)
#2F4024
(47,64,36)
#25311B
(37,49,27)
#1B2212
(27,34,18)
#111309
(17,19,9)
#000000
(0,0,0)

Tints of #75A963

#75A963
(117,169,99)
#81B071
(129,176,113)
#8DB77F
(141,183,127)
#99BE8D
(153,190,141)
#A5C59B
(165,197,155)
#B1CCA9
(177,204,169)
#BDD3B7
(189,211,183)
#C9DAC5
(201,218,197)
#D5E1D3
(213,225,211)
#E1E8E1
(225,232,225)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A963; }

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

This text font color is #75A963.

Background Color

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

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

This div background color is #75A963.

Border color

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

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

This div border color is #75A963.

Opacity

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

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

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

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

This text has shadow with #75A963 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75A963.

Preview

Color preview on black background

This text has color #75A963 on black background.


Color preview on white background

This text has color #75A963 on white background.


Black color preview on #75A963 background

This text has black color on #75A963 background.


White color preview on #75A963 background

This text has white color on #75A963 background.


Related colors

Complementary color

Complementary color for #hex is #8A569C.


I love getcolorcode.com

Triadic colors

1 #6375A9 and #A96375 with #75A963 are triadic colors.

2 #63A975 and #A97563 with #75A963 are triadic colors.