COLOR #6B931D

HEX: #6B931D RGB: (107,147,29)

Color info

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

RGB color model

#6B931D color RGB value is (107,147,29).

RGB: (107,147,29) (42%, 58%, 11%)

RGB channels and saturation

R 107 of 255 = 42%
G 147 of 255 = 58%
B 29 of 255 = 11%

107
147
29

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

Portions of RGB colors in percentages

R + G + B = 107 + 147 + 29 = 283 (100%)
R 107 of 283 ~ 37.81%
G 147 of 283 ~ 51.94%
B 29 of 283 ~ 10.25'%

%37.81
%51.94

CMYK color model

#6B931D color CMYK value is (27,0,80,42).

  • cyan value is 27.21%
  • magenta value is 0.00%
  • yellow value is 80.27%
  • key color value is 42.35%

CMYK: (27,0,80,42)
C27M0Y80K42 (27%, 0%, 80%, 42%)
(0.27 / 0.00 / 0.80 / 0.42)

CMYK percentages

%27.21
%0
%80.27
%42.35

Codes

Color #6B931D in popluar color models

6B 93 1D
RGB 107 147 29
HSL 80° 67.05% 34.51%
HSB/HSV 80° 80.27% 57.65%
CMYK 27.21% 0.00% 80.27%
42.35%

Color #6B931D in popluar number systems.

HEX 6B 93 1D
Decimal 107 147 29
Binary 1101011 10010011 11101
Octal 153 223 35

Shades and tints

Shades of #6B931D

#6B931D
(107,147,29)
#62861B
(98,134,27)
#597919
(89,121,25)
#506C17
(80,108,23)
#475F15
(71,95,21)
#3E5213
(62,82,19)
#354511
(53,69,17)
#2C380F
(44,56,15)
#232B0D
(35,43,13)
#1A1E0B
(26,30,11)
#111109
(17,17,9)
#000000
(0,0,0)

Tints of #6B931D

#6B931D
(107,147,29)
#789C31
(120,156,49)
#85A545
(133,165,69)
#92AE59
(146,174,89)
#9FB76D
(159,183,109)
#ACC081
(172,192,129)
#B9C995
(185,201,149)
#C6D2A9
(198,210,169)
#D3DBBD
(211,219,189)
#E0E4D1
(224,228,209)
#EDEDE5
(237,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B931D color. Also use rgb(107,147,29) instead hex code.

Text Font Color

.myTextColor { color: #6B931D; }

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

This text font color is #6B931D.

Background Color

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

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

This div background color is #6B931D.

Border color

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

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

This div border color is #6B931D.

Opacity

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

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

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

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

This text has shadow with #6B931D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B931D.

Preview

Color preview on black background

This text has color #6B931D on black background.


Color preview on white background

This text has color #6B931D on white background.


Black color preview on #6B931D background

This text has black color on #6B931D background.


White color preview on #6B931D background

This text has white color on #6B931D background.


Related colors

Complementary color

Complementary color for #hex is #946CE2.


I love getcolorcode.com

Triadic colors

1 #1D6B93 and #931D6B with #6B931D are triadic colors.

2 #1D936B and #936B1D with #6B931D are triadic colors.