COLOR #6C894B

HEX: #6C894B RGB: (108,137,75)

Color info

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

RGB color model

#6C894B color RGB value is (108,137,75).

RGB: (108,137,75) (42%, 54%, 29%)

RGB channels and saturation

R 108 of 255 = 42%
G 137 of 255 = 54%
B 75 of 255 = 29%

108
137
75

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

Portions of RGB colors in percentages

R + G + B = 108 + 137 + 75 = 320 (100%)
R 108 of 320 ~ 33.75%
G 137 of 320 ~ 42.81%
B 75 of 320 ~ 23.44'%

%33.75
%42.81
%23.44

CMYK color model

#6C894B color CMYK value is (21,0,45,46).

  • cyan value is 21.17%
  • magenta value is 0.00%
  • yellow value is 45.26%
  • key color value is 46.27%
CMYK: (21,0,45,46) C21M0Y45K46 (21%,0%,45%,46%) (0.21/0.00/0.45/0.46) 

CMYK percentages

%21.17
%0
%45.26
%46.27

Codes

Color #6C894B in popluar color models

6C 89 4B
RGB 108 137 75
HSL 88° 29.25% 41.57%
HSB/HSV 88° 45.26% 53.73%
CMYK 21.17% 0.00% 45.26%
46.27%

Color #6C894B in popluar number systems.

HEX 6C 89 4B
Decimal 108 137 75
Binary 1101100 10001001 1001011
Octal 154 211 113

Shades and tints

Shades of #6C894B

#6C894B
(108,137,75)
#637D45
(99,125,69)
#5A713F
(90,113,63)
#516539
(81,101,57)
#485933
(72,89,51)
#3F4D2D
(63,77,45)
#364127
(54,65,39)
#2D3521
(45,53,33)
#24291B
(36,41,27)
#1B1D15
(27,29,21)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #6C894B

#6C894B
(108,137,75)
#79935B
(121,147,91)
#869D6B
(134,157,107)
#93A77B
(147,167,123)
#A0B18B
(160,177,139)
#ADBB9B
(173,187,155)
#BAC5AB
(186,197,171)
#C7CFBB
(199,207,187)
#D4D9CB
(212,217,203)
#E1E3DB
(225,227,219)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C894B; }

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

This text font color is #6C894B.

Background Color

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

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

This div background color is #6C894B.

Border color

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

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

This div border color is #6C894B.

Opacity

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

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

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

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

This text has shadow with #6C894B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C894B.

Preview

Color preview on black background

This text has color #6C894B on black background.


Color preview on white background

This text has color #6C894B on white background.


Black color preview on #6C894B background

This text has black color on #6C894B background.


White color preview on #6C894B background

This text has white color on #6C894B background.


Related colors

Complementary color

Complementary color for #hex is #9376B4.


I love getcolorcode.com

Triadic colors

1 #4B6C89 and #894B6C with #6C894B are triadic colors.

2 #4B896C and #896C4B with #6C894B are triadic colors.