COLOR #6C8E3C

HEX: #6C8E3C
RGB: (108,142,60)

Color info

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

RGB color model

#6C8E3C color RGB value is (108,142,60).

  • red value is 108;
  • green value is 142;
  • blue value is 60.
RGB:
(108,142,60)
(42%,56%,24%)

RGB channels and saturation

R 108 of 255 = 42%
G 142 of 255 = 56%
B 60 of 255 = 24%

108
142
60

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

Portions of RGB colors in percentages

R + G + B =
108 + 142 + 60 = 310 (100%)
R 108 of 310 ~ 34.84%
G 142 of 310 ~ 45.81%
B 60 of 310 ~ 19.35%

%34.84
%45.81
%19.35

CMYK color model

#6C8E3C color CMYK value is (24,0,58,44).

  • cyan value is 23.94%
  • magenta value is 0.00%
  • yellow value is 57.75%
  • key color value is 44.31%
CMYK:
(24,0,58,44)
C24M0Y58K44 
(24%,0%,58%,44%)
(0.24/0.00/0.58/0.44)	

CMYK percentages

%23.94
%0
%57.75
%44.31

Codes

Color #6C8E3C in popluar color models

6C8E3C
RGB10814260
HSL85°40.59%39.61%
HSB/HSV85°57.75%55.69%
CMYK23.94%0.00%57.75%
44.31%

Color #6C8E3C in popluar number systems.

HEX6C8E3C
Decimal10814260
Binary110110010001110111100
Octal15421674

Shades and tints

Shades of #6C8E3C

#6C8E3C
(108,142,60)
#638237
(99,130,55)
#5A7632
(90,118,50)
#516A2D
(81,106,45)
#485E28
(72,94,40)
#3F5223
(63,82,35)
#36461E
(54,70,30)
#2D3A19
(45,58,25)
#242E14
(36,46,20)
#1B220F
(27,34,15)
#12160A
(18,22,10)
#000000
(0,0,0)

Tints of #6C8E3C

#6C8E3C
(108,142,60)
#79984D
(121,152,77)
#86A25E
(134,162,94)
#93AC6F
(147,172,111)
#A0B680
(160,182,128)
#ADC091
(173,192,145)
#BACAA2
(186,202,162)
#C7D4B3
(199,212,179)
#D4DEC4
(212,222,196)
#E1E8D5
(225,232,213)
#EEF2E6
(238,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8E3C color. Also use rgb(108,142,60) instead hex code.

Text Font Color

.myTextColor { color: #6C8E3C; }

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

This text font color is #6C8E3C.


Background Color

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

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

This div background color is #6C8E3C.


Border color

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

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

This div border color is #6C8E3C.


Opacity

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

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

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

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

This text has shadow with #6C8E3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8E3C on black background.


Color preview on white background

This text has color #6C8E3C on white background.



Black color preview on #6C8E3C background

This text has black color on #6C8E3C background.


White color preview on #6C8E3C background

This text has white color on #6C8E3C background.