COLOR #6C874B

HEX: #6C874B
RGB: (108,135,75)

Color info

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

RGB color model

#6C874B color RGB value is (108,135,75).

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

RGB channels and saturation

R 108 of 255 = 42%
G 135 of 255 = 53%
B 75 of 255 = 29%

108
135
75

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

Portions of RGB colors in percentages

R + G + B =
108 + 135 + 75 = 318 (100%)
R 108 of 318 ~ 33.96%
G 135 of 318 ~ 42.45%
B 75 of 318 ~ 23.58%

%33.96
%42.45
%23.58

CMYK color model

#6C874B color CMYK value is (20,0,44,47).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 47.06%
CMYK:
(20,0,44,47)
C20M0Y44K47 
(20%,0%,44%,47%)
(0.20/0.00/0.44/0.47)	

CMYK percentages

%20
%0
%44.44
%47.06

Codes

Color #6C874B in popluar color models

6C874B
RGB10813575
HSL87°28.57%41.18%
HSB/HSV87°44.44%52.94%
CMYK20.00%0.00%44.44%
47.06%

Color #6C874B in popluar number systems.

HEX6C874B
Decimal10813575
Binary1101100100001111001011
Octal154207113

Shades and tints

Shades of #6C874B

#6C874B
(108,135,75)
#637B45
(99,123,69)
#5A6F3F
(90,111,63)
#516339
(81,99,57)
#485733
(72,87,51)
#3F4B2D
(63,75,45)
#363F27
(54,63,39)
#2D3321
(45,51,33)
#24271B
(36,39,27)
#1B1B15
(27,27,21)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #6C874B

#6C874B
(108,135,75)
#79915B
(121,145,91)
#869B6B
(134,155,107)
#93A57B
(147,165,123)
#A0AF8B
(160,175,139)
#ADB99B
(173,185,155)
#BAC3AB
(186,195,171)
#C7CDBB
(199,205,187)
#D4D7CB
(212,215,203)
#E1E1DB
(225,225,219)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C874B; }

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

This text font color is #6C874B.


Background Color

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

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

This div background color is #6C874B.


Border color

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

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

This div border color is #6C874B.


Opacity

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

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

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

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

This text has shadow with #6C874B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C874B on black background.


Color preview on white background

This text has color #6C874B on white background.



Black color preview on #6C874B background

This text has black color on #6C874B background.


White color preview on #6C874B background

This text has white color on #6C874B background.