COLOR #68976E

HEX: #68976E
RGB: (104,151,110)

Color info

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

RGB color model

#68976E color RGB value is (104,151,110).

  • red value is 104;
  • green value is 151;
  • blue value is 110.
RGB:
(104,151,110)
(41%,59%,43%)

RGB channels and saturation

R 104 of 255 = 41%
G 151 of 255 = 59%
B 110 of 255 = 43%

104
151
110

R + G + B ~ 48%. #68976E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 151 + 110 = 365 (100%)
R 104 of 365 ~ 28.49%
G 151 of 365 ~ 41.37%
B 110 of 365 ~ 30.14%

%28.49
%41.37
%30.14

CMYK color model

#68976E color CMYK value is (31,0,27,41).

  • cyan value is 31.13%
  • magenta value is 0.00%
  • yellow value is 27.15%
  • key color value is 40.78%
CMYK:
(31,0,27,41)
C31M0Y27K41 
(31%,0%,27%,41%)
(0.31/0.00/0.27/0.41)	

CMYK percentages

%31.13
%0
%27.15
%40.78

Codes

Color #68976E in popluar color models

68976E
RGB104151110
HSL128°18.43%50.00%
HSB/HSV128°31.13%59.22%
CMYK31.13%0.00%27.15%
40.78%

Color #68976E in popluar number systems.

HEX68976E
Decimal104151110
Binary1101000100101111101110
Octal150227156

Shades and tints

Shades of #68976E

#68976E
(104,151,110)
#5F8A64
(95,138,100)
#567D5A
(86,125,90)
#4D7050
(77,112,80)
#446346
(68,99,70)
#3B563C
(59,86,60)
#324932
(50,73,50)
#293C28
(41,60,40)
#202F1E
(32,47,30)
#172214
(23,34,20)
#0E150A
(14,21,10)
#000000
(0,0,0)

Tints of #68976E

#68976E
(104,151,110)
#75A07B
(117,160,123)
#82A988
(130,169,136)
#8FB295
(143,178,149)
#9CBBA2
(156,187,162)
#A9C4AF
(169,196,175)
#B6CDBC
(182,205,188)
#C3D6C9
(195,214,201)
#D0DFD6
(208,223,214)
#DDE8E3
(221,232,227)
#EAF1F0
(234,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68976E color. Also use rgb(104,151,110) instead hex code.

Text Font Color

.myTextColor { color: #68976E; }

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

This text font color is #68976E.


Background Color

.myBgColor { background-color: #68976E; }

<div style="background-color:#68976E">Inner text</div>

This div background color is #68976E.


Border color

.myBorderColor { border: 1px solid #68976E; }

<div style="border:3px solid #68976E">Div</div>

This div border color is #68976E.


Opacity

.myOpacity80 { color: #68976E; opacity: 0.8; }

<p style="color:#68976E;opacity:0.8;">80%</p>

Text with #68976E 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 #68976E;}

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

This text has shadow with #68976E color.

.textShadow {text-shadow: 3px 3px 1px #68976E, 3px 3px 1px red;}

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

This text has shadow with #68976E primary color and red secondary color.


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

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

This text has shadow with #68976E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68976E on black background.


Color preview on white background

This text has color #68976E on white background.



Black color preview on #68976E background

This text has black color on #68976E background.


White color preview on #68976E background

This text has white color on #68976E background.