COLOR #68994C

HEX: #68994C
RGB: (104,153,76)

Color info

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

RGB color model

#68994C color RGB value is (104,153,76).

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

RGB channels and saturation

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

104
153
76

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

Portions of RGB colors in percentages

R + G + B =
104 + 153 + 76 = 333 (100%)
R 104 of 333 ~ 31.23%
G 153 of 333 ~ 45.95%
B 76 of 333 ~ 22.82%

%31.23
%45.95
%22.82

CMYK color model

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

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

CMYK percentages

%32.03
%0
%50.33
%40

Codes

Color #68994C in popluar color models

68994C
RGB10415376
HSL98°33.62%44.90%
HSB/HSV98°50.33%60.00%
CMYK32.03%0.00%50.33%
40.00%

Color #68994C in popluar number systems.

HEX68994C
Decimal10415376
Binary1101000100110011001100
Octal150231114

Shades and tints

Shades of #68994C

#68994C
(104,153,76)
#5F8C46
(95,140,70)
#567F40
(86,127,64)
#4D723A
(77,114,58)
#446534
(68,101,52)
#3B582E
(59,88,46)
#324B28
(50,75,40)
#293E22
(41,62,34)
#20311C
(32,49,28)
#172416
(23,36,22)
#0E1710
(14,23,16)
#000000
(0,0,0)

Tints of #68994C

#68994C
(104,153,76)
#75A25C
(117,162,92)
#82AB6C
(130,171,108)
#8FB47C
(143,180,124)
#9CBD8C
(156,189,140)
#A9C69C
(169,198,156)
#B6CFAC
(182,207,172)
#C3D8BC
(195,216,188)
#D0E1CC
(208,225,204)
#DDEADC
(221,234,220)
#EAF3EC
(234,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68994C; }

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

This text font color is #68994C.


Background Color

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

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

This div background color is #68994C.


Border color

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

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

This div border color is #68994C.


Opacity

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

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

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

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

This text has shadow with #68994C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68994C on black background.


Color preview on white background

This text has color #68994C on white background.



Black color preview on #68994C background

This text has black color on #68994C background.


White color preview on #68994C background

This text has white color on #68994C background.