COLOR #6C994E

HEX: #6C994E
RGB: (108,153,78)

Color info

#6C994E contains mainly red and green colors. Web safe color of #6C994E is #669966 (or #696).

RGB color model

#6C994E color RGB value is (108,153,78).

  • red value is 108;
  • green value is 153;
  • blue value is 78.
RGB:
(108,153,78)
(42%,60%,31%)

RGB channels and saturation

R 108 of 255 = 42%
G 153 of 255 = 60%
B 78 of 255 = 31%

108
153
78

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

Portions of RGB colors in percentages

R + G + B =
108 + 153 + 78 = 339 (100%)
R 108 of 339 ~ 31.86%
G 153 of 339 ~ 45.13%
B 78 of 339 ~ 23.01%

%31.86
%45.13
%23.01

CMYK color model

#6C994E color CMYK value is (29,0,49,40).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 49.02%
  • key color value is 40.00%
CMYK:
(29,0,49,40)
C29M0Y49K40 
(29%,0%,49%,40%)
(0.29/0.00/0.49/0.40)	

CMYK percentages

%29.41
%0
%49.02
%40

Codes

Color #6C994E in popluar color models

6C994E
RGB10815378
HSL96°32.47%45.29%
HSB/HSV96°49.02%60.00%
CMYK29.41%0.00%49.02%
40.00%

Color #6C994E in popluar number systems.

HEX6C994E
Decimal10815378
Binary1101100100110011001110
Octal154231116

Shades and tints

Shades of #6C994E

#6C994E
(108,153,78)
#638C47
(99,140,71)
#5A7F40
(90,127,64)
#517239
(81,114,57)
#486532
(72,101,50)
#3F582B
(63,88,43)
#364B24
(54,75,36)
#2D3E1D
(45,62,29)
#243116
(36,49,22)
#1B240F
(27,36,15)
#121708
(18,23,8)
#000000
(0,0,0)

Tints of #6C994E

#6C994E
(108,153,78)
#79A25E
(121,162,94)
#86AB6E
(134,171,110)
#93B47E
(147,180,126)
#A0BD8E
(160,189,142)
#ADC69E
(173,198,158)
#BACFAE
(186,207,174)
#C7D8BE
(199,216,190)
#D4E1CE
(212,225,206)
#E1EADE
(225,234,222)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C994E color. Also use rgb(108,153,78) instead hex code.

Text Font Color

.myTextColor { color: #6C994E; }

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

This text font color is #6C994E.


Background Color

.myBgColor { background-color: #6C994E; }

<div style="background-color:#6C994E">Inner text</div>

This div background color is #6C994E.


Border color

.myBorderColor { border: 1px solid #6C994E; }

<div style="border:3px solid #6C994E">Div</div>

This div border color is #6C994E.


Opacity

.myOpacity80 { color: #6C994E; opacity: 0.8; }

<p style="color:#6C994E;opacity:0.8;">80%</p>

Text with #6C994E 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 #6C994E;}

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

This text has shadow with #6C994E color.

.textShadow {text-shadow: 3px 3px 1px #6C994E, 3px 3px 1px red;}

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

This text has shadow with #6C994E primary color and red secondary color.


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

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

This text has shadow with #6C994E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C994E on black background.


Color preview on white background

This text has color #6C994E on white background.



Black color preview on #6C994E background

This text has black color on #6C994E background.


White color preview on #6C994E background

This text has white color on #6C994E background.