COLOR #6B9C2B

HEX: #6B9C2B
RGB: (107,156,43)

Color info

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

RGB color model

#6B9C2B color RGB value is (107,156,43).

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

RGB channels and saturation

R 107 of 255 = 42%
G 156 of 255 = 61%
B 43 of 255 = 17%

107
156
43

R + G + B ~ 40%. #6B9C2B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
107 + 156 + 43 = 306 (100%)
R 107 of 306 ~ 34.97%
G 156 of 306 ~ 50.98%
B 43 of 306 ~ 14.05%

%34.97
%50.98
%14.05

CMYK color model

#6B9C2B color CMYK value is (31,0,72,39).

  • cyan value is 31.41%
  • magenta value is 0.00%
  • yellow value is 72.44%
  • key color value is 38.82%
CMYK:
(31,0,72,39)
C31M0Y72K39 
(31%,0%,72%,39%)
(0.31/0.00/0.72/0.39)	

CMYK percentages

%31.41
%0
%72.44
%38.82

Codes

Color #6B9C2B in popluar color models

6B9C2B
RGB10715643
HSL86°56.78%39.02%
HSB/HSV86°72.44%61.18%
CMYK31.41%0.00%72.44%
38.82%

Color #6B9C2B in popluar number systems.

HEX6B9C2B
Decimal10715643
Binary110101110011100101011
Octal15323453

Shades and tints

Shades of #6B9C2B

#6B9C2B
(107,156,43)
#628E28
(98,142,40)
#598025
(89,128,37)
#507222
(80,114,34)
#47641F
(71,100,31)
#3E561C
(62,86,28)
#354819
(53,72,25)
#2C3A16
(44,58,22)
#232C13
(35,44,19)
#1A1E10
(26,30,16)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #6B9C2B

#6B9C2B
(107,156,43)
#78A53E
(120,165,62)
#85AE51
(133,174,81)
#92B764
(146,183,100)
#9FC077
(159,192,119)
#ACC98A
(172,201,138)
#B9D29D
(185,210,157)
#C6DBB0
(198,219,176)
#D3E4C3
(211,228,195)
#E0EDD6
(224,237,214)
#EDF6E9
(237,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B9C2B; }

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

This text font color is #6B9C2B.


Background Color

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

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

This div background color is #6B9C2B.


Border color

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

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

This div border color is #6B9C2B.


Opacity

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

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

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

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

This text has shadow with #6B9C2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B9C2B on black background.


Color preview on white background

This text has color #6B9C2B on white background.



Black color preview on #6B9C2B background

This text has black color on #6B9C2B background.


White color preview on #6B9C2B background

This text has white color on #6B9C2B background.