COLOR #6B996F

HEX: #6B996F
RGB: (107,153,111)

Color info

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

RGB color model

#6B996F color RGB value is (107,153,111).

  • red value is 107;
  • green value is 153;
  • blue value is 111.
RGB:
(107,153,111)
(42%,60%,44%)

RGB channels and saturation

R 107 of 255 = 42%
G 153 of 255 = 60%
B 111 of 255 = 44%

107
153
111

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

Portions of RGB colors in percentages

R + G + B =
107 + 153 + 111 = 371 (100%)
R 107 of 371 ~ 28.84%
G 153 of 371 ~ 41.24%
B 111 of 371 ~ 29.92%

%28.84
%41.24
%29.92

CMYK color model

#6B996F color CMYK value is (30,0,27,40).

  • cyan value is 30.07%
  • magenta value is 0.00%
  • yellow value is 27.45%
  • key color value is 40.00%
CMYK:
(30,0,27,40)
C30M0Y27K40 
(30%,0%,27%,40%)
(0.30/0.00/0.27/0.40)	

CMYK percentages

%30.07
%0
%27.45
%40

Codes

Color #6B996F in popluar color models

6B996F
RGB107153111
HSL125°18.40%50.98%
HSB/HSV125°30.07%60.00%
CMYK30.07%0.00%27.45%
40.00%

Color #6B996F in popluar number systems.

HEX6B996F
Decimal107153111
Binary1101011100110011101111
Octal153231157

Shades and tints

Shades of #6B996F

#6B996F
(107,153,111)
#628C65
(98,140,101)
#597F5B
(89,127,91)
#507251
(80,114,81)
#476547
(71,101,71)
#3E583D
(62,88,61)
#354B33
(53,75,51)
#2C3E29
(44,62,41)
#23311F
(35,49,31)
#1A2415
(26,36,21)
#11170B
(17,23,11)
#000000
(0,0,0)

Tints of #6B996F

#6B996F
(107,153,111)
#78A27C
(120,162,124)
#85AB89
(133,171,137)
#92B496
(146,180,150)
#9FBDA3
(159,189,163)
#ACC6B0
(172,198,176)
#B9CFBD
(185,207,189)
#C6D8CA
(198,216,202)
#D3E1D7
(211,225,215)
#E0EAE4
(224,234,228)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B996F; }

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

This text font color is #6B996F.


Background Color

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

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

This div background color is #6B996F.


Border color

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

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

This div border color is #6B996F.


Opacity

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

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

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

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

This text has shadow with #6B996F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B996F on black background.


Color preview on white background

This text has color #6B996F on white background.



Black color preview on #6B996F background

This text has black color on #6B996F background.


White color preview on #6B996F background

This text has white color on #6B996F background.