COLOR #75A13F

HEX: #75A13F RGB: (117,161,63)

Color info

#75A13F contains mainly red and green colors. Web safe color of #75A13F is #669933 (or #693).

RGB color model

#75A13F color RGB value is (117,161,63).

RGB: (117,161,63) (46%, 63%, 25%)

RGB channels and saturation

R 117 of 255 = 46%
G 161 of 255 = 63%
B 63 of 255 = 25%

117
161
63

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

Portions of RGB colors in percentages

R + G + B = 117 + 161 + 63 = 341 (100%)
R 117 of 341 ~ 34.31%
G 161 of 341 ~ 47.21%
B 63 of 341 ~ 18.48'%

%34.31
%47.21
%18.48

CMYK color model

#75A13F color CMYK value is (27,0,61,37).

  • cyan value is 27.33%
  • magenta value is 0.00%
  • yellow value is 60.87%
  • key color value is 36.86%

CMYK: (27,0,61,37)
C27M0Y61K37 (27%, 0%, 61%, 37%)
(0.27 / 0.00 / 0.61 / 0.37)

CMYK percentages

%27.33
%0
%60.87
%36.86

Codes

Color #75A13F in popluar color models

75 A1 3F
RGB 117 161 63
HSL 87° 43.75% 43.92%
HSB/HSV 87° 60.87% 63.14%
CMYK 27.33% 0.00% 60.87%
36.86%

Color #75A13F in popluar number systems.

HEX 75 A1 3F
Decimal 117 161 63
Binary 1110101 10100001 111111
Octal 165 241 77

Shades and tints

Shades of #75A13F

#75A13F
(117,161,63)
#6B933A
(107,147,58)
#618535
(97,133,53)
#577730
(87,119,48)
#4D692B
(77,105,43)
#435B26
(67,91,38)
#394D21
(57,77,33)
#2F3F1C
(47,63,28)
#253117
(37,49,23)
#1B2312
(27,35,18)
#11150D
(17,21,13)
#000000
(0,0,0)

Tints of #75A13F

#75A13F
(117,161,63)
#81A950
(129,169,80)
#8DB161
(141,177,97)
#99B972
(153,185,114)
#A5C183
(165,193,131)
#B1C994
(177,201,148)
#BDD1A5
(189,209,165)
#C9D9B6
(201,217,182)
#D5E1C7
(213,225,199)
#E1E9D8
(225,233,216)
#EDF1E9
(237,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A13F; }

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

This text font color is #75A13F.

Background Color

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

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

This div background color is #75A13F.

Border color

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

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

This div border color is #75A13F.

Opacity

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

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

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

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

This text has shadow with #75A13F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75A13F.

Preview

Color preview on black background

This text has color #75A13F on black background.


Color preview on white background

This text has color #75A13F on white background.


Black color preview on #75A13F background

This text has black color on #75A13F background.


White color preview on #75A13F background

This text has white color on #75A13F background.


Related colors

Complementary color

Complementary color for #hex is #8A5EC0.


I love getcolorcode.com

Triadic colors

1 #3F75A1 and #A13F75 with #75A13F are triadic colors.

2 #3FA175 and #A1753F with #75A13F are triadic colors.