COLOR #85B16F

HEX: #85B16F
RGB: (133,177,111)

Color info

#85B16F contains mainly red and green colors. Web safe color of #85B16F is #999966 (or #996).

RGB color model

#85B16F color RGB value is (133,177,111).

  • red value is 133;
  • green value is 177;
  • blue value is 111.
RGB:
(133,177,111)
(52%,69%,44%)

RGB channels and saturation

R 133 of 255 = 52%
G 177 of 255 = 69%
B 111 of 255 = 44%

133
177
111

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

Portions of RGB colors in percentages

R + G + B =
133 + 177 + 111 = 421 (100%)
R 133 of 421 ~ 31.59%
G 177 of 421 ~ 42.04%
B 111 of 421 ~ 26.37%

%31.59
%42.04
%26.37

CMYK color model

#85B16F color CMYK value is (25,0,37,31).

  • cyan value is 24.86%
  • magenta value is 0.00%
  • yellow value is 37.29%
  • key color value is 30.59%
CMYK:
(25,0,37,31)
C25M0Y37K31 
(25%,0%,37%,31%)
(0.25/0.00/0.37/0.31)	

CMYK percentages

%24.86
%0
%37.29
%30.59

Codes

Color #85B16F in popluar color models

85B16F
RGB133177111
HSL100°29.73%56.47%
HSB/HSV100°37.29%69.41%
CMYK24.86%0.00%37.29%
30.59%

Color #85B16F in popluar number systems.

HEX85B16F
Decimal133177111
Binary10000101101100011101111
Octal205261157

Shades and tints

Shades of #85B16F

#85B16F
(133,177,111)
#79A165
(121,161,101)
#6D915B
(109,145,91)
#618151
(97,129,81)
#557147
(85,113,71)
#49613D
(73,97,61)
#3D5133
(61,81,51)
#314129
(49,65,41)
#25311F
(37,49,31)
#192115
(25,33,21)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #85B16F

#85B16F
(133,177,111)
#90B87C
(144,184,124)
#9BBF89
(155,191,137)
#A6C696
(166,198,150)
#B1CDA3
(177,205,163)
#BCD4B0
(188,212,176)
#C7DBBD
(199,219,189)
#D2E2CA
(210,226,202)
#DDE9D7
(221,233,215)
#E8F0E4
(232,240,228)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85B16F color. Also use rgb(133,177,111) instead hex code.

Text Font Color

.myTextColor { color: #85B16F; }

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

This text font color is #85B16F.


Background Color

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

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

This div background color is #85B16F.


Border color

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

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

This div border color is #85B16F.


Opacity

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

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

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

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

This text has shadow with #85B16F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B16F on black background.


Color preview on white background

This text has color #85B16F on white background.



Black color preview on #85B16F background

This text has black color on #85B16F background.


White color preview on #85B16F background

This text has white color on #85B16F background.