COLOR #85C677

HEX: #85C677
RGB: (133,198,119)

Color info

#85C677 contains mainly green color. Web safe color of #85C677 is #99CC66 (or #9C6).

RGB color model

#85C677 color RGB value is (133,198,119).

  • red value is 133;
  • green value is 198;
  • blue value is 119.
RGB: (133,198,119) (52%,78%,47%)

RGB channels and saturation

R 133 of 255 = 52%
G 198 of 255 = 78%
B 119 of 255 = 47%

133
198
119

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

Portions of RGB colors in percentages

R + G + B =
133 + 198 + 119 = 450 (100%)
R 133 of 450 ~ 29.56%
G 198 of 450 ~ 44%
B 119 of 450 ~ 26.44%

%29.56
%44
%26.44

CMYK color model

#85C677 color CMYK value is (33,0,40,22).

  • cyan value is 32.83%
  • magenta value is 0.00%
  • yellow value is 39.90%
  • key color value is 22.35%
CMYK: (33,0,40,22) C33M0Y40K22 (33%,0%,40%,22%) (0.33/0.00/0.40/0.22)

CMYK percentages

%32.83
%0
%39.9
%22.35

Codes

Color #85C677 in popluar color models

85C677
RGB133198119
HSL109°40.93%62.16%
HSB/HSV109°39.90%77.65%
CMYK32.83%0.00%39.90%
22.35%

Color #85C677 in popluar number systems.

HEX85C677
Decimal133198119
Binary10000101110001101110111
Octal205306167

Shades and tints

Shades of #85C677

#85C677
(133,198,119)
#79B46D
(121,180,109)
#6DA263
(109,162,99)
#619059
(97,144,89)
#557E4F
(85,126,79)
#496C45
(73,108,69)
#3D5A3B
(61,90,59)
#314831
(49,72,49)
#253627
(37,54,39)
#19241D
(25,36,29)
#0D1213
(13,18,19)
#000000
(0,0,0)

Tints of #85C677

#85C677
(133,198,119)
#90CB83
(144,203,131)
#9BD08F
(155,208,143)
#A6D59B
(166,213,155)
#B1DAA7
(177,218,167)
#BCDFB3
(188,223,179)
#C7E4BF
(199,228,191)
#D2E9CB
(210,233,203)
#DDEED7
(221,238,215)
#E8F3E3
(232,243,227)
#F3F8EF
(243,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85C677 color. Also use rgb(133,198,119) instead hex code.

Text Font Color

.myTextColor { color: #85C677; }

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

This text font color is #85C677.


Background Color

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

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

This div background color is #85C677.


Border color

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

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

This div border color is #85C677.


Opacity

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

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

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

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

This text has shadow with #85C677 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #85C677; -webkit-box-shadow:	1px 1px 3px 2px #85C677; box-shadow:	1px 1px 3px 2px #85C677; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #85C677; -webkit-box-shadow: 1px 1px 3px 2px #85C677; box-shadow:1px 1px 3px 2px #85C677;">
Div content here</div>
This div box has shadow with color #85C677.

Preview

Color preview on black background

This text has color #85C677 on black background.


Color preview on white background

This text has color #85C677 on white background.



Black color preview on #85C677 background

This text has black color on #85C677 background.


White color preview on #85C677 background

This text has white color on #85C677 background.