COLOR #6B8926

HEX: #6B8926
RGB: (107,137,38)

Color info

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

RGB color model

#6B8926 color RGB value is (107,137,38).

  • red value is 107;
  • green value is 137;
  • blue value is 38.
RGB:
(107,137,38)
(42%,54%,15%)

RGB channels and saturation

R 107 of 255 = 42%
G 137 of 255 = 54%
B 38 of 255 = 15%

107
137
38

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

Portions of RGB colors in percentages

R + G + B =
107 + 137 + 38 = 282 (100%)
R 107 of 282 ~ 37.94%
G 137 of 282 ~ 48.58%
B 38 of 282 ~ 13.48%

%37.94
%48.58
%13.48

CMYK color model

#6B8926 color CMYK value is (22,0,72,46).

  • cyan value is 21.90%
  • magenta value is 0.00%
  • yellow value is 72.26%
  • key color value is 46.27%
CMYK:
(22,0,72,46)
C22M0Y72K46 
(22%,0%,72%,46%)
(0.22/0.00/0.72/0.46)	

CMYK percentages

%21.9
%0
%72.26
%46.27

Codes

Color #6B8926 in popluar color models

6B8926
RGB10713738
HSL78°56.57%34.31%
HSB/HSV78°72.26%53.73%
CMYK21.90%0.00%72.26%
46.27%

Color #6B8926 in popluar number systems.

HEX6B8926
Decimal10713738
Binary110101110001001100110
Octal15321146

Shades and tints

Shades of #6B8926

#6B8926
(107,137,38)
#627D23
(98,125,35)
#597120
(89,113,32)
#50651D
(80,101,29)
#47591A
(71,89,26)
#3E4D17
(62,77,23)
#354114
(53,65,20)
#2C3511
(44,53,17)
#23290E
(35,41,14)
#1A1D0B
(26,29,11)
#111108
(17,17,8)
#000000
(0,0,0)

Tints of #6B8926

#6B8926
(107,137,38)
#789339
(120,147,57)
#859D4C
(133,157,76)
#92A75F
(146,167,95)
#9FB172
(159,177,114)
#ACBB85
(172,187,133)
#B9C598
(185,197,152)
#C6CFAB
(198,207,171)
#D3D9BE
(211,217,190)
#E0E3D1
(224,227,209)
#EDEDE4
(237,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8926 color. Also use rgb(107,137,38) instead hex code.

Text Font Color

.myTextColor { color: #6B8926; }

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

This text font color is #6B8926.


Background Color

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

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

This div background color is #6B8926.


Border color

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

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

This div border color is #6B8926.


Opacity

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

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

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

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

This text has shadow with #6B8926 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8926 on black background.


Color preview on white background

This text has color #6B8926 on white background.



Black color preview on #6B8926 background

This text has black color on #6B8926 background.


White color preview on #6B8926 background

This text has white color on #6B8926 background.