COLOR #6B9471

HEX: #6B9471 RGB: (107,148,113)

Color info

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

RGB color model

#6B9471 color RGB value is (107,148,113).

RGB: (107,148,113) (42%, 58%, 44%)

RGB channels and saturation

R 107 of 255 = 42%
G 148 of 255 = 58%
B 113 of 255 = 44%

107
148
113

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

Portions of RGB colors in percentages

R + G + B = 107 + 148 + 113 = 368 (100%)
R 107 of 368 ~ 29.08%
G 148 of 368 ~ 40.22%
B 113 of 368 ~ 30.71'%

%29.08
%40.22
%30.71

CMYK color model

#6B9471 color CMYK value is (28,0,24,42).

  • cyan value is 27.70%
  • magenta value is 0.00%
  • yellow value is 23.65%
  • key color value is 41.96%

CMYK: (28,0,24,42)
C28M0Y24K42 (28%, 0%, 24%, 42%)
(0.28 / 0.00 / 0.24 / 0.42)

CMYK percentages

%27.7
%0
%23.65
%41.96

Codes

Color #6B9471 in popluar color models

6B 94 71
RGB 107 148 113
HSL 129° 16.08% 50.00%
HSB/HSV 129° 27.70% 58.04%
CMYK 27.70% 0.00% 23.65%
41.96%

Color #6B9471 in popluar number systems.

HEX 6B 94 71
Decimal 107 148 113
Binary 1101011 10010100 1110001
Octal 153 224 161

Shades and tints

Shades of #6B9471

#6B9471
(107,148,113)
#628767
(98,135,103)
#597A5D
(89,122,93)
#506D53
(80,109,83)
#476049
(71,96,73)
#3E533F
(62,83,63)
#354635
(53,70,53)
#2C392B
(44,57,43)
#232C21
(35,44,33)
#1A1F17
(26,31,23)
#11120D
(17,18,13)
#000000
(0,0,0)

Tints of #6B9471

#6B9471
(107,148,113)
#789D7D
(120,157,125)
#85A689
(133,166,137)
#92AF95
(146,175,149)
#9FB8A1
(159,184,161)
#ACC1AD
(172,193,173)
#B9CAB9
(185,202,185)
#C6D3C5
(198,211,197)
#D3DCD1
(211,220,209)
#E0E5DD
(224,229,221)
#EDEEE9
(237,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B9471 color. Also use rgb(107,148,113) instead hex code.

Text Font Color

.myTextColor { color: #6B9471; }

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

This text font color is #6B9471.

Background Color

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

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

This div background color is #6B9471.

Border color

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

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

This div border color is #6B9471.

Opacity

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

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

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

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

This text has shadow with #6B9471 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B9471.

Preview

Color preview on black background

This text has color #6B9471 on black background.


Color preview on white background

This text has color #6B9471 on white background.


Black color preview on #6B9471 background

This text has black color on #6B9471 background.


White color preview on #6B9471 background

This text has white color on #6B9471 background.


Related colors

Complementary color

Complementary color for #hex is #946B8E.


I love getcolorcode.com

Triadic colors

1 #716B94 and #94716B with #6B9471 are triadic colors.

2 #71946B and #946B71 with #6B9471 are triadic colors.