COLOR #6CAA77

HEX: #6CAA77
RGB: (108,170,119)

Color info

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

RGB color model

#6CAA77 color RGB value is (108,170,119).

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

RGB channels and saturation

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

108
170
119

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

Portions of RGB colors in percentages

R + G + B =
108 + 170 + 119 = 397 (100%)
R 108 of 397 ~ 27.2%
G 170 of 397 ~ 42.82%
B 119 of 397 ~ 29.97%

%27.2
%42.82
%29.97

CMYK color model

#6CAA77 color CMYK value is (36,0,30,33).

  • cyan value is 36.47%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 33.33%
CMYK:
(36,0,30,33)
C36M0Y30K33 
(36%,0%,30%,33%)
(0.36/0.00/0.30/0.33)	

CMYK percentages

%36.47
%0
%30
%33.33

Codes

Color #6CAA77 in popluar color models

6CAA77
RGB108170119
HSL131°26.72%54.51%
HSB/HSV131°36.47%66.67%
CMYK36.47%0.00%30.00%
33.33%

Color #6CAA77 in popluar number systems.

HEX6CAA77
Decimal108170119
Binary1101100101010101110111
Octal154252167

Shades and tints

Shades of #6CAA77

#6CAA77
(108,170,119)
#639B6D
(99,155,109)
#5A8C63
(90,140,99)
#517D59
(81,125,89)
#486E4F
(72,110,79)
#3F5F45
(63,95,69)
#36503B
(54,80,59)
#2D4131
(45,65,49)
#243227
(36,50,39)
#1B231D
(27,35,29)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #6CAA77

#6CAA77
(108,170,119)
#79B183
(121,177,131)
#86B88F
(134,184,143)
#93BF9B
(147,191,155)
#A0C6A7
(160,198,167)
#ADCDB3
(173,205,179)
#BAD4BF
(186,212,191)
#C7DBCB
(199,219,203)
#D4E2D7
(212,226,215)
#E1E9E3
(225,233,227)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CAA77; }

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

This text font color is #6CAA77.


Background Color

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

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

This div background color is #6CAA77.


Border color

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

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

This div border color is #6CAA77.


Opacity

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

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

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

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

This text has shadow with #6CAA77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CAA77 on black background.


Color preview on white background

This text has color #6CAA77 on white background.



Black color preview on #6CAA77 background

This text has black color on #6CAA77 background.


White color preview on #6CAA77 background

This text has white color on #6CAA77 background.