COLOR #6C9856

HEX: #6C9856 RGB: (108,152,86)

Color info

#6C9856 contains mainly red and green colors. Web safe color of #6C9856 is #669966 (or #696).

RGB color model

#6C9856 color RGB value is (108,152,86).

RGB: (108,152,86) (42%, 60%, 34%)

RGB channels and saturation

R 108 of 255 = 42%
G 152 of 255 = 60%
B 86 of 255 = 34%

108
152
86

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

Portions of RGB colors in percentages

R + G + B = 108 + 152 + 86 = 346 (100%)
R 108 of 346 ~ 31.21%
G 152 of 346 ~ 43.93%
B 86 of 346 ~ 24.86'%

%31.21
%43.93
%24.86

CMYK color model

#6C9856 color CMYK value is (29,0,43,40).

  • cyan value is 28.95%
  • magenta value is 0.00%
  • yellow value is 43.42%
  • key color value is 40.39%
CMYK: (29,0,43,40) C29M0Y43K40 (29%,0%,43%,40%) (0.29/0.00/0.43/0.40) 

CMYK percentages

%28.95
%0
%43.42
%40.39

Codes

Color #6C9856 in popluar color models

6C 98 56
RGB 108 152 86
HSL 100° 27.73% 46.67%
HSB/HSV 100° 43.42% 59.61%
CMYK 28.95% 0.00% 43.42%
40.39%

Color #6C9856 in popluar number systems.

HEX 6C 98 56
Decimal 108 152 86
Binary 1101100 10011000 1010110
Octal 154 230 126

Shades and tints

Shades of #6C9856

#6C9856
(108,152,86)
#638B4F
(99,139,79)
#5A7E48
(90,126,72)
#517141
(81,113,65)
#48643A
(72,100,58)
#3F5733
(63,87,51)
#364A2C
(54,74,44)
#2D3D25
(45,61,37)
#24301E
(36,48,30)
#1B2317
(27,35,23)
#121610
(18,22,16)
#000000
(0,0,0)

Tints of #6C9856

#6C9856
(108,152,86)
#79A165
(121,161,101)
#86AA74
(134,170,116)
#93B383
(147,179,131)
#A0BC92
(160,188,146)
#ADC5A1
(173,197,161)
#BACEB0
(186,206,176)
#C7D7BF
(199,215,191)
#D4E0CE
(212,224,206)
#E1E9DD
(225,233,221)
#EEF2EC
(238,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C9856; }

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

This text font color is #6C9856.

Background Color

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

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

This div background color is #6C9856.

Border color

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

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

This div border color is #6C9856.

Opacity

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

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

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

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

This text has shadow with #6C9856 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C9856.

Preview

Color preview on black background

This text has color #6C9856 on black background.


Color preview on white background

This text has color #6C9856 on white background.


Black color preview on #6C9856 background

This text has black color on #6C9856 background.


White color preview on #6C9856 background

This text has white color on #6C9856 background.


Related colors

Complementary color

Complementary color for #hex is #9367A9.


I love getcolorcode.com

Triadic colors

1 #566C98 and #98566C with #6C9856 are triadic colors.

2 #56986C and #986C56 with #6C9856 are triadic colors.