COLOR #6B915F

HEX: #6B915F
RGB: (107,145,95)

Color info

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

RGB color model

#6B915F color RGB value is (107,145,95).

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

RGB channels and saturation

R 107 of 255 = 42%
G 145 of 255 = 57%
B 95 of 255 = 37%

107
145
95

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

Portions of RGB colors in percentages

R + G + B =
107 + 145 + 95 = 347 (100%)
R 107 of 347 ~ 30.84%
G 145 of 347 ~ 41.79%
B 95 of 347 ~ 27.38%

%30.84
%41.79
%27.38

CMYK color model

#6B915F color CMYK value is (26,0,34,43).

  • cyan value is 26.21%
  • magenta value is 0.00%
  • yellow value is 34.48%
  • key color value is 43.14%
CMYK:
(26,0,34,43)
C26M0Y34K43 
(26%,0%,34%,43%)
(0.26/0.00/0.34/0.43)	

CMYK percentages

%26.21
%0
%34.48
%43.14

Codes

Color #6B915F in popluar color models

6B915F
RGB10714595
HSL106°20.83%47.06%
HSB/HSV106°34.48%56.86%
CMYK26.21%0.00%34.48%
43.14%

Color #6B915F in popluar number systems.

HEX6B915F
Decimal10714595
Binary1101011100100011011111
Octal153221137

Shades and tints

Shades of #6B915F

#6B915F
(107,145,95)
#628457
(98,132,87)
#59774F
(89,119,79)
#506A47
(80,106,71)
#475D3F
(71,93,63)
#3E5037
(62,80,55)
#35432F
(53,67,47)
#2C3627
(44,54,39)
#23291F
(35,41,31)
#1A1C17
(26,28,23)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #6B915F

#6B915F
(107,145,95)
#789B6D
(120,155,109)
#85A57B
(133,165,123)
#92AF89
(146,175,137)
#9FB997
(159,185,151)
#ACC3A5
(172,195,165)
#B9CDB3
(185,205,179)
#C6D7C1
(198,215,193)
#D3E1CF
(211,225,207)
#E0EBDD
(224,235,221)
#EDF5EB
(237,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B915F; }

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

This text font color is #6B915F.


Background Color

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

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

This div background color is #6B915F.


Border color

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

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

This div border color is #6B915F.


Opacity

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

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

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

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

This text has shadow with #6B915F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B915F on black background.


Color preview on white background

This text has color #6B915F on white background.



Black color preview on #6B915F background

This text has black color on #6B915F background.


White color preview on #6B915F background

This text has white color on #6B915F background.