COLOR #6B9C74

HEX: #6B9C74
RGB: (107,156,116)

Color info

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

RGB color model

#6B9C74 color RGB value is (107,156,116).

  • red value is 107;
  • green value is 156;
  • blue value is 116.
RGB:
(107,156,116)
(42%,61%,45%)

RGB channels and saturation

R 107 of 255 = 42%
G 156 of 255 = 61%
B 116 of 255 = 45%

107
156
116

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

Portions of RGB colors in percentages

R + G + B =
107 + 156 + 116 = 379 (100%)
R 107 of 379 ~ 28.23%
G 156 of 379 ~ 41.16%
B 116 of 379 ~ 30.61%

%28.23
%41.16
%30.61

CMYK color model

#6B9C74 color CMYK value is (31,0,26,39).

  • cyan value is 31.41%
  • magenta value is 0.00%
  • yellow value is 25.64%
  • key color value is 38.82%
CMYK:
(31,0,26,39)
C31M0Y26K39 
(31%,0%,26%,39%)
(0.31/0.00/0.26/0.39)	

CMYK percentages

%31.41
%0
%25.64
%38.82

Codes

Color #6B9C74 in popluar color models

6B9C74
RGB107156116
HSL131°19.84%51.57%
HSB/HSV131°31.41%61.18%
CMYK31.41%0.00%25.64%
38.82%

Color #6B9C74 in popluar number systems.

HEX6B9C74
Decimal107156116
Binary1101011100111001110100
Octal153234164

Shades and tints

Shades of #6B9C74

#6B9C74
(107,156,116)
#628E6A
(98,142,106)
#598060
(89,128,96)
#507256
(80,114,86)
#47644C
(71,100,76)
#3E5642
(62,86,66)
#354838
(53,72,56)
#2C3A2E
(44,58,46)
#232C24
(35,44,36)
#1A1E1A
(26,30,26)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #6B9C74

#6B9C74
(107,156,116)
#78A580
(120,165,128)
#85AE8C
(133,174,140)
#92B798
(146,183,152)
#9FC0A4
(159,192,164)
#ACC9B0
(172,201,176)
#B9D2BC
(185,210,188)
#C6DBC8
(198,219,200)
#D3E4D4
(211,228,212)
#E0EDE0
(224,237,224)
#EDF6EC
(237,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B9C74 color. Also use rgb(107,156,116) instead hex code.

Text Font Color

.myTextColor { color: #6B9C74; }

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

This text font color is #6B9C74.


Background Color

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

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

This div background color is #6B9C74.


Border color

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

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

This div border color is #6B9C74.


Opacity

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

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

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

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

This text has shadow with #6B9C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B9C74 on black background.


Color preview on white background

This text has color #6B9C74 on white background.



Black color preview on #6B9C74 background

This text has black color on #6B9C74 background.


White color preview on #6B9C74 background

This text has white color on #6B9C74 background.