COLOR #6B964B

HEX: #6B964B
RGB: (107,150,75)

Color info

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

RGB color model

#6B964B color RGB value is (107,150,75).

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

RGB channels and saturation

R 107 of 255 = 42%
G 150 of 255 = 59%
B 75 of 255 = 29%

107
150
75

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

Portions of RGB colors in percentages

R + G + B =
107 + 150 + 75 = 332 (100%)
R 107 of 332 ~ 32.23%
G 150 of 332 ~ 45.18%
B 75 of 332 ~ 22.59%

%32.23
%45.18
%22.59

CMYK color model

#6B964B color CMYK value is (29,0,50,41).

  • cyan value is 28.67%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 41.18%
CMYK:
(29,0,50,41)
C29M0Y50K41 
(29%,0%,50%,41%)
(0.29/0.00/0.50/0.41)	

CMYK percentages

%28.67
%0
%50
%41.18

Codes

Color #6B964B in popluar color models

6B964B
RGB10715075
HSL94°33.33%44.12%
HSB/HSV94°50.00%58.82%
CMYK28.67%0.00%50.00%
41.18%

Color #6B964B in popluar number systems.

HEX6B964B
Decimal10715075
Binary1101011100101101001011
Octal153226113

Shades and tints

Shades of #6B964B

#6B964B
(107,150,75)
#628945
(98,137,69)
#597C3F
(89,124,63)
#506F39
(80,111,57)
#476233
(71,98,51)
#3E552D
(62,85,45)
#354827
(53,72,39)
#2C3B21
(44,59,33)
#232E1B
(35,46,27)
#1A2115
(26,33,21)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #6B964B

#6B964B
(107,150,75)
#789F5B
(120,159,91)
#85A86B
(133,168,107)
#92B17B
(146,177,123)
#9FBA8B
(159,186,139)
#ACC39B
(172,195,155)
#B9CCAB
(185,204,171)
#C6D5BB
(198,213,187)
#D3DECB
(211,222,203)
#E0E7DB
(224,231,219)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B964B; }

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

This text font color is #6B964B.


Background Color

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

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

This div background color is #6B964B.


Border color

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

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

This div border color is #6B964B.


Opacity

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

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

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

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

This text has shadow with #6B964B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B964B on black background.


Color preview on white background

This text has color #6B964B on white background.



Black color preview on #6B964B background

This text has black color on #6B964B background.


White color preview on #6B964B background

This text has white color on #6B964B background.