COLOR #6C9861

HEX: #6C9861
RGB: (108,152,97)

Color info

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

RGB color model

#6C9861 color RGB value is (108,152,97).

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

RGB channels and saturation

R 108 of 255 = 42%
G 152 of 255 = 60%
B 97 of 255 = 38%

108
152
97

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

Portions of RGB colors in percentages

R + G + B =
108 + 152 + 97 = 357 (100%)
R 108 of 357 ~ 30.25%
G 152 of 357 ~ 42.58%
B 97 of 357 ~ 27.17%

%30.25
%42.58
%27.17

CMYK color model

#6C9861 color CMYK value is (29,0,36,40).

  • cyan value is 28.95%
  • magenta value is 0.00%
  • yellow value is 36.18%
  • key color value is 40.39%
CMYK:
(29,0,36,40)
C29M0Y36K40 
(29%,0%,36%,40%)
(0.29/0.00/0.36/0.40)	

CMYK percentages

%28.95
%0
%36.18
%40.39

Codes

Color #6C9861 in popluar color models

6C9861
RGB10815297
HSL108°22.09%48.82%
HSB/HSV108°36.18%59.61%
CMYK28.95%0.00%36.18%
40.39%

Color #6C9861 in popluar number systems.

HEX6C9861
Decimal10815297
Binary1101100100110001100001
Octal154230141

Shades and tints

Shades of #6C9861

#6C9861
(108,152,97)
#638B59
(99,139,89)
#5A7E51
(90,126,81)
#517149
(81,113,73)
#486441
(72,100,65)
#3F5739
(63,87,57)
#364A31
(54,74,49)
#2D3D29
(45,61,41)
#243021
(36,48,33)
#1B2319
(27,35,25)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #6C9861

#6C9861
(108,152,97)
#79A16F
(121,161,111)
#86AA7D
(134,170,125)
#93B38B
(147,179,139)
#A0BC99
(160,188,153)
#ADC5A7
(173,197,167)
#BACEB5
(186,206,181)
#C7D7C3
(199,215,195)
#D4E0D1
(212,224,209)
#E1E9DF
(225,233,223)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C9861; }

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

This text font color is #6C9861.


Background Color

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

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

This div background color is #6C9861.


Border color

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

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

This div border color is #6C9861.


Opacity

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

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

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

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

This text has shadow with #6C9861 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9861 on black background.


Color preview on white background

This text has color #6C9861 on white background.



Black color preview on #6C9861 background

This text has black color on #6C9861 background.


White color preview on #6C9861 background

This text has white color on #6C9861 background.