COLOR #6C8825

HEX: #6C8825
RGB: (108,136,37)

Color info

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

RGB color model

#6C8825 color RGB value is (108,136,37).

  • red value is 108;
  • green value is 136;
  • blue value is 37.
RGB:
(108,136,37)
(42%,53%,15%)

RGB channels and saturation

R 108 of 255 = 42%
G 136 of 255 = 53%
B 37 of 255 = 15%

108
136
37

R + G + B ~ 37%. #6C8825 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 136 + 37 = 281 (100%)
R 108 of 281 ~ 38.43%
G 136 of 281 ~ 48.4%
B 37 of 281 ~ 13.17%

%38.43
%48.4
%13.17

CMYK color model

#6C8825 color CMYK value is (21,0,73,47).

  • cyan value is 20.59%
  • magenta value is 0.00%
  • yellow value is 72.79%
  • key color value is 46.67%
CMYK:
(21,0,73,47)
C21M0Y73K47 
(21%,0%,73%,47%)
(0.21/0.00/0.73/0.47)	

CMYK percentages

%20.59
%0
%72.79
%46.67

Codes

Color #6C8825 in popluar color models

6C8825
RGB10813637
HSL77°57.23%33.92%
HSB/HSV77°72.79%53.33%
CMYK20.59%0.00%72.79%
46.67%

Color #6C8825 in popluar number systems.

HEX6C8825
Decimal10813637
Binary110110010001000100101
Octal15421045

Shades and tints

Shades of #6C8825

#6C8825
(108,136,37)
#637C22
(99,124,34)
#5A701F
(90,112,31)
#51641C
(81,100,28)
#485819
(72,88,25)
#3F4C16
(63,76,22)
#364013
(54,64,19)
#2D3410
(45,52,16)
#24280D
(36,40,13)
#1B1C0A
(27,28,10)
#121007
(18,16,7)
#000000
(0,0,0)

Tints of #6C8825

#6C8825
(108,136,37)
#799238
(121,146,56)
#869C4B
(134,156,75)
#93A65E
(147,166,94)
#A0B071
(160,176,113)
#ADBA84
(173,186,132)
#BAC497
(186,196,151)
#C7CEAA
(199,206,170)
#D4D8BD
(212,216,189)
#E1E2D0
(225,226,208)
#EEECE3
(238,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8825 color. Also use rgb(108,136,37) instead hex code.

Text Font Color

.myTextColor { color: #6C8825; }

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

This text font color is #6C8825.


Background Color

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

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

This div background color is #6C8825.


Border color

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

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

This div border color is #6C8825.


Opacity

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

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

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

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

This text has shadow with #6C8825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8825 on black background.


Color preview on white background

This text has color #6C8825 on white background.



Black color preview on #6C8825 background

This text has black color on #6C8825 background.


White color preview on #6C8825 background

This text has white color on #6C8825 background.