COLOR #68876B

HEX: #68876B
RGB: (104,135,107)

Color info

#68876B contains red, green and blue colors in about the same proportion. Web safe color of #68876B is #669966 (or #696).

RGB color model

#68876B color RGB value is (104,135,107).

  • red value is 104;
  • green value is 135;
  • blue value is 107.
RGB:
(104,135,107)
(41%,53%,42%)

RGB channels and saturation

R 104 of 255 = 41%
G 135 of 255 = 53%
B 107 of 255 = 42%

104
135
107

R + G + B ~ 45%. #68876B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 135 + 107 = 346 (100%)
R 104 of 346 ~ 30.06%
G 135 of 346 ~ 39.02%
B 107 of 346 ~ 30.92%

%30.06
%39.02
%30.92

CMYK color model

#68876B color CMYK value is (23,0,21,47).

  • cyan value is 22.96%
  • magenta value is 0.00%
  • yellow value is 20.74%
  • key color value is 47.06%
CMYK:
(23,0,21,47)
C23M0Y21K47 
(23%,0%,21%,47%)
(0.23/0.00/0.21/0.47)	

CMYK percentages

%22.96
%0
%20.74
%47.06

Codes

Color #68876B in popluar color models

68876B
RGB104135107
HSL126°12.97%46.86%
HSB/HSV126°22.96%52.94%
CMYK22.96%0.00%20.74%
47.06%

Color #68876B in popluar number systems.

HEX68876B
Decimal104135107
Binary1101000100001111101011
Octal150207153

Shades and tints

Shades of #68876B

#68876B
(104,135,107)
#5F7B62
(95,123,98)
#566F59
(86,111,89)
#4D6350
(77,99,80)
#445747
(68,87,71)
#3B4B3E
(59,75,62)
#323F35
(50,63,53)
#29332C
(41,51,44)
#202723
(32,39,35)
#171B1A
(23,27,26)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #68876B

#68876B
(104,135,107)
#759178
(117,145,120)
#829B85
(130,155,133)
#8FA592
(143,165,146)
#9CAF9F
(156,175,159)
#A9B9AC
(169,185,172)
#B6C3B9
(182,195,185)
#C3CDC6
(195,205,198)
#D0D7D3
(208,215,211)
#DDE1E0
(221,225,224)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68876B color. Also use rgb(104,135,107) instead hex code.

Text Font Color

.myTextColor { color: #68876B; }

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

This text font color is #68876B.


Background Color

.myBgColor { background-color: #68876B; }

<div style="background-color:#68876B">Inner text</div>

This div background color is #68876B.


Border color

.myBorderColor { border: 1px solid #68876B; }

<div style="border:3px solid #68876B">Div</div>

This div border color is #68876B.


Opacity

.myOpacity80 { color: #68876B; opacity: 0.8; }

<p style="color:#68876B;opacity:0.8;">80%</p>

Text with #68876B 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 #68876B;}

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

This text has shadow with #68876B color.

.textShadow {text-shadow: 3px 3px 1px #68876B, 3px 3px 1px red;}

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

This text has shadow with #68876B primary color and red secondary color.


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

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

This text has shadow with #68876B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68876B on black background.


Color preview on white background

This text has color #68876B on white background.



Black color preview on #68876B background

This text has black color on #68876B background.


White color preview on #68876B background

This text has white color on #68876B background.