COLOR #68984C

HEX: #68984C
RGB: (104,152,76)

Color info

#68984C contains mainly red and green colors. Web safe color of #68984C is #669933 (or #693).

RGB color model

#68984C color RGB value is (104,152,76).

  • red value is 104;
  • green value is 152;
  • blue value is 76.
RGB:
(104,152,76)
(41%,60%,30%)

RGB channels and saturation

R 104 of 255 = 41%
G 152 of 255 = 60%
B 76 of 255 = 30%

104
152
76

R + G + B ~ 44%. #68984C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 152 + 76 = 332 (100%)
R 104 of 332 ~ 31.33%
G 152 of 332 ~ 45.78%
B 76 of 332 ~ 22.89%

%31.33
%45.78
%22.89

CMYK color model

#68984C color CMYK value is (32,0,50,40).

  • cyan value is 31.58%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 40.39%
CMYK:
(32,0,50,40)
C32M0Y50K40 
(32%,0%,50%,40%)
(0.32/0.00/0.50/0.40)	

CMYK percentages

%31.58
%0
%50
%40.39

Codes

Color #68984C in popluar color models

68984C
RGB10415276
HSL98°33.33%44.71%
HSB/HSV98°50.00%59.61%
CMYK31.58%0.00%50.00%
40.39%

Color #68984C in popluar number systems.

HEX68984C
Decimal10415276
Binary1101000100110001001100
Octal150230114

Shades and tints

Shades of #68984C

#68984C
(104,152,76)
#5F8B46
(95,139,70)
#567E40
(86,126,64)
#4D713A
(77,113,58)
#446434
(68,100,52)
#3B572E
(59,87,46)
#324A28
(50,74,40)
#293D22
(41,61,34)
#20301C
(32,48,28)
#172316
(23,35,22)
#0E1610
(14,22,16)
#000000
(0,0,0)

Tints of #68984C

#68984C
(104,152,76)
#75A15C
(117,161,92)
#82AA6C
(130,170,108)
#8FB37C
(143,179,124)
#9CBC8C
(156,188,140)
#A9C59C
(169,197,156)
#B6CEAC
(182,206,172)
#C3D7BC
(195,215,188)
#D0E0CC
(208,224,204)
#DDE9DC
(221,233,220)
#EAF2EC
(234,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68984C color. Also use rgb(104,152,76) instead hex code.

Text Font Color

.myTextColor { color: #68984C; }

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

This text font color is #68984C.


Background Color

.myBgColor { background-color: #68984C; }

<div style="background-color:#68984C">Inner text</div>

This div background color is #68984C.


Border color

.myBorderColor { border: 1px solid #68984C; }

<div style="border:3px solid #68984C">Div</div>

This div border color is #68984C.


Opacity

.myOpacity80 { color: #68984C; opacity: 0.8; }

<p style="color:#68984C;opacity:0.8;">80%</p>

Text with #68984C 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 #68984C;}

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

This text has shadow with #68984C color.

.textShadow {text-shadow: 3px 3px 1px #68984C, 3px 3px 1px red;}

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

This text has shadow with #68984C primary color and red secondary color.


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

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

This text has shadow with #68984C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68984C on black background.


Color preview on white background

This text has color #68984C on white background.



Black color preview on #68984C background

This text has black color on #68984C background.


White color preview on #68984C background

This text has white color on #68984C background.