COLOR #85B974

HEX: #85B974 RGB: (133,185,116)

Color info

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

RGB color model

#85B974 color RGB value is (133,185,116).

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

RGB channels and saturation

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

133
185
116

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

Portions of RGB colors in percentages

R + G + B = 133 + 185 + 116 = 434 (100%)
R 133 of 434 ~ 30.65%
G 185 of 434 ~ 42.63%
B 116 of 434 ~ 26.73'%

%30.65
%42.63
%26.73

CMYK color model

#85B974 color CMYK value is (28,0,37,27).

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

CMYK: (28,0,37,27)
C28M0Y37K27 (28%, 0%, 37%, 27%)
(0.28 / 0.00 / 0.37 / 0.27)

CMYK percentages

%28.11
%0
%37.3
%27.45

Codes

Color #85B974 in popluar color models

85 B9 74
RGB 133 185 116
HSL 105° 33.01% 59.02%
HSB/HSV 105° 37.30% 72.55%
CMYK 28.11% 0.00% 37.30%
27.45%

Color #85B974 in popluar number systems.

HEX 85 B9 74
Decimal 133 185 116
Binary 10000101 10111001 1110100
Octal 205 271 164

Shades and tints

Shades of #85B974

#85B974
(133,185,116)
#79A96A
(121,169,106)
#6D9960
(109,153,96)
#618956
(97,137,86)
#55794C
(85,121,76)
#496942
(73,105,66)
#3D5938
(61,89,56)
#31492E
(49,73,46)
#253924
(37,57,36)
#19291A
(25,41,26)
#0D1910
(13,25,16)
#000000
(0,0,0)

Tints of #85B974

#85B974
(133,185,116)
#90BF80
(144,191,128)
#9BC58C
(155,197,140)
#A6CB98
(166,203,152)
#B1D1A4
(177,209,164)
#BCD7B0
(188,215,176)
#C7DDBC
(199,221,188)
#D2E3C8
(210,227,200)
#DDE9D4
(221,233,212)
#E8EFE0
(232,239,224)
#F3F5EC
(243,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85B974; }

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

This text font color is #85B974.

Background Color

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

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

This div background color is #85B974.

Border color

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

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

This div border color is #85B974.

Opacity

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

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

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

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

This text has shadow with #85B974 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85B974.

Preview

Color preview on black background

This text has color #85B974 on black background.


Color preview on white background

This text has color #85B974 on white background.


Black color preview on #85B974 background

This text has black color on #85B974 background.


White color preview on #85B974 background

This text has white color on #85B974 background.


Related colors

Complementary color

Complementary color for #hex is #7A468B.


I love getcolorcode.com

Triadic colors

1 #7485B9 and #B97485 with #85B974 are triadic colors.

2 #74B985 and #B98574 with #85B974 are triadic colors.