COLOR #6B935B

HEX: #6B935B RGB: (107,147,91)

Color info

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

RGB color model

#6B935B color RGB value is (107,147,91).

RGB: (107,147,91) (42%, 58%, 36%)

RGB channels and saturation

R 107 of 255 = 42%
G 147 of 255 = 58%
B 91 of 255 = 36%

107
147
91

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

Portions of RGB colors in percentages

R + G + B = 107 + 147 + 91 = 345 (100%)
R 107 of 345 ~ 31.01%
G 147 of 345 ~ 42.61%
B 91 of 345 ~ 26.38'%

%31.01
%42.61
%26.38

CMYK color model

#6B935B color CMYK value is (27,0,38,42).

  • cyan value is 27.21%
  • magenta value is 0.00%
  • yellow value is 38.10%
  • key color value is 42.35%

CMYK: (27,0,38,42)
C27M0Y38K42 (27%, 0%, 38%, 42%)
(0.27 / 0.00 / 0.38 / 0.42)

CMYK percentages

%27.21
%0
%38.1
%42.35

Codes

Color #6B935B in popluar color models

6B 93 5B
RGB 107 147 91
HSL 103° 23.53% 46.67%
HSB/HSV 103° 38.10% 57.65%
CMYK 27.21% 0.00% 38.10%
42.35%

Color #6B935B in popluar number systems.

HEX 6B 93 5B
Decimal 107 147 91
Binary 1101011 10010011 1011011
Octal 153 223 133

Shades and tints

Shades of #6B935B

#6B935B
(107,147,91)
#628653
(98,134,83)
#59794B
(89,121,75)
#506C43
(80,108,67)
#475F3B
(71,95,59)
#3E5233
(62,82,51)
#35452B
(53,69,43)
#2C3823
(44,56,35)
#232B1B
(35,43,27)
#1A1E13
(26,30,19)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #6B935B

#6B935B
(107,147,91)
#789C69
(120,156,105)
#85A577
(133,165,119)
#92AE85
(146,174,133)
#9FB793
(159,183,147)
#ACC0A1
(172,192,161)
#B9C9AF
(185,201,175)
#C6D2BD
(198,210,189)
#D3DBCB
(211,219,203)
#E0E4D9
(224,228,217)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B935B color. Also use rgb(107,147,91) instead hex code.

Text Font Color

.myTextColor { color: #6B935B; }

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

This text font color is #6B935B.

Background Color

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

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

This div background color is #6B935B.

Border color

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

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

This div border color is #6B935B.

Opacity

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

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

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

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

This text has shadow with #6B935B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B935B.

Preview

Color preview on black background

This text has color #6B935B on black background.


Color preview on white background

This text has color #6B935B on white background.


Black color preview on #6B935B background

This text has black color on #6B935B background.


White color preview on #6B935B background

This text has white color on #6B935B background.


Related colors

Complementary color

Complementary color for #hex is #946CA4.


I love getcolorcode.com

Triadic colors

1 #5B6B93 and #935B6B with #6B935B are triadic colors.

2 #5B936B and #936B5B with #6B935B are triadic colors.