COLOR #6C8963

HEX: #6C8963 RGB: (108,137,99)

Color info

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

RGB color model

#6C8963 color RGB value is (108,137,99).

RGB: (108,137,99) (42%, 54%, 39%)

RGB channels and saturation

R 108 of 255 = 42%
G 137 of 255 = 54%
B 99 of 255 = 39%

108
137
99

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

Portions of RGB colors in percentages

R + G + B = 108 + 137 + 99 = 344 (100%)
R 108 of 344 ~ 31.4%
G 137 of 344 ~ 39.83%
B 99 of 344 ~ 28.78'%

%31.4
%39.83
%28.78

CMYK color model

#6C8963 color CMYK value is (21,0,28,46).

  • cyan value is 21.17%
  • magenta value is 0.00%
  • yellow value is 27.74%
  • key color value is 46.27%

CMYK: (21,0,28,46)
C21M0Y28K46 (21%, 0%, 28%, 46%)
(0.21 / 0.00 / 0.28 / 0.46)

CMYK percentages

%21.17
%0
%27.74
%46.27

Codes

Color #6C8963 in popluar color models

6C 89 63
RGB 108 137 99
HSL 106° 16.10% 46.27%
HSB/HSV 106° 27.74% 53.73%
CMYK 21.17% 0.00% 27.74%
46.27%

Color #6C8963 in popluar number systems.

HEX 6C 89 63
Decimal 108 137 99
Binary 1101100 10001001 1100011
Octal 154 211 143

Shades and tints

Shades of #6C8963

#6C8963
(108,137,99)
#637D5A
(99,125,90)
#5A7151
(90,113,81)
#516548
(81,101,72)
#48593F
(72,89,63)
#3F4D36
(63,77,54)
#36412D
(54,65,45)
#2D3524
(45,53,36)
#24291B
(36,41,27)
#1B1D12
(27,29,18)
#121109
(18,17,9)
#000000
(0,0,0)

Tints of #6C8963

#6C8963
(108,137,99)
#799371
(121,147,113)
#869D7F
(134,157,127)
#93A78D
(147,167,141)
#A0B19B
(160,177,155)
#ADBBA9
(173,187,169)
#BAC5B7
(186,197,183)
#C7CFC5
(199,207,197)
#D4D9D3
(212,217,211)
#E1E3E1
(225,227,225)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8963 color. Also use rgb(108,137,99) instead hex code.

Text Font Color

.myTextColor { color: #6C8963; }

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

This text font color is #6C8963.

Background Color

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

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

This div background color is #6C8963.

Border color

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

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

This div border color is #6C8963.

Opacity

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

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

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

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

This text has shadow with #6C8963 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C8963.

Preview

Color preview on black background

This text has color #6C8963 on black background.


Color preview on white background

This text has color #6C8963 on white background.


Black color preview on #6C8963 background

This text has black color on #6C8963 background.


White color preview on #6C8963 background

This text has white color on #6C8963 background.


Related colors

Complementary color

Complementary color for #hex is #93769C.


I love getcolorcode.com

Triadic colors

1 #636C89 and #89636C with #6C8963 are triadic colors.

2 #63896C and #896C63 with #6C8963 are triadic colors.