COLOR #6B995E

HEX: #6B995E
RGB: (107,153,94)

Color info

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

RGB color model

#6B995E color RGB value is (107,153,94).

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

RGB channels and saturation

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

107
153
94

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

Portions of RGB colors in percentages

R + G + B =
107 + 153 + 94 = 354 (100%)
R 107 of 354 ~ 30.23%
G 153 of 354 ~ 43.22%
B 94 of 354 ~ 26.55%

%30.23
%43.22
%26.55

CMYK color model

#6B995E color CMYK value is (30,0,39,40).

  • cyan value is 30.07%
  • magenta value is 0.00%
  • yellow value is 38.56%
  • key color value is 40.00%
CMYK:
(30,0,39,40)
C30M0Y39K40 
(30%,0%,39%,40%)
(0.30/0.00/0.39/0.40)	

CMYK percentages

%30.07
%0
%38.56
%40

Codes

Color #6B995E in popluar color models

6B995E
RGB10715394
HSL107°23.89%48.43%
HSB/HSV107°38.56%60.00%
CMYK30.07%0.00%38.56%
40.00%

Color #6B995E in popluar number systems.

HEX6B995E
Decimal10715394
Binary1101011100110011011110
Octal153231136

Shades and tints

Shades of #6B995E

#6B995E
(107,153,94)
#628C56
(98,140,86)
#597F4E
(89,127,78)
#507246
(80,114,70)
#47653E
(71,101,62)
#3E5836
(62,88,54)
#354B2E
(53,75,46)
#2C3E26
(44,62,38)
#23311E
(35,49,30)
#1A2416
(26,36,22)
#11170E
(17,23,14)
#000000
(0,0,0)

Tints of #6B995E

#6B995E
(107,153,94)
#78A26C
(120,162,108)
#85AB7A
(133,171,122)
#92B488
(146,180,136)
#9FBD96
(159,189,150)
#ACC6A4
(172,198,164)
#B9CFB2
(185,207,178)
#C6D8C0
(198,216,192)
#D3E1CE
(211,225,206)
#E0EADC
(224,234,220)
#EDF3EA
(237,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B995E; }

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

This text font color is #6B995E.


Background Color

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

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

This div background color is #6B995E.


Border color

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

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

This div border color is #6B995E.


Opacity

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

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

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

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

This text has shadow with #6B995E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B995E on black background.


Color preview on white background

This text has color #6B995E on white background.



Black color preview on #6B995E background

This text has black color on #6B995E background.


White color preview on #6B995E background

This text has white color on #6B995E background.