COLOR #879F76

HEX: #879F76
RGB: (135,159,118)

Color info

#879F76 contains red, green and blue colors in about the same proportion. Web safe color of #879F76 is #999966 (or #996).

RGB color model

#879F76 color RGB value is (135,159,118).

  • red value is 135;
  • green value is 159;
  • blue value is 118.
RGB:
(135,159,118)
(53%,62%,46%)

RGB channels and saturation

R 135 of 255 = 53%
G 159 of 255 = 62%
B 118 of 255 = 46%

135
159
118

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

Portions of RGB colors in percentages

R + G + B =
135 + 159 + 118 = 412 (100%)
R 135 of 412 ~ 32.77%
G 159 of 412 ~ 38.59%
B 118 of 412 ~ 28.64%

%32.77
%38.59
%28.64

CMYK color model

#879F76 color CMYK value is (15,0,26,38).

  • cyan value is 15.09%
  • magenta value is 0.00%
  • yellow value is 25.79%
  • key color value is 37.65%
CMYK:
(15,0,26,38)
C15M0Y26K38 
(15%,0%,26%,38%)
(0.15/0.00/0.26/0.38)	

CMYK percentages

%15.09
%0
%25.79
%37.65

Codes

Color #879F76 in popluar color models

879F76
RGB135159118
HSL95°17.60%54.31%
HSB/HSV95°25.79%62.35%
CMYK15.09%0.00%25.79%
37.65%

Color #879F76 in popluar number systems.

HEX879F76
Decimal135159118
Binary10000111100111111110110
Octal207237166

Shades and tints

Shades of #879F76

#879F76
(135,159,118)
#7B916C
(123,145,108)
#6F8362
(111,131,98)
#637558
(99,117,88)
#57674E
(87,103,78)
#4B5944
(75,89,68)
#3F4B3A
(63,75,58)
#333D30
(51,61,48)
#272F26
(39,47,38)
#1B211C
(27,33,28)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #879F76

#879F76
(135,159,118)
#91A782
(145,167,130)
#9BAF8E
(155,175,142)
#A5B79A
(165,183,154)
#AFBFA6
(175,191,166)
#B9C7B2
(185,199,178)
#C3CFBE
(195,207,190)
#CDD7CA
(205,215,202)
#D7DFD6
(215,223,214)
#E1E7E2
(225,231,226)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879F76; }

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

This text font color is #879F76.


Background Color

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

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

This div background color is #879F76.


Border color

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

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

This div border color is #879F76.


Opacity

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

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

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

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

This text has shadow with #879F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879F76 on black background.


Color preview on white background

This text has color #879F76 on white background.



Black color preview on #879F76 background

This text has black color on #879F76 background.


White color preview on #879F76 background

This text has white color on #879F76 background.