COLOR #85C77A

HEX: #85C77A RGB: (133,199,122)

Color info

#85C77A contains mainly green color. Web safe color of #85C77A is #99CC66 (or #9C6).

RGB color model

#85C77A color RGB value is (133,199,122).

RGB: (133,199,122) (52%, 78%, 48%)

RGB channels and saturation

R 133 of 255 = 52%
G 199 of 255 = 78%
B 122 of 255 = 48%

133
199
122

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

Portions of RGB colors in percentages

R + G + B = 133 + 199 + 122 = 454 (100%)
R 133 of 454 ~ 29.3%
G 199 of 454 ~ 43.83%
B 122 of 454 ~ 26.87'%

%29.3
%43.83
%26.87

CMYK color model

#85C77A color CMYK value is (33,0,39,22).

  • cyan value is 33.17%
  • magenta value is 0.00%
  • yellow value is 38.69%
  • key color value is 21.96%

CMYK: (33,0,39,22)
C33M0Y39K22 (33%, 0%, 39%, 22%)
(0.33 / 0.00 / 0.39 / 0.22)

CMYK percentages

%33.17
%0
%38.69
%21.96

Codes

Color #85C77A in popluar color models

85 C7 7A
RGB 133 199 122
HSL 111° 40.74% 62.94%
HSB/HSV 111° 38.69% 78.04%
CMYK 33.17% 0.00% 38.69%
21.96%

Color #85C77A in popluar number systems.

HEX 85 C7 7A
Decimal 133 199 122
Binary 10000101 11000111 1111010
Octal 205 307 172

Shades and tints

Shades of #85C77A

#85C77A
(133,199,122)
#79B56F
(121,181,111)
#6DA364
(109,163,100)
#619159
(97,145,89)
#557F4E
(85,127,78)
#496D43
(73,109,67)
#3D5B38
(61,91,56)
#31492D
(49,73,45)
#253722
(37,55,34)
#192517
(25,37,23)
#0D130C
(13,19,12)
#000000
(0,0,0)

Tints of #85C77A

#85C77A
(133,199,122)
#90CC86
(144,204,134)
#9BD192
(155,209,146)
#A6D69E
(166,214,158)
#B1DBAA
(177,219,170)
#BCE0B6
(188,224,182)
#C7E5C2
(199,229,194)
#D2EACE
(210,234,206)
#DDEFDA
(221,239,218)
#E8F4E6
(232,244,230)
#F3F9F2
(243,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85C77A color. Also use rgb(133,199,122) instead hex code.

Text Font Color

.myTextColor { color: #85C77A; }

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

This text font color is #85C77A.

Background Color

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

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

This div background color is #85C77A.

Border color

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

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

This div border color is #85C77A.

Opacity

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

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

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

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

This text has shadow with #85C77A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85C77A.

Preview

Color preview on black background

This text has color #85C77A on black background.


Color preview on white background

This text has color #85C77A on white background.


Black color preview on #85C77A background

This text has black color on #85C77A background.


White color preview on #85C77A background

This text has white color on #85C77A background.


Related colors

Complementary color

Complementary color for #hex is #7A3885.


I love getcolorcode.com

Triadic colors

1 #7A85C7 and #C77A85 with #85C77A are triadic colors.

2 #7AC785 and #C7857A with #85C77A are triadic colors.