COLOR #6B976C

HEX: #6B976C
RGB: (107,151,108)

Color info

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

RGB color model

#6B976C color RGB value is (107,151,108).

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

RGB channels and saturation

R 107 of 255 = 42%
G 151 of 255 = 59%
B 108 of 255 = 42%

107
151
108

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

Portions of RGB colors in percentages

R + G + B =
107 + 151 + 108 = 366 (100%)
R 107 of 366 ~ 29.23%
G 151 of 366 ~ 41.26%
B 108 of 366 ~ 29.51%

%29.23
%41.26
%29.51

CMYK color model

#6B976C color CMYK value is (29,0,28,41).

  • cyan value is 29.14%
  • magenta value is 0.00%
  • yellow value is 28.48%
  • key color value is 40.78%
CMYK:
(29,0,28,41)
C29M0Y28K41 
(29%,0%,28%,41%)
(0.29/0.00/0.28/0.41)	

CMYK percentages

%29.14
%0
%28.48
%40.78

Codes

Color #6B976C in popluar color models

6B976C
RGB107151108
HSL121°17.46%50.59%
HSB/HSV121°29.14%59.22%
CMYK29.14%0.00%28.48%
40.78%

Color #6B976C in popluar number systems.

HEX6B976C
Decimal107151108
Binary1101011100101111101100
Octal153227154

Shades and tints

Shades of #6B976C

#6B976C
(107,151,108)
#628A63
(98,138,99)
#597D5A
(89,125,90)
#507051
(80,112,81)
#476348
(71,99,72)
#3E563F
(62,86,63)
#354936
(53,73,54)
#2C3C2D
(44,60,45)
#232F24
(35,47,36)
#1A221B
(26,34,27)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #6B976C

#6B976C
(107,151,108)
#78A079
(120,160,121)
#85A986
(133,169,134)
#92B293
(146,178,147)
#9FBBA0
(159,187,160)
#ACC4AD
(172,196,173)
#B9CDBA
(185,205,186)
#C6D6C7
(198,214,199)
#D3DFD4
(211,223,212)
#E0E8E1
(224,232,225)
#EDF1EE
(237,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B976C; }

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

This text font color is #6B976C.


Background Color

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

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

This div background color is #6B976C.


Border color

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

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

This div border color is #6B976C.


Opacity

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

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

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

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

This text has shadow with #6B976C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B976C on black background.


Color preview on white background

This text has color #6B976C on white background.



Black color preview on #6B976C background

This text has black color on #6B976C background.


White color preview on #6B976C background

This text has white color on #6B976C background.