COLOR #6CA664

HEX: #6CA664
RGB: (108,166,100)

Color info

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

RGB color model

#6CA664 color RGB value is (108,166,100).

  • red value is 108;
  • green value is 166;
  • blue value is 100.
RGB:
(108,166,100)
(42%,65%,39%)

RGB channels and saturation

R 108 of 255 = 42%
G 166 of 255 = 65%
B 100 of 255 = 39%

108
166
100

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

Portions of RGB colors in percentages

R + G + B =
108 + 166 + 100 = 374 (100%)
R 108 of 374 ~ 28.88%
G 166 of 374 ~ 44.39%
B 100 of 374 ~ 26.74%

%28.88
%44.39
%26.74

CMYK color model

#6CA664 color CMYK value is (35,0,40,35).

  • cyan value is 34.94%
  • magenta value is 0.00%
  • yellow value is 39.76%
  • key color value is 34.90%
CMYK:
(35,0,40,35)
C35M0Y40K35 
(35%,0%,40%,35%)
(0.35/0.00/0.40/0.35)	

CMYK percentages

%34.94
%0
%39.76
%34.9

Codes

Color #6CA664 in popluar color models

6CA664
RGB108166100
HSL113°27.05%52.16%
HSB/HSV113°39.76%65.10%
CMYK34.94%0.00%39.76%
34.90%

Color #6CA664 in popluar number systems.

HEX6CA664
Decimal108166100
Binary1101100101001101100100
Octal154246144

Shades and tints

Shades of #6CA664

#6CA664
(108,166,100)
#63975B
(99,151,91)
#5A8852
(90,136,82)
#517949
(81,121,73)
#486A40
(72,106,64)
#3F5B37
(63,91,55)
#364C2E
(54,76,46)
#2D3D25
(45,61,37)
#242E1C
(36,46,28)
#1B1F13
(27,31,19)
#12100A
(18,16,10)
#000000
(0,0,0)

Tints of #6CA664

#6CA664
(108,166,100)
#79AE72
(121,174,114)
#86B680
(134,182,128)
#93BE8E
(147,190,142)
#A0C69C
(160,198,156)
#ADCEAA
(173,206,170)
#BAD6B8
(186,214,184)
#C7DEC6
(199,222,198)
#D4E6D4
(212,230,212)
#E1EEE2
(225,238,226)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CA664; }

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

This text font color is #6CA664.


Background Color

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

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

This div background color is #6CA664.


Border color

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

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

This div border color is #6CA664.


Opacity

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

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

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

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

This text has shadow with #6CA664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA664 on black background.


Color preview on white background

This text has color #6CA664 on white background.



Black color preview on #6CA664 background

This text has black color on #6CA664 background.


White color preview on #6CA664 background

This text has white color on #6CA664 background.