COLOR #6B995F

HEX: #6B995F
RGB: (107,153,95)

Color info

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

RGB color model

#6B995F color RGB value is (107,153,95).

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

RGB channels and saturation

R 107 of 255 = 42%
G 153 of 255 = 60%
B 95 of 255 = 37%

107
153
95

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

Portions of RGB colors in percentages

R + G + B =
107 + 153 + 95 = 355 (100%)
R 107 of 355 ~ 30.14%
G 153 of 355 ~ 43.1%
B 95 of 355 ~ 26.76%

%30.14
%43.1
%26.76

CMYK color model

#6B995F color CMYK value is (30,0,38,40).

  • cyan value is 30.07%
  • magenta value is 0.00%
  • yellow value is 37.91%
  • key color value is 40.00%
CMYK:
(30,0,38,40)
C30M0Y38K40 
(30%,0%,38%,40%)
(0.30/0.00/0.38/0.40)	

CMYK percentages

%30.07
%0
%37.91
%40

Codes

Color #6B995F in popluar color models

6B995F
RGB10715395
HSL108°23.39%48.63%
HSB/HSV108°37.91%60.00%
CMYK30.07%0.00%37.91%
40.00%

Color #6B995F in popluar number systems.

HEX6B995F
Decimal10715395
Binary1101011100110011011111
Octal153231137

Shades and tints

Shades of #6B995F

#6B995F
(107,153,95)
#628C57
(98,140,87)
#597F4F
(89,127,79)
#507247
(80,114,71)
#47653F
(71,101,63)
#3E5837
(62,88,55)
#354B2F
(53,75,47)
#2C3E27
(44,62,39)
#23311F
(35,49,31)
#1A2417
(26,36,23)
#11170F
(17,23,15)
#000000
(0,0,0)

Tints of #6B995F

#6B995F
(107,153,95)
#78A26D
(120,162,109)
#85AB7B
(133,171,123)
#92B489
(146,180,137)
#9FBD97
(159,189,151)
#ACC6A5
(172,198,165)
#B9CFB3
(185,207,179)
#C6D8C1
(198,216,193)
#D3E1CF
(211,225,207)
#E0EADD
(224,234,221)
#EDF3EB
(237,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B995F; }

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

This text font color is #6B995F.


Background Color

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

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

This div background color is #6B995F.


Border color

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

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

This div border color is #6B995F.


Opacity

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

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

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

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

This text has shadow with #6B995F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B995F on black background.


Color preview on white background

This text has color #6B995F on white background.



Black color preview on #6B995F background

This text has black color on #6B995F background.


White color preview on #6B995F background

This text has white color on #6B995F background.