COLOR #6C8123

HEX: #6C8123
RGB: (108,129,35)

Color info

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

RGB color model

#6C8123 color RGB value is (108,129,35).

  • red value is 108;
  • green value is 129;
  • blue value is 35.
RGB:
(108,129,35)
(42%,51%,14%)

RGB channels and saturation

R 108 of 255 = 42%
G 129 of 255 = 51%
B 35 of 255 = 14%

108
129
35

R + G + B ~ 36%. #6C8123 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 129 + 35 = 272 (100%)
R 108 of 272 ~ 39.71%
G 129 of 272 ~ 47.43%
B 35 of 272 ~ 12.87%

%39.71
%47.43
%12.87

CMYK color model

#6C8123 color CMYK value is (16,0,73,49).

  • cyan value is 16.28%
  • magenta value is 0.00%
  • yellow value is 72.87%
  • key color value is 49.41%
CMYK:
(16,0,73,49)
C16M0Y73K49 
(16%,0%,73%,49%)
(0.16/0.00/0.73/0.49)	

CMYK percentages

%16.28
%0
%72.87
%49.41

Codes

Color #6C8123 in popluar color models

6C8123
RGB10812935
HSL73°57.32%32.16%
HSB/HSV73°72.87%50.59%
CMYK16.28%0.00%72.87%
49.41%

Color #6C8123 in popluar number systems.

HEX6C8123
Decimal10812935
Binary110110010000001100011
Octal15420143

Shades and tints

Shades of #6C8123

#6C8123
(108,129,35)
#637620
(99,118,32)
#5A6B1D
(90,107,29)
#51601A
(81,96,26)
#485517
(72,85,23)
#3F4A14
(63,74,20)
#363F11
(54,63,17)
#2D340E
(45,52,14)
#24290B
(36,41,11)
#1B1E08
(27,30,8)
#121305
(18,19,5)
#000000
(0,0,0)

Tints of #6C8123

#6C8123
(108,129,35)
#798C37
(121,140,55)
#86974B
(134,151,75)
#93A25F
(147,162,95)
#A0AD73
(160,173,115)
#ADB887
(173,184,135)
#BAC39B
(186,195,155)
#C7CEAF
(199,206,175)
#D4D9C3
(212,217,195)
#E1E4D7
(225,228,215)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8123 color. Also use rgb(108,129,35) instead hex code.

Text Font Color

.myTextColor { color: #6C8123; }

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

This text font color is #6C8123.


Background Color

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

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

This div background color is #6C8123.


Border color

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

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

This div border color is #6C8123.


Opacity

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

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

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

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

This text has shadow with #6C8123 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8123 on black background.


Color preview on white background

This text has color #6C8123 on white background.



Black color preview on #6C8123 background

This text has black color on #6C8123 background.


White color preview on #6C8123 background

This text has white color on #6C8123 background.