COLOR #6C8C3C

HEX: #6C8C3C
RGB: (108,140,60)

Color info

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

RGB color model

#6C8C3C color RGB value is (108,140,60).

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

RGB channels and saturation

R 108 of 255 = 42%
G 140 of 255 = 55%
B 60 of 255 = 24%

108
140
60

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

Portions of RGB colors in percentages

R + G + B =
108 + 140 + 60 = 308 (100%)
R 108 of 308 ~ 35.06%
G 140 of 308 ~ 45.45%
B 60 of 308 ~ 19.48%

%35.06
%45.45
%19.48

CMYK color model

#6C8C3C color CMYK value is (23,0,57,45).

  • cyan value is 22.86%
  • magenta value is 0.00%
  • yellow value is 57.14%
  • key color value is 45.10%
CMYK:
(23,0,57,45)
C23M0Y57K45 
(23%,0%,57%,45%)
(0.23/0.00/0.57/0.45)	

CMYK percentages

%22.86
%0
%57.14
%45.1

Codes

Color #6C8C3C in popluar color models

6C8C3C
RGB10814060
HSL84°40.00%39.22%
HSB/HSV84°57.14%54.90%
CMYK22.86%0.00%57.14%
45.10%

Color #6C8C3C in popluar number systems.

HEX6C8C3C
Decimal10814060
Binary110110010001100111100
Octal15421474

Shades and tints

Shades of #6C8C3C

#6C8C3C
(108,140,60)
#638037
(99,128,55)
#5A7432
(90,116,50)
#51682D
(81,104,45)
#485C28
(72,92,40)
#3F5023
(63,80,35)
#36441E
(54,68,30)
#2D3819
(45,56,25)
#242C14
(36,44,20)
#1B200F
(27,32,15)
#12140A
(18,20,10)
#000000
(0,0,0)

Tints of #6C8C3C

#6C8C3C
(108,140,60)
#79964D
(121,150,77)
#86A05E
(134,160,94)
#93AA6F
(147,170,111)
#A0B480
(160,180,128)
#ADBE91
(173,190,145)
#BAC8A2
(186,200,162)
#C7D2B3
(199,210,179)
#D4DCC4
(212,220,196)
#E1E6D5
(225,230,213)
#EEF0E6
(238,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C8C3C; }

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

This text font color is #6C8C3C.


Background Color

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

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

This div background color is #6C8C3C.


Border color

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

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

This div border color is #6C8C3C.


Opacity

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

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

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

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

This text has shadow with #6C8C3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8C3C on black background.


Color preview on white background

This text has color #6C8C3C on white background.



Black color preview on #6C8C3C background

This text has black color on #6C8C3C background.


White color preview on #6C8C3C background

This text has white color on #6C8C3C background.