COLOR #6C9865

HEX: #6C9865
RGB: (108,152,101)

Color info

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

RGB color model

#6C9865 color RGB value is (108,152,101).

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

RGB channels and saturation

R 108 of 255 = 42%
G 152 of 255 = 60%
B 101 of 255 = 40%

108
152
101

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

Portions of RGB colors in percentages

R + G + B =
108 + 152 + 101 = 361 (100%)
R 108 of 361 ~ 29.92%
G 152 of 361 ~ 42.11%
B 101 of 361 ~ 27.98%

%29.92
%42.11
%27.98

CMYK color model

#6C9865 color CMYK value is (29,0,34,40).

  • cyan value is 28.95%
  • magenta value is 0.00%
  • yellow value is 33.55%
  • key color value is 40.39%
CMYK:
(29,0,34,40)
C29M0Y34K40 
(29%,0%,34%,40%)
(0.29/0.00/0.34/0.40)	

CMYK percentages

%28.95
%0
%33.55
%40.39

Codes

Color #6C9865 in popluar color models

6C9865
RGB108152101
HSL112°20.16%49.61%
HSB/HSV112°33.55%59.61%
CMYK28.95%0.00%33.55%
40.39%

Color #6C9865 in popluar number systems.

HEX6C9865
Decimal108152101
Binary1101100100110001100101
Octal154230145

Shades and tints

Shades of #6C9865

#6C9865
(108,152,101)
#638B5C
(99,139,92)
#5A7E53
(90,126,83)
#51714A
(81,113,74)
#486441
(72,100,65)
#3F5738
(63,87,56)
#364A2F
(54,74,47)
#2D3D26
(45,61,38)
#24301D
(36,48,29)
#1B2314
(27,35,20)
#12160B
(18,22,11)
#000000
(0,0,0)

Tints of #6C9865

#6C9865
(108,152,101)
#79A173
(121,161,115)
#86AA81
(134,170,129)
#93B38F
(147,179,143)
#A0BC9D
(160,188,157)
#ADC5AB
(173,197,171)
#BACEB9
(186,206,185)
#C7D7C7
(199,215,199)
#D4E0D5
(212,224,213)
#E1E9E3
(225,233,227)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C9865; }

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

This text font color is #6C9865.


Background Color

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

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

This div background color is #6C9865.


Border color

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

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

This div border color is #6C9865.


Opacity

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

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

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

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

This text has shadow with #6C9865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9865 on black background.


Color preview on white background

This text has color #6C9865 on white background.



Black color preview on #6C9865 background

This text has black color on #6C9865 background.


White color preview on #6C9865 background

This text has white color on #6C9865 background.