COLOR #6B8B75

HEX: #6B8B75
RGB: (107,139,117)

Color info

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

RGB color model

#6B8B75 color RGB value is (107,139,117).

  • red value is 107;
  • green value is 139;
  • blue value is 117.
RGB:
(107,139,117)
(42%,55%,46%)

RGB channels and saturation

R 107 of 255 = 42%
G 139 of 255 = 55%
B 117 of 255 = 46%

107
139
117

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

Portions of RGB colors in percentages

R + G + B =
107 + 139 + 117 = 363 (100%)
R 107 of 363 ~ 29.48%
G 139 of 363 ~ 38.29%
B 117 of 363 ~ 32.23%

%29.48
%38.29
%32.23

CMYK color model

#6B8B75 color CMYK value is (23,0,16,45).

  • cyan value is 23.02%
  • magenta value is 0.00%
  • yellow value is 15.83%
  • key color value is 45.49%
CMYK:
(23,0,16,45)
C23M0Y16K45 
(23%,0%,16%,45%)
(0.23/0.00/0.16/0.45)	

CMYK percentages

%23.02
%0
%15.83
%45.49

Codes

Color #6B8B75 in popluar color models

6B8B75
RGB107139117
HSL139°13.01%48.24%
HSB/HSV139°23.02%54.51%
CMYK23.02%0.00%15.83%
45.49%

Color #6B8B75 in popluar number systems.

HEX6B8B75
Decimal107139117
Binary1101011100010111110101
Octal153213165

Shades and tints

Shades of #6B8B75

#6B8B75
(107,139,117)
#627F6B
(98,127,107)
#597361
(89,115,97)
#506757
(80,103,87)
#475B4D
(71,91,77)
#3E4F43
(62,79,67)
#354339
(53,67,57)
#2C372F
(44,55,47)
#232B25
(35,43,37)
#1A1F1B
(26,31,27)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #6B8B75

#6B8B75
(107,139,117)
#789581
(120,149,129)
#859F8D
(133,159,141)
#92A999
(146,169,153)
#9FB3A5
(159,179,165)
#ACBDB1
(172,189,177)
#B9C7BD
(185,199,189)
#C6D1C9
(198,209,201)
#D3DBD5
(211,219,213)
#E0E5E1
(224,229,225)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8B75 color. Also use rgb(107,139,117) instead hex code.

Text Font Color

.myTextColor { color: #6B8B75; }

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

This text font color is #6B8B75.


Background Color

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

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

This div background color is #6B8B75.


Border color

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

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

This div border color is #6B8B75.


Opacity

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

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

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

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

This text has shadow with #6B8B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8B75 on black background.


Color preview on white background

This text has color #6B8B75 on white background.



Black color preview on #6B8B75 background

This text has black color on #6B8B75 background.


White color preview on #6B8B75 background

This text has white color on #6B8B75 background.