COLOR #6B9C6C

HEX: #6B9C6C
RGB: (107,156,108)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

107
156
108

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

Portions of RGB colors in percentages

R + G + B =
107 + 156 + 108 = 371 (100%)
R 107 of 371 ~ 28.84%
G 156 of 371 ~ 42.05%
B 108 of 371 ~ 29.11%

%28.84
%42.05
%29.11

CMYK color model

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

  • cyan value is 31.41%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • 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
%30.77
%38.82

Codes

Color #6B9C6C in popluar color models

6B9C6C
RGB107156108
HSL121°19.84%51.57%
HSB/HSV121°31.41%61.18%
CMYK31.41%0.00%30.77%
38.82%

Color #6B9C6C in popluar number systems.

HEX6B9C6C
Decimal107156108
Binary1101011100111001101100
Octal153234154

Shades and tints

Shades of #6B9C6C

#6B9C6C
(107,156,108)
#628E63
(98,142,99)
#59805A
(89,128,90)
#507251
(80,114,81)
#476448
(71,100,72)
#3E563F
(62,86,63)
#354836
(53,72,54)
#2C3A2D
(44,58,45)
#232C24
(35,44,36)
#1A1E1B
(26,30,27)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #6B9C6C

#6B9C6C
(107,156,108)
#78A579
(120,165,121)
#85AE86
(133,174,134)
#92B793
(146,183,147)
#9FC0A0
(159,192,160)
#ACC9AD
(172,201,173)
#B9D2BA
(185,210,186)
#C6DBC7
(198,219,199)
#D3E4D4
(211,228,212)
#E0EDE1
(224,237,225)
#EDF6EE
(237,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B9C6C; }

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

This text font color is #6B9C6C.


Background Color

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

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

This div background color is #6B9C6C.


Border color

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

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

This div border color is #6B9C6C.


Opacity

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

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

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

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

This text has shadow with #6B9C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B9C6C on black background.


Color preview on white background

This text has color #6B9C6C on white background.



Black color preview on #6B9C6C background

This text has black color on #6B9C6C background.


White color preview on #6B9C6C background

This text has white color on #6B9C6C background.