COLOR #879F60

HEX: #879F60 RGB: (135,159,96)

Color info

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

RGB color model

#879F60 color RGB value is (135,159,96).

RGB: (135,159,96) (53%, 62%, 38%)

RGB channels and saturation

R 135 of 255 = 53%
G 159 of 255 = 62%
B 96 of 255 = 38%

135
159
96

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

Portions of RGB colors in percentages

R + G + B = 135 + 159 + 96 = 390 (100%)
R 135 of 390 ~ 34.62%
G 159 of 390 ~ 40.77%
B 96 of 390 ~ 24.62'%

%34.62
%40.77
%24.62

CMYK color model

#879F60 color CMYK value is (15,0,40,38).

  • cyan value is 15.09%
  • magenta value is 0.00%
  • yellow value is 39.62%
  • key color value is 37.65%
CMYK: (15,0,40,38) C15M0Y40K38 (15%,0%,40%,38%) (0.15/0.00/0.40/0.38) 

CMYK percentages

%15.09
%0
%39.62
%37.65

Codes

Color #879F60 in popluar color models

87 9F 60
RGB 135 159 96
HSL 83° 24.71% 50.00%
HSB/HSV 83° 39.62% 62.35%
CMYK 15.09% 0.00% 39.62%
37.65%

Color #879F60 in popluar number systems.

HEX 87 9F 60
Decimal 135 159 96
Binary 10000111 10011111 1100000
Octal 207 237 140

Shades and tints

Shades of #879F60

#879F60
(135,159,96)
#7B9158
(123,145,88)
#6F8350
(111,131,80)
#637548
(99,117,72)
#576740
(87,103,64)
#4B5938
(75,89,56)
#3F4B30
(63,75,48)
#333D28
(51,61,40)
#272F20
(39,47,32)
#1B2118
(27,33,24)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #879F60

#879F60
(135,159,96)
#91A76E
(145,167,110)
#9BAF7C
(155,175,124)
#A5B78A
(165,183,138)
#AFBF98
(175,191,152)
#B9C7A6
(185,199,166)
#C3CFB4
(195,207,180)
#CDD7C2
(205,215,194)
#D7DFD0
(215,223,208)
#E1E7DE
(225,231,222)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879F60; }

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

This text font color is #879F60.

Background Color

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

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

This div background color is #879F60.

Border color

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

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

This div border color is #879F60.

Opacity

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

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

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

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

This text has shadow with #879F60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #879F60.

Preview

Color preview on black background

This text has color #879F60 on black background.


Color preview on white background

This text has color #879F60 on white background.


Black color preview on #879F60 background

This text has black color on #879F60 background.


White color preview on #879F60 background

This text has white color on #879F60 background.


Related colors

Complementary color

Complementary color for #hex is #78609F.


I love getcolorcode.com

Triadic colors

1 #60879F and #9F6087 with #879F60 are triadic colors.

2 #609F87 and #9F8760 with #879F60 are triadic colors.