COLOR #6B9C6B

HEX: #6B9C6B
RGB: (107,156,107)

Color info

#6B9C6B contains red, green and blue colors in about the same proportion. Web safe color of #6B9C6B is #669966 (or #696).

RGB color model

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

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

RGB channels and saturation

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

107
156
107

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

Portions of RGB colors in percentages

R + G + B =
107 + 156 + 107 = 370 (100%)
R 107 of 370 ~ 28.92%
G 156 of 370 ~ 42.16%
B 107 of 370 ~ 28.92%

%28.92
%42.16
%28.92

CMYK color model

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

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

CMYK percentages

%31.41
%0
%31.41
%38.82

Codes

Color #6B9C6B in popluar color models

6B9C6B
RGB107156107
HSL120°19.84%51.57%
HSB/HSV120°31.41%61.18%
CMYK31.41%0.00%31.41%
38.82%

Color #6B9C6B in popluar number systems.

HEX6B9C6B
Decimal107156107
Binary1101011100111001101011
Octal153234153

Shades and tints

Shades of #6B9C6B

#6B9C6B
(107,156,107)
#628E62
(98,142,98)
#598059
(89,128,89)
#507250
(80,114,80)
#476447
(71,100,71)
#3E563E
(62,86,62)
#354835
(53,72,53)
#2C3A2C
(44,58,44)
#232C23
(35,44,35)
#1A1E1A
(26,30,26)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #6B9C6B

#6B9C6B
(107,156,107)
#78A578
(120,165,120)
#85AE85
(133,174,133)
#92B792
(146,183,146)
#9FC09F
(159,192,159)
#ACC9AC
(172,201,172)
#B9D2B9
(185,210,185)
#C6DBC6
(198,219,198)
#D3E4D3
(211,228,211)
#E0EDE0
(224,237,224)
#EDF6ED
(237,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B9C6B; }

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

This text font color is #6B9C6B.


Background Color

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

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

This div background color is #6B9C6B.


Border color

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

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

This div border color is #6B9C6B.


Opacity

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

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

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

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

This text has shadow with #6B9C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B9C6B on black background.


Color preview on white background

This text has color #6B9C6B on white background.



Black color preview on #6B9C6B background

This text has black color on #6B9C6B background.


White color preview on #6B9C6B background

This text has white color on #6B9C6B background.