COLOR #6C8751

HEX: #6C8751
RGB: (108,135,81)

Color info

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

RGB color model

#6C8751 color RGB value is (108,135,81).

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

RGB channels and saturation

R 108 of 255 = 42%
G 135 of 255 = 53%
B 81 of 255 = 32%

108
135
81

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

Portions of RGB colors in percentages

R + G + B =
108 + 135 + 81 = 324 (100%)
R 108 of 324 ~ 33.33%
G 135 of 324 ~ 41.67%
B 81 of 324 ~ 25%

%33.33
%41.67
%25

CMYK color model

#6C8751 color CMYK value is (20,0,40,47).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 47.06%
CMYK:
(20,0,40,47)
C20M0Y40K47 
(20%,0%,40%,47%)
(0.20/0.00/0.40/0.47)	

CMYK percentages

%20
%0
%40
%47.06

Codes

Color #6C8751 in popluar color models

6C8751
RGB10813581
HSL90°25.00%42.35%
HSB/HSV90°40.00%52.94%
CMYK20.00%0.00%40.00%
47.06%

Color #6C8751 in popluar number systems.

HEX6C8751
Decimal10813581
Binary1101100100001111010001
Octal154207121

Shades and tints

Shades of #6C8751

#6C8751
(108,135,81)
#637B4A
(99,123,74)
#5A6F43
(90,111,67)
#51633C
(81,99,60)
#485735
(72,87,53)
#3F4B2E
(63,75,46)
#363F27
(54,63,39)
#2D3320
(45,51,32)
#242719
(36,39,25)
#1B1B12
(27,27,18)
#120F0B
(18,15,11)
#000000
(0,0,0)

Tints of #6C8751

#6C8751
(108,135,81)
#799160
(121,145,96)
#869B6F
(134,155,111)
#93A57E
(147,165,126)
#A0AF8D
(160,175,141)
#ADB99C
(173,185,156)
#BAC3AB
(186,195,171)
#C7CDBA
(199,205,186)
#D4D7C9
(212,215,201)
#E1E1D8
(225,225,216)
#EEEBE7
(238,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C8751; }

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

This text font color is #6C8751.


Background Color

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

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

This div background color is #6C8751.


Border color

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

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

This div border color is #6C8751.


Opacity

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

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

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

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

This text has shadow with #6C8751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8751 on black background.


Color preview on white background

This text has color #6C8751 on white background.



Black color preview on #6C8751 background

This text has black color on #6C8751 background.


White color preview on #6C8751 background

This text has white color on #6C8751 background.