COLOR #6B964C

HEX: #6B964C
RGB: (107,150,76)

Color info

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

RGB color model

#6B964C color RGB value is (107,150,76).

  • red value is 107;
  • green value is 150;
  • blue value is 76.
RGB:
(107,150,76)
(42%,59%,30%)

RGB channels and saturation

R 107 of 255 = 42%
G 150 of 255 = 59%
B 76 of 255 = 30%

107
150
76

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

Portions of RGB colors in percentages

R + G + B =
107 + 150 + 76 = 333 (100%)
R 107 of 333 ~ 32.13%
G 150 of 333 ~ 45.05%
B 76 of 333 ~ 22.82%

%32.13
%45.05
%22.82

CMYK color model

#6B964C color CMYK value is (29,0,49,41).

  • cyan value is 28.67%
  • magenta value is 0.00%
  • yellow value is 49.33%
  • key color value is 41.18%
CMYK:
(29,0,49,41)
C29M0Y49K41 
(29%,0%,49%,41%)
(0.29/0.00/0.49/0.41)	

CMYK percentages

%28.67
%0
%49.33
%41.18

Codes

Color #6B964C in popluar color models

6B964C
RGB10715076
HSL95°32.74%44.31%
HSB/HSV95°49.33%58.82%
CMYK28.67%0.00%49.33%
41.18%

Color #6B964C in popluar number systems.

HEX6B964C
Decimal10715076
Binary1101011100101101001100
Octal153226114

Shades and tints

Shades of #6B964C

#6B964C
(107,150,76)
#628946
(98,137,70)
#597C40
(89,124,64)
#506F3A
(80,111,58)
#476234
(71,98,52)
#3E552E
(62,85,46)
#354828
(53,72,40)
#2C3B22
(44,59,34)
#232E1C
(35,46,28)
#1A2116
(26,33,22)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #6B964C

#6B964C
(107,150,76)
#789F5C
(120,159,92)
#85A86C
(133,168,108)
#92B17C
(146,177,124)
#9FBA8C
(159,186,140)
#ACC39C
(172,195,156)
#B9CCAC
(185,204,172)
#C6D5BC
(198,213,188)
#D3DECC
(211,222,204)
#E0E7DC
(224,231,220)
#EDF0EC
(237,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B964C; }

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

This text font color is #6B964C.


Background Color

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

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

This div background color is #6B964C.


Border color

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

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

This div border color is #6B964C.


Opacity

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

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

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

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

This text has shadow with #6B964C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B964C on black background.


Color preview on white background

This text has color #6B964C on white background.



Black color preview on #6B964C background

This text has black color on #6B964C background.


White color preview on #6B964C background

This text has white color on #6B964C background.