COLOR #6CAC6C

HEX: #6CAC6C
RGB: (108,172,108)

Color info

#6CAC6C contains mainly green color. Web safe color of #6CAC6C is #669966 (or #696).

RGB color model

#6CAC6C color RGB value is (108,172,108).

  • red value is 108;
  • green value is 172;
  • blue value is 108.
RGB:
(108,172,108)
(42%,67%,42%)

RGB channels and saturation

R 108 of 255 = 42%
G 172 of 255 = 67%
B 108 of 255 = 42%

108
172
108

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

Portions of RGB colors in percentages

R + G + B =
108 + 172 + 108 = 388 (100%)
R 108 of 388 ~ 27.84%
G 172 of 388 ~ 44.33%
B 108 of 388 ~ 27.84%

%27.84
%44.33
%27.84

CMYK color model

#6CAC6C color CMYK value is (37,0,37,33).

  • cyan value is 37.21%
  • magenta value is 0.00%
  • yellow value is 37.21%
  • key color value is 32.55%
CMYK:
(37,0,37,33)
C37M0Y37K33 
(37%,0%,37%,33%)
(0.37/0.00/0.37/0.33)	

CMYK percentages

%37.21
%0
%37.21
%32.55

Codes

Color #6CAC6C in popluar color models

6CAC6C
RGB108172108
HSL120°27.83%54.90%
HSB/HSV120°37.21%67.45%
CMYK37.21%0.00%37.21%
32.55%

Color #6CAC6C in popluar number systems.

HEX6CAC6C
Decimal108172108
Binary1101100101011001101100
Octal154254154

Shades and tints

Shades of #6CAC6C

#6CAC6C
(108,172,108)
#639D63
(99,157,99)
#5A8E5A
(90,142,90)
#517F51
(81,127,81)
#487048
(72,112,72)
#3F613F
(63,97,63)
#365236
(54,82,54)
#2D432D
(45,67,45)
#243424
(36,52,36)
#1B251B
(27,37,27)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #6CAC6C

#6CAC6C
(108,172,108)
#79B379
(121,179,121)
#86BA86
(134,186,134)
#93C193
(147,193,147)
#A0C8A0
(160,200,160)
#ADCFAD
(173,207,173)
#BAD6BA
(186,214,186)
#C7DDC7
(199,221,199)
#D4E4D4
(212,228,212)
#E1EBE1
(225,235,225)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CAC6C; }

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

This text font color is #6CAC6C.


Background Color

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

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

This div background color is #6CAC6C.


Border color

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

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

This div border color is #6CAC6C.


Opacity

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

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

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

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

This text has shadow with #6CAC6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CAC6C on black background.


Color preview on white background

This text has color #6CAC6C on white background.



Black color preview on #6CAC6C background

This text has black color on #6CAC6C background.


White color preview on #6CAC6C background

This text has white color on #6CAC6C background.