COLOR #75995F

HEX: #75995F RGB: (117,153,95)

Color info

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

RGB color model

#75995F color RGB value is (117,153,95).

RGB: (117,153,95) (46%, 60%, 37%)

RGB channels and saturation

R 117 of 255 = 46%
G 153 of 255 = 60%
B 95 of 255 = 37%

117
153
95

R + G + B ~ 48%. #75995F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 153 + 95 = 365 (100%)
R 117 of 365 ~ 32.05%
G 153 of 365 ~ 41.92%
B 95 of 365 ~ 26.03'%

%32.05
%41.92
%26.03

CMYK color model

#75995F color CMYK value is (24,0,38,40).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 37.91%
  • key color value is 40.00%

CMYK: (24,0,38,40)
C24M0Y38K40 (24%, 0%, 38%, 40%)
(0.24 / 0.00 / 0.38 / 0.40)

CMYK percentages

%23.53
%0
%37.91
%40

Codes

Color #75995F in popluar color models

75 99 5F
RGB 117 153 95
HSL 97° 23.39% 48.63%
HSB/HSV 97° 37.91% 60.00%
CMYK 23.53% 0.00% 37.91%
40.00%

Color #75995F in popluar number systems.

HEX 75 99 5F
Decimal 117 153 95
Binary 1110101 10011001 1011111
Octal 165 231 137

Shades and tints

Shades of #75995F

#75995F
(117,153,95)
#6B8C57
(107,140,87)
#617F4F
(97,127,79)
#577247
(87,114,71)
#4D653F
(77,101,63)
#435837
(67,88,55)
#394B2F
(57,75,47)
#2F3E27
(47,62,39)
#25311F
(37,49,31)
#1B2417
(27,36,23)
#11170F
(17,23,15)
#000000
(0,0,0)

Tints of #75995F

#75995F
(117,153,95)
#81A26D
(129,162,109)
#8DAB7B
(141,171,123)
#99B489
(153,180,137)
#A5BD97
(165,189,151)
#B1C6A5
(177,198,165)
#BDCFB3
(189,207,179)
#C9D8C1
(201,216,193)
#D5E1CF
(213,225,207)
#E1EADD
(225,234,221)
#EDF3EB
(237,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75995F color. Also use rgb(117,153,95) instead hex code.

Text Font Color

.myTextColor { color: #75995F; }

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

This text font color is #75995F.

Background Color

.myBgColor { background-color: #75995F; }

<div style="background-color:#75995F">Inner text</div>

This div background color is #75995F.

Border color

.myBorderColor { border: 1px solid #75995F; }

<div style="border:3px solid #75995F">Div</div>

This div border color is #75995F.

Opacity

.myOpacity80 { color: #75995F; opacity: 0.8; }

<p style="color:#75995F;opacity:0.8;">80%</p>

Text with #75995F 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 #75995F;}

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

This text has shadow with #75995F color.


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

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

This text has shadow with #75995F primary color and red secondary color.


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

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

This text has shadow with #75995F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #75995F.

Preview

Color preview on black background

This text has color #75995F on black background.


Color preview on white background

This text has color #75995F on white background.


Black color preview on #75995F background

This text has black color on #75995F background.


White color preview on #75995F background

This text has white color on #75995F background.


Related colors

Complementary color

Complementary color for #hex is #8A66A0.


I love getcolorcode.com

Triadic colors

1 #5F7599 and #995F75 with #75995F are triadic colors.

2 #5F9975 and #99755F with #75995F are triadic colors.