COLOR #85C072

HEX: #85C072
RGB: (133,192,114)

Color info

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

RGB color model

#85C072 color RGB value is (133,192,114).

  • red value is 133;
  • green value is 192;
  • blue value is 114.
RGB:
(133,192,114)
(52%,75%,45%)

RGB channels and saturation

R 133 of 255 = 52%
G 192 of 255 = 75%
B 114 of 255 = 45%

133
192
114

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

Portions of RGB colors in percentages

R + G + B =
133 + 192 + 114 = 439 (100%)
R 133 of 439 ~ 30.3%
G 192 of 439 ~ 43.74%
B 114 of 439 ~ 25.97%

%30.3
%43.74
%25.97

CMYK color model

#85C072 color CMYK value is (31,0,41,25).

  • cyan value is 30.73%
  • magenta value is 0.00%
  • yellow value is 40.63%
  • key color value is 24.71%
CMYK:
(31,0,41,25)
C31M0Y41K25 
(31%,0%,41%,25%)
(0.31/0.00/0.41/0.25)	

CMYK percentages

%30.73
%0
%40.63
%24.71

Codes

Color #85C072 in popluar color models

85C072
RGB133192114
HSL105°38.24%60.00%
HSB/HSV105°40.63%75.29%
CMYK30.73%0.00%40.63%
24.71%

Color #85C072 in popluar number systems.

HEX85C072
Decimal133192114
Binary10000101110000001110010
Octal205300162

Shades and tints

Shades of #85C072

#85C072
(133,192,114)
#79AF68
(121,175,104)
#6D9E5E
(109,158,94)
#618D54
(97,141,84)
#557C4A
(85,124,74)
#496B40
(73,107,64)
#3D5A36
(61,90,54)
#31492C
(49,73,44)
#253822
(37,56,34)
#192718
(25,39,24)
#0D160E
(13,22,14)
#000000
(0,0,0)

Tints of #85C072

#85C072
(133,192,114)
#90C57E
(144,197,126)
#9BCA8A
(155,202,138)
#A6CF96
(166,207,150)
#B1D4A2
(177,212,162)
#BCD9AE
(188,217,174)
#C7DEBA
(199,222,186)
#D2E3C6
(210,227,198)
#DDE8D2
(221,232,210)
#E8EDDE
(232,237,222)
#F3F2EA
(243,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85C072 color. Also use rgb(133,192,114) instead hex code.

Text Font Color

.myTextColor { color: #85C072; }

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

This text font color is #85C072.


Background Color

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

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

This div background color is #85C072.


Border color

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

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

This div border color is #85C072.


Opacity

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

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

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

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

This text has shadow with #85C072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85C072 on black background.


Color preview on white background

This text has color #85C072 on white background.



Black color preview on #85C072 background

This text has black color on #85C072 background.


White color preview on #85C072 background

This text has white color on #85C072 background.