COLOR #68976A

HEX: #68976A
RGB: (104,151,106)

Color info

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

RGB color model

#68976A color RGB value is (104,151,106).

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

RGB channels and saturation

R 104 of 255 = 41%
G 151 of 255 = 59%
B 106 of 255 = 42%

104
151
106

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

Portions of RGB colors in percentages

R + G + B =
104 + 151 + 106 = 361 (100%)
R 104 of 361 ~ 28.81%
G 151 of 361 ~ 41.83%
B 106 of 361 ~ 29.36%

%28.81
%41.83
%29.36

CMYK color model

#68976A color CMYK value is (31,0,30,41).

  • cyan value is 31.13%
  • magenta value is 0.00%
  • yellow value is 29.80%
  • key color value is 40.78%
CMYK:
(31,0,30,41)
C31M0Y30K41 
(31%,0%,30%,41%)
(0.31/0.00/0.30/0.41)	

CMYK percentages

%31.13
%0
%29.8
%40.78

Codes

Color #68976A in popluar color models

68976A
RGB104151106
HSL123°18.43%50.00%
HSB/HSV123°31.13%59.22%
CMYK31.13%0.00%29.80%
40.78%

Color #68976A in popluar number systems.

HEX68976A
Decimal104151106
Binary1101000100101111101010
Octal150227152

Shades and tints

Shades of #68976A

#68976A
(104,151,106)
#5F8A61
(95,138,97)
#567D58
(86,125,88)
#4D704F
(77,112,79)
#446346
(68,99,70)
#3B563D
(59,86,61)
#324934
(50,73,52)
#293C2B
(41,60,43)
#202F22
(32,47,34)
#172219
(23,34,25)
#0E1510
(14,21,16)
#000000
(0,0,0)

Tints of #68976A

#68976A
(104,151,106)
#75A077
(117,160,119)
#82A984
(130,169,132)
#8FB291
(143,178,145)
#9CBB9E
(156,187,158)
#A9C4AB
(169,196,171)
#B6CDB8
(182,205,184)
#C3D6C5
(195,214,197)
#D0DFD2
(208,223,210)
#DDE8DF
(221,232,223)
#EAF1EC
(234,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68976A; }

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

This text font color is #68976A.


Background Color

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

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

This div background color is #68976A.


Border color

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

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

This div border color is #68976A.


Opacity

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

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

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

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

This text has shadow with #68976A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68976A on black background.


Color preview on white background

This text has color #68976A on white background.



Black color preview on #68976A background

This text has black color on #68976A background.


White color preview on #68976A background

This text has white color on #68976A background.