COLOR #85B66D

HEX: #85B66D
RGB: (133,182,109)

Color info

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

RGB color model

#85B66D color RGB value is (133,182,109).

  • red value is 133;
  • green value is 182;
  • blue value is 109.
RGB:
(133,182,109)
(52%,71%,43%)

RGB channels and saturation

R 133 of 255 = 52%
G 182 of 255 = 71%
B 109 of 255 = 43%

133
182
109

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

Portions of RGB colors in percentages

R + G + B =
133 + 182 + 109 = 424 (100%)
R 133 of 424 ~ 31.37%
G 182 of 424 ~ 42.92%
B 109 of 424 ~ 25.71%

%31.37
%42.92
%25.71

CMYK color model

#85B66D color CMYK value is (27,0,40,29).

  • cyan value is 26.92%
  • magenta value is 0.00%
  • yellow value is 40.11%
  • key color value is 28.63%
CMYK:
(27,0,40,29)
C27M0Y40K29 
(27%,0%,40%,29%)
(0.27/0.00/0.40/0.29)	

CMYK percentages

%26.92
%0
%40.11
%28.63

Codes

Color #85B66D in popluar color models

85B66D
RGB133182109
HSL100°33.33%57.06%
HSB/HSV100°40.11%71.37%
CMYK26.92%0.00%40.11%
28.63%

Color #85B66D in popluar number systems.

HEX85B66D
Decimal133182109
Binary10000101101101101101101
Octal205266155

Shades and tints

Shades of #85B66D

#85B66D
(133,182,109)
#79A664
(121,166,100)
#6D965B
(109,150,91)
#618652
(97,134,82)
#557649
(85,118,73)
#496640
(73,102,64)
#3D5637
(61,86,55)
#31462E
(49,70,46)
#253625
(37,54,37)
#19261C
(25,38,28)
#0D1613
(13,22,19)
#000000
(0,0,0)

Tints of #85B66D

#85B66D
(133,182,109)
#90BC7A
(144,188,122)
#9BC287
(155,194,135)
#A6C894
(166,200,148)
#B1CEA1
(177,206,161)
#BCD4AE
(188,212,174)
#C7DABB
(199,218,187)
#D2E0C8
(210,224,200)
#DDE6D5
(221,230,213)
#E8ECE2
(232,236,226)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85B66D color. Also use rgb(133,182,109) instead hex code.

Text Font Color

.myTextColor { color: #85B66D; }

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

This text font color is #85B66D.


Background Color

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

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

This div background color is #85B66D.


Border color

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

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

This div border color is #85B66D.


Opacity

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

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

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

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

This text has shadow with #85B66D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B66D on black background.


Color preview on white background

This text has color #85B66D on white background.



Black color preview on #85B66D background

This text has black color on #85B66D background.


White color preview on #85B66D background

This text has white color on #85B66D background.