COLOR #6B802B

HEX: #6B802B
RGB: (107,128,43)

Color info

#6B802B contains mainly red and green colors. Web safe color of #6B802B is #666633 (or #663).

RGB color model

#6B802B color RGB value is (107,128,43).

  • red value is 107;
  • green value is 128;
  • blue value is 43.
RGB:
(107,128,43)
(42%,50%,17%)

RGB channels and saturation

R 107 of 255 = 42%
G 128 of 255 = 50%
B 43 of 255 = 17%

107
128
43

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

Portions of RGB colors in percentages

R + G + B =
107 + 128 + 43 = 278 (100%)
R 107 of 278 ~ 38.49%
G 128 of 278 ~ 46.04%
B 43 of 278 ~ 15.47%

%38.49
%46.04
%15.47

CMYK color model

#6B802B color CMYK value is (16,0,66,50).

  • cyan value is 16.41%
  • magenta value is 0.00%
  • yellow value is 66.41%
  • key color value is 49.80%
CMYK:
(16,0,66,50)
C16M0Y66K50 
(16%,0%,66%,50%)
(0.16/0.00/0.66/0.50)	

CMYK percentages

%16.41
%0
%66.41
%49.8

Codes

Color #6B802B in popluar color models

6B802B
RGB10712843
HSL75°49.71%33.53%
HSB/HSV75°66.41%50.20%
CMYK16.41%0.00%66.41%
49.80%

Color #6B802B in popluar number systems.

HEX6B802B
Decimal10712843
Binary110101110000000101011
Octal15320053

Shades and tints

Shades of #6B802B

#6B802B
(107,128,43)
#627528
(98,117,40)
#596A25
(89,106,37)
#505F22
(80,95,34)
#47541F
(71,84,31)
#3E491C
(62,73,28)
#353E19
(53,62,25)
#2C3316
(44,51,22)
#232813
(35,40,19)
#1A1D10
(26,29,16)
#11120D
(17,18,13)
#000000
(0,0,0)

Tints of #6B802B

#6B802B
(107,128,43)
#788B3E
(120,139,62)
#859651
(133,150,81)
#92A164
(146,161,100)
#9FAC77
(159,172,119)
#ACB78A
(172,183,138)
#B9C29D
(185,194,157)
#C6CDB0
(198,205,176)
#D3D8C3
(211,216,195)
#E0E3D6
(224,227,214)
#EDEEE9
(237,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B802B color. Also use rgb(107,128,43) instead hex code.

Text Font Color

.myTextColor { color: #6B802B; }

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

This text font color is #6B802B.


Background Color

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

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

This div background color is #6B802B.


Border color

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

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

This div border color is #6B802B.


Opacity

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

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

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

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

This text has shadow with #6B802B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B802B on black background.


Color preview on white background

This text has color #6B802B on white background.



Black color preview on #6B802B background

This text has black color on #6B802B background.


White color preview on #6B802B background

This text has white color on #6B802B background.