COLOR #6C811B

HEX: #6C811B RGB: (108,129,27)

Color info

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

RGB color model

#6C811B color RGB value is (108,129,27).

RGB: (108,129,27) (42%, 51%, 11%)

RGB channels and saturation

R 108 of 255 = 42%
G 129 of 255 = 51%
B 27 of 255 = 11%

108
129
27

R + G + B ~ 35%. #6C811B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 129 + 27 = 264 (100%)
R 108 of 264 ~ 40.91%
G 129 of 264 ~ 48.86%
B 27 of 264 ~ 10.23'%

%40.91
%48.86
%10.23

CMYK color model

#6C811B color CMYK value is (16,0,79,49).

  • cyan value is 16.28%
  • magenta value is 0.00%
  • yellow value is 79.07%
  • key color value is 49.41%
CMYK: (16,0,79,49) C16M0Y79K49 (16%,0%,79%,49%) (0.16/0.00/0.79/0.49) 

CMYK percentages

%16.28
%0
%79.07
%49.41

Codes

Color #6C811B in popluar color models

6C 81 1B
RGB 108 129 27
HSL 72° 65.38% 30.59%
HSB/HSV 72° 79.07% 50.59%
CMYK 16.28% 0.00% 79.07%
49.41%

Color #6C811B in popluar number systems.

HEX 6C 81 1B
Decimal 108 129 27
Binary 1101100 10000001 11011
Octal 154 201 33

Shades and tints

Shades of #6C811B

#6C811B
(108,129,27)
#637619
(99,118,25)
#5A6B17
(90,107,23)
#516015
(81,96,21)
#485513
(72,85,19)
#3F4A11
(63,74,17)
#363F0F
(54,63,15)
#2D340D
(45,52,13)
#24290B
(36,41,11)
#1B1E09
(27,30,9)
#121307
(18,19,7)
#000000
(0,0,0)

Tints of #6C811B

#6C811B
(108,129,27)
#798C2F
(121,140,47)
#869743
(134,151,67)
#93A257
(147,162,87)
#A0AD6B
(160,173,107)
#ADB87F
(173,184,127)
#BAC393
(186,195,147)
#C7CEA7
(199,206,167)
#D4D9BB
(212,217,187)
#E1E4CF
(225,228,207)
#EEEFE3
(238,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C811B; }

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

This text font color is #6C811B.

Background Color

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

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

This div background color is #6C811B.

Border color

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

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

This div border color is #6C811B.

Opacity

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

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

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

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

This text has shadow with #6C811B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C811B.

Preview

Color preview on black background

This text has color #6C811B on black background.


Color preview on white background

This text has color #6C811B on white background.


Black color preview on #6C811B background

This text has black color on #6C811B background.


White color preview on #6C811B background

This text has white color on #6C811B background.


Related colors

Complementary color

Complementary color for #hex is #937EE4.


I love getcolorcode.com

Triadic colors

1 #1B6C81 and #811B6C with #6C811B are triadic colors.

2 #1B816C and #816C1B with #6C811B are triadic colors.