COLOR #6C8764

HEX: #6C8764
RGB: (108,135,100)

Color info

#6C8764 contains red, green and blue colors in about the same proportion. Web safe color of #6C8764 is #669966 (or #696).

RGB color model

#6C8764 color RGB value is (108,135,100).

  • red value is 108;
  • green value is 135;
  • blue value is 100.
RGB:
(108,135,100)
(42%,53%,39%)

RGB channels and saturation

R 108 of 255 = 42%
G 135 of 255 = 53%
B 100 of 255 = 39%

108
135
100

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

Portions of RGB colors in percentages

R + G + B =
108 + 135 + 100 = 343 (100%)
R 108 of 343 ~ 31.49%
G 135 of 343 ~ 39.36%
B 100 of 343 ~ 29.15%

%31.49
%39.36
%29.15

CMYK color model

#6C8764 color CMYK value is (20,0,26,47).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 25.93%
  • key color value is 47.06%
CMYK:
(20,0,26,47)
C20M0Y26K47 
(20%,0%,26%,47%)
(0.20/0.00/0.26/0.47)	

CMYK percentages

%20
%0
%25.93
%47.06

Codes

Color #6C8764 in popluar color models

6C8764
RGB108135100
HSL106°14.89%46.08%
HSB/HSV106°25.93%52.94%
CMYK20.00%0.00%25.93%
47.06%

Color #6C8764 in popluar number systems.

HEX6C8764
Decimal108135100
Binary1101100100001111100100
Octal154207144

Shades and tints

Shades of #6C8764

#6C8764
(108,135,100)
#637B5B
(99,123,91)
#5A6F52
(90,111,82)
#516349
(81,99,73)
#485740
(72,87,64)
#3F4B37
(63,75,55)
#363F2E
(54,63,46)
#2D3325
(45,51,37)
#24271C
(36,39,28)
#1B1B13
(27,27,19)
#120F0A
(18,15,10)
#000000
(0,0,0)

Tints of #6C8764

#6C8764
(108,135,100)
#799172
(121,145,114)
#869B80
(134,155,128)
#93A58E
(147,165,142)
#A0AF9C
(160,175,156)
#ADB9AA
(173,185,170)
#BAC3B8
(186,195,184)
#C7CDC6
(199,205,198)
#D4D7D4
(212,215,212)
#E1E1E2
(225,225,226)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8764 color. Also use rgb(108,135,100) instead hex code.

Text Font Color

.myTextColor { color: #6C8764; }

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

This text font color is #6C8764.


Background Color

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

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

This div background color is #6C8764.


Border color

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

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

This div border color is #6C8764.


Opacity

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

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

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

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

This text has shadow with #6C8764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8764 on black background.


Color preview on white background

This text has color #6C8764 on white background.



Black color preview on #6C8764 background

This text has black color on #6C8764 background.


White color preview on #6C8764 background

This text has white color on #6C8764 background.