COLOR #6C9361

HEX: #6C9361
RGB: (108,147,97)

Color info

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

RGB color model

#6C9361 color RGB value is (108,147,97).

  • red value is 108;
  • green value is 147;
  • blue value is 97.
RGB:
(108,147,97)
(42%,58%,38%)

RGB channels and saturation

R 108 of 255 = 42%
G 147 of 255 = 58%
B 97 of 255 = 38%

108
147
97

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

Portions of RGB colors in percentages

R + G + B =
108 + 147 + 97 = 352 (100%)
R 108 of 352 ~ 30.68%
G 147 of 352 ~ 41.76%
B 97 of 352 ~ 27.56%

%30.68
%41.76
%27.56

CMYK color model

#6C9361 color CMYK value is (27,0,34,42).

  • cyan value is 26.53%
  • magenta value is 0.00%
  • yellow value is 34.01%
  • key color value is 42.35%
CMYK:
(27,0,34,42)
C27M0Y34K42 
(27%,0%,34%,42%)
(0.27/0.00/0.34/0.42)	

CMYK percentages

%26.53
%0
%34.01
%42.35

Codes

Color #6C9361 in popluar color models

6C9361
RGB10814797
HSL107°20.49%47.84%
HSB/HSV107°34.01%57.65%
CMYK26.53%0.00%34.01%
42.35%

Color #6C9361 in popluar number systems.

HEX6C9361
Decimal10814797
Binary1101100100100111100001
Octal154223141

Shades and tints

Shades of #6C9361

#6C9361
(108,147,97)
#638659
(99,134,89)
#5A7951
(90,121,81)
#516C49
(81,108,73)
#485F41
(72,95,65)
#3F5239
(63,82,57)
#364531
(54,69,49)
#2D3829
(45,56,41)
#242B21
(36,43,33)
#1B1E19
(27,30,25)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #6C9361

#6C9361
(108,147,97)
#799C6F
(121,156,111)
#86A57D
(134,165,125)
#93AE8B
(147,174,139)
#A0B799
(160,183,153)
#ADC0A7
(173,192,167)
#BAC9B5
(186,201,181)
#C7D2C3
(199,210,195)
#D4DBD1
(212,219,209)
#E1E4DF
(225,228,223)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C9361 color. Also use rgb(108,147,97) instead hex code.

Text Font Color

.myTextColor { color: #6C9361; }

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

This text font color is #6C9361.


Background Color

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

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

This div background color is #6C9361.


Border color

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

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

This div border color is #6C9361.


Opacity

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

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

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

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

This text has shadow with #6C9361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9361 on black background.


Color preview on white background

This text has color #6C9361 on white background.



Black color preview on #6C9361 background

This text has black color on #6C9361 background.


White color preview on #6C9361 background

This text has white color on #6C9361 background.