COLOR #75985B

HEX: #75985B RGB: (117,152,91)

Color info

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

RGB color model

#75985B color RGB value is (117,152,91).

RGB: (117,152,91) (46%, 60%, 36%)

RGB channels and saturation

R 117 of 255 = 46%
G 152 of 255 = 60%
B 91 of 255 = 36%

117
152
91

R + G + B ~ 47%. #75985B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 152 + 91 = 360 (100%)
R 117 of 360 ~ 32.5%
G 152 of 360 ~ 42.22%
B 91 of 360 ~ 25.28'%

%32.5
%42.22
%25.28

CMYK color model

#75985B color CMYK value is (23,0,40,40).

  • cyan value is 23.03%
  • magenta value is 0.00%
  • yellow value is 40.13%
  • key color value is 40.39%

CMYK: (23,0,40,40)
C23M0Y40K40 (23%, 0%, 40%, 40%)
(0.23 / 0.00 / 0.40 / 0.40)

CMYK percentages

%23.03
%0
%40.13
%40.39

Codes

Color #75985B in popluar color models

75 98 5B
RGB 117 152 91
HSL 94° 25.10% 47.65%
HSB/HSV 94° 40.13% 59.61%
CMYK 23.03% 0.00% 40.13%
40.39%

Color #75985B in popluar number systems.

HEX 75 98 5B
Decimal 117 152 91
Binary 1110101 10011000 1011011
Octal 165 230 133

Shades and tints

Shades of #75985B

#75985B
(117,152,91)
#6B8B53
(107,139,83)
#617E4B
(97,126,75)
#577143
(87,113,67)
#4D643B
(77,100,59)
#435733
(67,87,51)
#394A2B
(57,74,43)
#2F3D23
(47,61,35)
#25301B
(37,48,27)
#1B2313
(27,35,19)
#11160B
(17,22,11)
#000000
(0,0,0)

Tints of #75985B

#75985B
(117,152,91)
#81A169
(129,161,105)
#8DAA77
(141,170,119)
#99B385
(153,179,133)
#A5BC93
(165,188,147)
#B1C5A1
(177,197,161)
#BDCEAF
(189,206,175)
#C9D7BD
(201,215,189)
#D5E0CB
(213,224,203)
#E1E9D9
(225,233,217)
#EDF2E7
(237,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75985B color. Also use rgb(117,152,91) instead hex code.

Text Font Color

.myTextColor { color: #75985B; }

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

This text font color is #75985B.

Background Color

.myBgColor { background-color: #75985B; }

<div style="background-color:#75985B">Inner text</div>

This div background color is #75985B.

Border color

.myBorderColor { border: 1px solid #75985B; }

<div style="border:3px solid #75985B">Div</div>

This div border color is #75985B.

Opacity

.myOpacity80 { color: #75985B; opacity: 0.8; }

<p style="color:#75985B;opacity:0.8;">80%</p>

Text with #75985B 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 #75985B;}

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

This text has shadow with #75985B color.


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

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

This text has shadow with #75985B primary color and red secondary color.


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

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

This text has shadow with #75985B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #75985B.

Preview

Color preview on black background

This text has color #75985B on black background.


Color preview on white background

This text has color #75985B on white background.


Black color preview on #75985B background

This text has black color on #75985B background.


White color preview on #75985B background

This text has white color on #75985B background.


Related colors

Complementary color

Complementary color for #hex is #8A67A4.


I love getcolorcode.com

Triadic colors

1 #5B7598 and #985B75 with #75985B are triadic colors.

2 #5B9875 and #98755B with #75985B are triadic colors.