COLOR #75A36F

HEX: #75A36F RGB: (117,163,111)

Color info

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

RGB color model

#75A36F color RGB value is (117,163,111).

RGB: (117,163,111) (46%, 64%, 44%)

RGB channels and saturation

R 117 of 255 = 46%
G 163 of 255 = 64%
B 111 of 255 = 44%

117
163
111

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

Portions of RGB colors in percentages

R + G + B = 117 + 163 + 111 = 391 (100%)
R 117 of 391 ~ 29.92%
G 163 of 391 ~ 41.69%
B 111 of 391 ~ 28.39'%

%29.92
%41.69
%28.39

CMYK color model

#75A36F color CMYK value is (28,0,32,36).

  • cyan value is 28.22%
  • magenta value is 0.00%
  • yellow value is 31.90%
  • key color value is 36.08%

CMYK: (28,0,32,36)
C28M0Y32K36 (28%, 0%, 32%, 36%)
(0.28 / 0.00 / 0.32 / 0.36)

CMYK percentages

%28.22
%0
%31.9
%36.08

Codes

Color #75A36F in popluar color models

75 A3 6F
RGB 117 163 111
HSL 113° 22.03% 53.73%
HSB/HSV 113° 31.90% 63.92%
CMYK 28.22% 0.00% 31.90%
36.08%

Color #75A36F in popluar number systems.

HEX 75 A3 6F
Decimal 117 163 111
Binary 1110101 10100011 1101111
Octal 165 243 157

Shades and tints

Shades of #75A36F

#75A36F
(117,163,111)
#6B9565
(107,149,101)
#61875B
(97,135,91)
#577951
(87,121,81)
#4D6B47
(77,107,71)
#435D3D
(67,93,61)
#394F33
(57,79,51)
#2F4129
(47,65,41)
#25331F
(37,51,31)
#1B2515
(27,37,21)
#11170B
(17,23,11)
#000000
(0,0,0)

Tints of #75A36F

#75A36F
(117,163,111)
#81AB7C
(129,171,124)
#8DB389
(141,179,137)
#99BB96
(153,187,150)
#A5C3A3
(165,195,163)
#B1CBB0
(177,203,176)
#BDD3BD
(189,211,189)
#C9DBCA
(201,219,202)
#D5E3D7
(213,227,215)
#E1EBE4
(225,235,228)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A36F color. Also use rgb(117,163,111) instead hex code.

Text Font Color

.myTextColor { color: #75A36F; }

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

This text font color is #75A36F.

Background Color

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

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

This div background color is #75A36F.

Border color

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

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

This div border color is #75A36F.

Opacity

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

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

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

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

This text has shadow with #75A36F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75A36F.

Preview

Color preview on black background

This text has color #75A36F on black background.


Color preview on white background

This text has color #75A36F on white background.


Black color preview on #75A36F background

This text has black color on #75A36F background.


White color preview on #75A36F background

This text has white color on #75A36F background.


Related colors

Complementary color

Complementary color for #hex is #8A5C90.


I love getcolorcode.com

Triadic colors

1 #6F75A3 and #A36F75 with #75A36F are triadic colors.

2 #6FA375 and #A3756F with #75A36F are triadic colors.