COLOR #6CAA79

HEX: #6CAA79
RGB: (108,170,121)

Color info

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

RGB color model

#6CAA79 color RGB value is (108,170,121).

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

RGB channels and saturation

R 108 of 255 = 42%
G 170 of 255 = 67%
B 121 of 255 = 47%

108
170
121

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

Portions of RGB colors in percentages

R + G + B =
108 + 170 + 121 = 399 (100%)
R 108 of 399 ~ 27.07%
G 170 of 399 ~ 42.61%
B 121 of 399 ~ 30.33%

%27.07
%42.61
%30.33

CMYK color model

#6CAA79 color CMYK value is (36,0,29,33).

  • cyan value is 36.47%
  • magenta value is 0.00%
  • yellow value is 28.82%
  • key color value is 33.33%
CMYK:
(36,0,29,33)
C36M0Y29K33 
(36%,0%,29%,33%)
(0.36/0.00/0.29/0.33)	

CMYK percentages

%36.47
%0
%28.82
%33.33

Codes

Color #6CAA79 in popluar color models

6CAA79
RGB108170121
HSL133°26.72%54.51%
HSB/HSV133°36.47%66.67%
CMYK36.47%0.00%28.82%
33.33%

Color #6CAA79 in popluar number systems.

HEX6CAA79
Decimal108170121
Binary1101100101010101111001
Octal154252171

Shades and tints

Shades of #6CAA79

#6CAA79
(108,170,121)
#639B6E
(99,155,110)
#5A8C63
(90,140,99)
#517D58
(81,125,88)
#486E4D
(72,110,77)
#3F5F42
(63,95,66)
#365037
(54,80,55)
#2D412C
(45,65,44)
#243221
(36,50,33)
#1B2316
(27,35,22)
#12140B
(18,20,11)
#000000
(0,0,0)

Tints of #6CAA79

#6CAA79
(108,170,121)
#79B185
(121,177,133)
#86B891
(134,184,145)
#93BF9D
(147,191,157)
#A0C6A9
(160,198,169)
#ADCDB5
(173,205,181)
#BAD4C1
(186,212,193)
#C7DBCD
(199,219,205)
#D4E2D9
(212,226,217)
#E1E9E5
(225,233,229)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CAA79; }

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

This text font color is #6CAA79.


Background Color

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

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

This div background color is #6CAA79.


Border color

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

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

This div border color is #6CAA79.


Opacity

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

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

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

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

This text has shadow with #6CAA79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CAA79 on black background.


Color preview on white background

This text has color #6CAA79 on white background.



Black color preview on #6CAA79 background

This text has black color on #6CAA79 background.


White color preview on #6CAA79 background

This text has white color on #6CAA79 background.