COLOR #85B65E

HEX: #85B65E RGB: (133,182,94)

Color info

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

RGB color model

#85B65E color RGB value is (133,182,94).

RGB: (133,182,94) (52%, 71%, 37%)

RGB channels and saturation

R 133 of 255 = 52%
G 182 of 255 = 71%
B 94 of 255 = 37%

133
182
94

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

Portions of RGB colors in percentages

R + G + B = 133 + 182 + 94 = 409 (100%)
R 133 of 409 ~ 32.52%
G 182 of 409 ~ 44.5%
B 94 of 409 ~ 22.98'%

%32.52
%44.5
%22.98

CMYK color model

#85B65E color CMYK value is (27,0,48,29).

  • cyan value is 26.92%
  • magenta value is 0.00%
  • yellow value is 48.35%
  • key color value is 28.63%

CMYK: (27,0,48,29)
C27M0Y48K29 (27%, 0%, 48%, 29%)
(0.27 / 0.00 / 0.48 / 0.29)

CMYK percentages

%26.92
%0
%48.35
%28.63

Codes

Color #85B65E in popluar color models

85 B6 5E
RGB 133 182 94
HSL 93° 37.61% 54.12%
HSB/HSV 93° 48.35% 71.37%
CMYK 26.92% 0.00% 48.35%
28.63%

Color #85B65E in popluar number systems.

HEX 85 B6 5E
Decimal 133 182 94
Binary 10000101 10110110 1011110
Octal 205 266 136

Shades and tints

Shades of #85B65E

#85B65E
(133,182,94)
#79A656
(121,166,86)
#6D964E
(109,150,78)
#618646
(97,134,70)
#55763E
(85,118,62)
#496636
(73,102,54)
#3D562E
(61,86,46)
#314626
(49,70,38)
#25361E
(37,54,30)
#192616
(25,38,22)
#0D160E
(13,22,14)
#000000
(0,0,0)

Tints of #85B65E

#85B65E
(133,182,94)
#90BC6C
(144,188,108)
#9BC27A
(155,194,122)
#A6C888
(166,200,136)
#B1CE96
(177,206,150)
#BCD4A4
(188,212,164)
#C7DAB2
(199,218,178)
#D2E0C0
(210,224,192)
#DDE6CE
(221,230,206)
#E8ECDC
(232,236,220)
#F3F2EA
(243,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85B65E; }

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

This text font color is #85B65E.

Background Color

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

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

This div background color is #85B65E.

Border color

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

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

This div border color is #85B65E.

Opacity

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

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

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

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

This text has shadow with #85B65E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85B65E.

Preview

Color preview on black background

This text has color #85B65E on black background.


Color preview on white background

This text has color #85B65E on white background.


Black color preview on #85B65E background

This text has black color on #85B65E background.


White color preview on #85B65E background

This text has white color on #85B65E background.


Related colors

Complementary color

Complementary color for #hex is #7A49A1.


I love getcolorcode.com

Triadic colors

1 #5E85B6 and #B65E85 with #85B65E are triadic colors.

2 #5EB685 and #B6855E with #85B65E are triadic colors.