COLOR #6C9A4E

HEX: #6C9A4E
RGB: (108,154,78)

Color info

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

RGB color model

#6C9A4E color RGB value is (108,154,78).

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

RGB channels and saturation

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

108
154
78

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

Portions of RGB colors in percentages

R + G + B =
108 + 154 + 78 = 340 (100%)
R 108 of 340 ~ 31.76%
G 154 of 340 ~ 45.29%
B 78 of 340 ~ 22.94%

%31.76
%45.29
%22.94

CMYK color model

#6C9A4E color CMYK value is (30,0,49,40).

  • cyan value is 29.87%
  • magenta value is 0.00%
  • yellow value is 49.35%
  • key color value is 39.61%
CMYK:
(30,0,49,40)
C30M0Y49K40 
(30%,0%,49%,40%)
(0.30/0.00/0.49/0.40)	

CMYK percentages

%29.87
%0
%49.35
%39.61

Codes

Color #6C9A4E in popluar color models

6C9A4E
RGB10815478
HSL96°32.76%45.49%
HSB/HSV96°49.35%60.39%
CMYK29.87%0.00%49.35%
39.61%

Color #6C9A4E in popluar number systems.

HEX6C9A4E
Decimal10815478
Binary1101100100110101001110
Octal154232116

Shades and tints

Shades of #6C9A4E

#6C9A4E
(108,154,78)
#638C47
(99,140,71)
#5A7E40
(90,126,64)
#517039
(81,112,57)
#486232
(72,98,50)
#3F542B
(63,84,43)
#364624
(54,70,36)
#2D381D
(45,56,29)
#242A16
(36,42,22)
#1B1C0F
(27,28,15)
#120E08
(18,14,8)
#000000
(0,0,0)

Tints of #6C9A4E

#6C9A4E
(108,154,78)
#79A35E
(121,163,94)
#86AC6E
(134,172,110)
#93B57E
(147,181,126)
#A0BE8E
(160,190,142)
#ADC79E
(173,199,158)
#BAD0AE
(186,208,174)
#C7D9BE
(199,217,190)
#D4E2CE
(212,226,206)
#E1EBDE
(225,235,222)
#EEF4EE
(238,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C9A4E; }

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

This text font color is #6C9A4E.


Background Color

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

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

This div background color is #6C9A4E.


Border color

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

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

This div border color is #6C9A4E.


Opacity

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

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

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

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

This text has shadow with #6C9A4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9A4E on black background.


Color preview on white background

This text has color #6C9A4E on white background.



Black color preview on #6C9A4E background

This text has black color on #6C9A4E background.


White color preview on #6C9A4E background

This text has white color on #6C9A4E background.