COLOR #6C8842

HEX: #6C8842
RGB: (108,136,66)

Color info

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

RGB color model

#6C8842 color RGB value is (108,136,66).

  • red value is 108;
  • green value is 136;
  • blue value is 66.
RGB:
(108,136,66)
(42%,53%,26%)

RGB channels and saturation

R 108 of 255 = 42%
G 136 of 255 = 53%
B 66 of 255 = 26%

108
136
66

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

Portions of RGB colors in percentages

R + G + B =
108 + 136 + 66 = 310 (100%)
R 108 of 310 ~ 34.84%
G 136 of 310 ~ 43.87%
B 66 of 310 ~ 21.29%

%34.84
%43.87
%21.29

CMYK color model

#6C8842 color CMYK value is (21,0,51,47).

  • cyan value is 20.59%
  • magenta value is 0.00%
  • yellow value is 51.47%
  • key color value is 46.67%
CMYK:
(21,0,51,47)
C21M0Y51K47 
(21%,0%,51%,47%)
(0.21/0.00/0.51/0.47)	

CMYK percentages

%20.59
%0
%51.47
%46.67

Codes

Color #6C8842 in popluar color models

6C8842
RGB10813666
HSL84°34.65%39.61%
HSB/HSV84°51.47%53.33%
CMYK20.59%0.00%51.47%
46.67%

Color #6C8842 in popluar number systems.

HEX6C8842
Decimal10813666
Binary1101100100010001000010
Octal154210102

Shades and tints

Shades of #6C8842

#6C8842
(108,136,66)
#637C3C
(99,124,60)
#5A7036
(90,112,54)
#516430
(81,100,48)
#48582A
(72,88,42)
#3F4C24
(63,76,36)
#36401E
(54,64,30)
#2D3418
(45,52,24)
#242812
(36,40,18)
#1B1C0C
(27,28,12)
#121006
(18,16,6)
#000000
(0,0,0)

Tints of #6C8842

#6C8842
(108,136,66)
#799253
(121,146,83)
#869C64
(134,156,100)
#93A675
(147,166,117)
#A0B086
(160,176,134)
#ADBA97
(173,186,151)
#BAC4A8
(186,196,168)
#C7CEB9
(199,206,185)
#D4D8CA
(212,216,202)
#E1E2DB
(225,226,219)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8842 color. Also use rgb(108,136,66) instead hex code.

Text Font Color

.myTextColor { color: #6C8842; }

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

This text font color is #6C8842.


Background Color

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

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

This div background color is #6C8842.


Border color

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

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

This div border color is #6C8842.


Opacity

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

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

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

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

This text has shadow with #6C8842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8842 on black background.


Color preview on white background

This text has color #6C8842 on white background.



Black color preview on #6C8842 background

This text has black color on #6C8842 background.


White color preview on #6C8842 background

This text has white color on #6C8842 background.