COLOR #6B9370

HEX: #6B9370
RGB: (107,147,112)

Color info

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

RGB color model

#6B9370 color RGB value is (107,147,112).

  • red value is 107;
  • green value is 147;
  • blue value is 112.
RGB:
(107,147,112)
(42%,58%,44%)

RGB channels and saturation

R 107 of 255 = 42%
G 147 of 255 = 58%
B 112 of 255 = 44%

107
147
112

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

Portions of RGB colors in percentages

R + G + B =
107 + 147 + 112 = 366 (100%)
R 107 of 366 ~ 29.23%
G 147 of 366 ~ 40.16%
B 112 of 366 ~ 30.6%

%29.23
%40.16
%30.6

CMYK color model

#6B9370 color CMYK value is (27,0,24,42).

  • cyan value is 27.21%
  • magenta value is 0.00%
  • yellow value is 23.81%
  • key color value is 42.35%
CMYK:
(27,0,24,42)
C27M0Y24K42 
(27%,0%,24%,42%)
(0.27/0.00/0.24/0.42)	

CMYK percentages

%27.21
%0
%23.81
%42.35

Codes

Color #6B9370 in popluar color models

6B9370
RGB107147112
HSL128°15.75%49.80%
HSB/HSV128°27.21%57.65%
CMYK27.21%0.00%23.81%
42.35%

Color #6B9370 in popluar number systems.

HEX6B9370
Decimal107147112
Binary1101011100100111110000
Octal153223160

Shades and tints

Shades of #6B9370

#6B9370
(107,147,112)
#628666
(98,134,102)
#59795C
(89,121,92)
#506C52
(80,108,82)
#475F48
(71,95,72)
#3E523E
(62,82,62)
#354534
(53,69,52)
#2C382A
(44,56,42)
#232B20
(35,43,32)
#1A1E16
(26,30,22)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #6B9370

#6B9370
(107,147,112)
#789C7D
(120,156,125)
#85A58A
(133,165,138)
#92AE97
(146,174,151)
#9FB7A4
(159,183,164)
#ACC0B1
(172,192,177)
#B9C9BE
(185,201,190)
#C6D2CB
(198,210,203)
#D3DBD8
(211,219,216)
#E0E4E5
(224,228,229)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B9370; }

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

This text font color is #6B9370.


Background Color

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

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

This div background color is #6B9370.


Border color

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

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

This div border color is #6B9370.


Opacity

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

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

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

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

This text has shadow with #6B9370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B9370 on black background.


Color preview on white background

This text has color #6B9370 on white background.



Black color preview on #6B9370 background

This text has black color on #6B9370 background.


White color preview on #6B9370 background

This text has white color on #6B9370 background.