COLOR #6CAA69

HEX: #6CAA69
RGB: (108,170,105)

Color info

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

RGB color model

#6CAA69 color RGB value is (108,170,105).

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

RGB channels and saturation

R 108 of 255 = 42%
G 170 of 255 = 67%
B 105 of 255 = 41%

108
170
105

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

Portions of RGB colors in percentages

R + G + B =
108 + 170 + 105 = 383 (100%)
R 108 of 383 ~ 28.2%
G 170 of 383 ~ 44.39%
B 105 of 383 ~ 27.42%

%28.2
%44.39
%27.42

CMYK color model

#6CAA69 color CMYK value is (36,0,38,33).

  • cyan value is 36.47%
  • magenta value is 0.00%
  • yellow value is 38.24%
  • key color value is 33.33%
CMYK:
(36,0,38,33)
C36M0Y38K33 
(36%,0%,38%,33%)
(0.36/0.00/0.38/0.33)	

CMYK percentages

%36.47
%0
%38.24
%33.33

Codes

Color #6CAA69 in popluar color models

6CAA69
RGB108170105
HSL117°27.66%53.92%
HSB/HSV117°38.24%66.67%
CMYK36.47%0.00%38.24%
33.33%

Color #6CAA69 in popluar number systems.

HEX6CAA69
Decimal108170105
Binary1101100101010101101001
Octal154252151

Shades and tints

Shades of #6CAA69

#6CAA69
(108,170,105)
#639B60
(99,155,96)
#5A8C57
(90,140,87)
#517D4E
(81,125,78)
#486E45
(72,110,69)
#3F5F3C
(63,95,60)
#365033
(54,80,51)
#2D412A
(45,65,42)
#243221
(36,50,33)
#1B2318
(27,35,24)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #6CAA69

#6CAA69
(108,170,105)
#79B176
(121,177,118)
#86B883
(134,184,131)
#93BF90
(147,191,144)
#A0C69D
(160,198,157)
#ADCDAA
(173,205,170)
#BAD4B7
(186,212,183)
#C7DBC4
(199,219,196)
#D4E2D1
(212,226,209)
#E1E9DE
(225,233,222)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CAA69; }

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

This text font color is #6CAA69.


Background Color

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

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

This div background color is #6CAA69.


Border color

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

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

This div border color is #6CAA69.


Opacity

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

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

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

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

This text has shadow with #6CAA69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CAA69 on black background.


Color preview on white background

This text has color #6CAA69 on white background.



Black color preview on #6CAA69 background

This text has black color on #6CAA69 background.


White color preview on #6CAA69 background

This text has white color on #6CAA69 background.