COLOR #68976D

HEX: #68976D
RGB: (104,151,109)

Color info

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

RGB color model

#68976D color RGB value is (104,151,109).

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

RGB channels and saturation

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

104
151
109

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

Portions of RGB colors in percentages

R + G + B =
104 + 151 + 109 = 364 (100%)
R 104 of 364 ~ 28.57%
G 151 of 364 ~ 41.48%
B 109 of 364 ~ 29.95%

%28.57
%41.48
%29.95

CMYK color model

#68976D color CMYK value is (31,0,28,41).

  • cyan value is 31.13%
  • magenta value is 0.00%
  • yellow value is 27.81%
  • key color value is 40.78%
CMYK:
(31,0,28,41)
C31M0Y28K41 
(31%,0%,28%,41%)
(0.31/0.00/0.28/0.41)	

CMYK percentages

%31.13
%0
%27.81
%40.78

Codes

Color #68976D in popluar color models

68976D
RGB104151109
HSL126°18.43%50.00%
HSB/HSV126°31.13%59.22%
CMYK31.13%0.00%27.81%
40.78%

Color #68976D in popluar number systems.

HEX68976D
Decimal104151109
Binary1101000100101111101101
Octal150227155

Shades and tints

Shades of #68976D

#68976D
(104,151,109)
#5F8A64
(95,138,100)
#567D5B
(86,125,91)
#4D7052
(77,112,82)
#446349
(68,99,73)
#3B5640
(59,86,64)
#324937
(50,73,55)
#293C2E
(41,60,46)
#202F25
(32,47,37)
#17221C
(23,34,28)
#0E1513
(14,21,19)
#000000
(0,0,0)

Tints of #68976D

#68976D
(104,151,109)
#75A07A
(117,160,122)
#82A987
(130,169,135)
#8FB294
(143,178,148)
#9CBBA1
(156,187,161)
#A9C4AE
(169,196,174)
#B6CDBB
(182,205,187)
#C3D6C8
(195,214,200)
#D0DFD5
(208,223,213)
#DDE8E2
(221,232,226)
#EAF1EF
(234,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68976D; }

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

This text font color is #68976D.


Background Color

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

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

This div background color is #68976D.


Border color

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

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

This div border color is #68976D.


Opacity

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

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

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

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

This text has shadow with #68976D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68976D on black background.


Color preview on white background

This text has color #68976D on white background.



Black color preview on #68976D background

This text has black color on #68976D background.


White color preview on #68976D background

This text has white color on #68976D background.