COLOR #85BB70

HEX: #85BB70
RGB: (133,187,112)

Color info

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

RGB color model

#85BB70 color RGB value is (133,187,112).

  • red value is 133;
  • green value is 187;
  • blue value is 112.
RGB:
(133,187,112)
(52%,73%,44%)

RGB channels and saturation

R 133 of 255 = 52%
G 187 of 255 = 73%
B 112 of 255 = 44%

133
187
112

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

Portions of RGB colors in percentages

R + G + B =
133 + 187 + 112 = 432 (100%)
R 133 of 432 ~ 30.79%
G 187 of 432 ~ 43.29%
B 112 of 432 ~ 25.93%

%30.79
%43.29
%25.93

CMYK color model

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

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

CMYK percentages

%28.88
%0
%40.11
%26.67

Codes

Color #85BB70 in popluar color models

85BB70
RGB133187112
HSL103°35.55%58.63%
HSB/HSV103°40.11%73.33%
CMYK28.88%0.00%40.11%
26.67%

Color #85BB70 in popluar number systems.

HEX85BB70
Decimal133187112
Binary10000101101110111110000
Octal205273160

Shades and tints

Shades of #85BB70

#85BB70
(133,187,112)
#79AA66
(121,170,102)
#6D995C
(109,153,92)
#618852
(97,136,82)
#557748
(85,119,72)
#49663E
(73,102,62)
#3D5534
(61,85,52)
#31442A
(49,68,42)
#253320
(37,51,32)
#192216
(25,34,22)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #85BB70

#85BB70
(133,187,112)
#90C17D
(144,193,125)
#9BC78A
(155,199,138)
#A6CD97
(166,205,151)
#B1D3A4
(177,211,164)
#BCD9B1
(188,217,177)
#C7DFBE
(199,223,190)
#D2E5CB
(210,229,203)
#DDEBD8
(221,235,216)
#E8F1E5
(232,241,229)
#F3F7F2
(243,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85BB70 color. Also use rgb(133,187,112) instead hex code.

Text Font Color

.myTextColor { color: #85BB70; }

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

This text font color is #85BB70.


Background Color

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

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

This div background color is #85BB70.


Border color

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

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

This div border color is #85BB70.


Opacity

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

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

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

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

This text has shadow with #85BB70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85BB70 on black background.


Color preview on white background

This text has color #85BB70 on white background.



Black color preview on #85BB70 background

This text has black color on #85BB70 background.


White color preview on #85BB70 background

This text has white color on #85BB70 background.