COLOR #879F56

HEX: #879F56 RGB: (135,159,86)

Color info

#879F56 contains mainly red and green colors. Web safe color of #879F56 is #999966 (or #996).

RGB color model

#879F56 color RGB value is (135,159,86).

RGB: (135,159,86) (53%, 62%, 34%)

RGB channels and saturation

R 135 of 255 = 53%
G 159 of 255 = 62%
B 86 of 255 = 34%

135
159
86

R + G + B ~ 50%. #879F56 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 159 + 86 = 380 (100%)
R 135 of 380 ~ 35.53%
G 159 of 380 ~ 41.84%
B 86 of 380 ~ 22.63'%

%35.53
%41.84
%22.63

CMYK color model

#879F56 color CMYK value is (15,0,46,38).

  • cyan value is 15.09%
  • magenta value is 0.00%
  • yellow value is 45.91%
  • key color value is 37.65%

CMYK: (15,0,46,38)
C15M0Y46K38 (15%, 0%, 46%, 38%)
(0.15 / 0.00 / 0.46 / 0.38)

CMYK percentages

%15.09
%0
%45.91
%37.65

Codes

Color #879F56 in popluar color models

87 9F 56
RGB 135 159 86
HSL 80° 29.80% 48.04%
HSB/HSV 80° 45.91% 62.35%
CMYK 15.09% 0.00% 45.91%
37.65%

Color #879F56 in popluar number systems.

HEX 87 9F 56
Decimal 135 159 86
Binary 10000111 10011111 1010110
Octal 207 237 126

Shades and tints

Shades of #879F56

#879F56
(135,159,86)
#7B914F
(123,145,79)
#6F8348
(111,131,72)
#637541
(99,117,65)
#57673A
(87,103,58)
#4B5933
(75,89,51)
#3F4B2C
(63,75,44)
#333D25
(51,61,37)
#272F1E
(39,47,30)
#1B2117
(27,33,23)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #879F56

#879F56
(135,159,86)
#91A765
(145,167,101)
#9BAF74
(155,175,116)
#A5B783
(165,183,131)
#AFBF92
(175,191,146)
#B9C7A1
(185,199,161)
#C3CFB0
(195,207,176)
#CDD7BF
(205,215,191)
#D7DFCE
(215,223,206)
#E1E7DD
(225,231,221)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #879F56 color. Also use rgb(135,159,86) instead hex code.

Text Font Color

.myTextColor { color: #879F56; }

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

This text font color is #879F56.

Background Color

.myBgColor { background-color: #879F56; }

<div style="background-color:#879F56">Inner text</div>

This div background color is #879F56.

Border color

.myBorderColor { border: 1px solid #879F56; }

<div style="border:3px solid #879F56">Div</div>

This div border color is #879F56.

Opacity

.myOpacity80 { color: #879F56; opacity: 0.8; }

<p style="color:#879F56;opacity:0.8;">80%</p>

Text with #879F56 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 #879F56;}

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

This text has shadow with #879F56 color.


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

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

This text has shadow with #879F56 primary color and red secondary color.


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

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

This text has shadow with #879F56 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #879F56.

Preview

Color preview on black background

This text has color #879F56 on black background.


Color preview on white background

This text has color #879F56 on white background.


Black color preview on #879F56 background

This text has black color on #879F56 background.


White color preview on #879F56 background

This text has white color on #879F56 background.


Related colors

Complementary color

Complementary color for #hex is #7860A9.


I love getcolorcode.com

Triadic colors

1 #56879F and #9F5687 with #879F56 are triadic colors.

2 #569F87 and #9F8756 with #879F56 are triadic colors.