COLOR #6B8F5F

HEX: #6B8F5F
RGB: (107,143,95)

Color info

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

RGB color model

#6B8F5F color RGB value is (107,143,95).

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

RGB channels and saturation

R 107 of 255 = 42%
G 143 of 255 = 56%
B 95 of 255 = 37%

107
143
95

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

Portions of RGB colors in percentages

R + G + B =
107 + 143 + 95 = 345 (100%)
R 107 of 345 ~ 31.01%
G 143 of 345 ~ 41.45%
B 95 of 345 ~ 27.54%

%31.01
%41.45
%27.54

CMYK color model

#6B8F5F color CMYK value is (25,0,34,44).

  • cyan value is 25.17%
  • magenta value is 0.00%
  • yellow value is 33.57%
  • key color value is 43.92%
CMYK:
(25,0,34,44)
C25M0Y34K44 
(25%,0%,34%,44%)
(0.25/0.00/0.34/0.44)	

CMYK percentages

%25.17
%0
%33.57
%43.92

Codes

Color #6B8F5F in popluar color models

6B8F5F
RGB10714395
HSL105°20.17%46.67%
HSB/HSV105°33.57%56.08%
CMYK25.17%0.00%33.57%
43.92%

Color #6B8F5F in popluar number systems.

HEX6B8F5F
Decimal10714395
Binary1101011100011111011111
Octal153217137

Shades and tints

Shades of #6B8F5F

#6B8F5F
(107,143,95)
#628257
(98,130,87)
#59754F
(89,117,79)
#506847
(80,104,71)
#475B3F
(71,91,63)
#3E4E37
(62,78,55)
#35412F
(53,65,47)
#2C3427
(44,52,39)
#23271F
(35,39,31)
#1A1A17
(26,26,23)
#110D0F
(17,13,15)
#000000
(0,0,0)

Tints of #6B8F5F

#6B8F5F
(107,143,95)
#78996D
(120,153,109)
#85A37B
(133,163,123)
#92AD89
(146,173,137)
#9FB797
(159,183,151)
#ACC1A5
(172,193,165)
#B9CBB3
(185,203,179)
#C6D5C1
(198,213,193)
#D3DFCF
(211,223,207)
#E0E9DD
(224,233,221)
#EDF3EB
(237,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B8F5F; }

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

This text font color is #6B8F5F.


Background Color

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

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

This div background color is #6B8F5F.


Border color

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

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

This div border color is #6B8F5F.


Opacity

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

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

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

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

This text has shadow with #6B8F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8F5F on black background.


Color preview on white background

This text has color #6B8F5F on white background.



Black color preview on #6B8F5F background

This text has black color on #6B8F5F background.


White color preview on #6B8F5F background

This text has white color on #6B8F5F background.