COLOR #85B973

HEX: #85B973 RGB: (133,185,115)

Color info

#85B973 contains mainly red and green colors. Web safe color of #85B973 is #99CC66 (or #9C6).

RGB color model

#85B973 color RGB value is (133,185,115).

RGB: (133,185,115) (52%, 73%, 45%)

RGB channels and saturation

R 133 of 255 = 52%
G 185 of 255 = 73%
B 115 of 255 = 45%

133
185
115

R + G + B ~ 57%. #85B973 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 185 + 115 = 433 (100%)
R 133 of 433 ~ 30.72%
G 185 of 433 ~ 42.73%
B 115 of 433 ~ 26.56'%

%30.72
%42.73
%26.56

CMYK color model

#85B973 color CMYK value is (28,0,38,27).

  • cyan value is 28.11%
  • magenta value is 0.00%
  • yellow value is 37.84%
  • key color value is 27.45%

CMYK: (28,0,38,27)
C28M0Y38K27 (28%, 0%, 38%, 27%)
(0.28 / 0.00 / 0.38 / 0.27)

CMYK percentages

%28.11
%0
%37.84
%27.45

Codes

Color #85B973 in popluar color models

85 B9 73
RGB 133 185 115
HSL 105° 33.33% 58.82%
HSB/HSV 105° 37.84% 72.55%
CMYK 28.11% 0.00% 37.84%
27.45%

Color #85B973 in popluar number systems.

HEX 85 B9 73
Decimal 133 185 115
Binary 10000101 10111001 1110011
Octal 205 271 163

Shades and tints

Shades of #85B973

#85B973
(133,185,115)
#79A969
(121,169,105)
#6D995F
(109,153,95)
#618955
(97,137,85)
#55794B
(85,121,75)
#496941
(73,105,65)
#3D5937
(61,89,55)
#31492D
(49,73,45)
#253923
(37,57,35)
#192919
(25,41,25)
#0D190F
(13,25,15)
#000000
(0,0,0)

Tints of #85B973

#85B973
(133,185,115)
#90BF7F
(144,191,127)
#9BC58B
(155,197,139)
#A6CB97
(166,203,151)
#B1D1A3
(177,209,163)
#BCD7AF
(188,215,175)
#C7DDBB
(199,221,187)
#D2E3C7
(210,227,199)
#DDE9D3
(221,233,211)
#E8EFDF
(232,239,223)
#F3F5EB
(243,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85B973 color. Also use rgb(133,185,115) instead hex code.

Text Font Color

.myTextColor { color: #85B973; }

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

This text font color is #85B973.

Background Color

.myBgColor { background-color: #85B973; }

<div style="background-color:#85B973">Inner text</div>

This div background color is #85B973.

Border color

.myBorderColor { border: 1px solid #85B973; }

<div style="border:3px solid #85B973">Div</div>

This div border color is #85B973.

Opacity

.myOpacity80 { color: #85B973; opacity: 0.8; }

<p style="color:#85B973;opacity:0.8;">80%</p>

Text with #85B973 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 #85B973;}

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

This text has shadow with #85B973 color.


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

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

This text has shadow with #85B973 primary color and red secondary color.


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

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

This text has shadow with #85B973 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #85B973.

Preview

Color preview on black background

This text has color #85B973 on black background.


Color preview on white background

This text has color #85B973 on white background.


Black color preview on #85B973 background

This text has black color on #85B973 background.


White color preview on #85B973 background

This text has white color on #85B973 background.


Related colors

Complementary color

Complementary color for #hex is #7A468C.


I love getcolorcode.com

Triadic colors

1 #7385B9 and #B97385 with #85B973 are triadic colors.

2 #73B985 and #B98573 with #85B973 are triadic colors.