COLOR #6CAA61

HEX: #6CAA61
RGB: (108,170,97)

Color info

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

RGB color model

#6CAA61 color RGB value is (108,170,97).

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

RGB channels and saturation

R 108 of 255 = 42%
G 170 of 255 = 67%
B 97 of 255 = 38%

108
170
97

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

Portions of RGB colors in percentages

R + G + B =
108 + 170 + 97 = 375 (100%)
R 108 of 375 ~ 28.8%
G 170 of 375 ~ 45.33%
B 97 of 375 ~ 25.87%

%28.8
%45.33
%25.87

CMYK color model

#6CAA61 color CMYK value is (36,0,43,33).

  • cyan value is 36.47%
  • magenta value is 0.00%
  • yellow value is 42.94%
  • key color value is 33.33%
CMYK:
(36,0,43,33)
C36M0Y43K33 
(36%,0%,43%,33%)
(0.36/0.00/0.43/0.33)	

CMYK percentages

%36.47
%0
%42.94
%33.33

Codes

Color #6CAA61 in popluar color models

6CAA61
RGB10817097
HSL111°30.04%52.35%
HSB/HSV111°42.94%66.67%
CMYK36.47%0.00%42.94%
33.33%

Color #6CAA61 in popluar number systems.

HEX6CAA61
Decimal10817097
Binary1101100101010101100001
Octal154252141

Shades and tints

Shades of #6CAA61

#6CAA61
(108,170,97)
#639B59
(99,155,89)
#5A8C51
(90,140,81)
#517D49
(81,125,73)
#486E41
(72,110,65)
#3F5F39
(63,95,57)
#365031
(54,80,49)
#2D4129
(45,65,41)
#243221
(36,50,33)
#1B2319
(27,35,25)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #6CAA61

#6CAA61
(108,170,97)
#79B16F
(121,177,111)
#86B87D
(134,184,125)
#93BF8B
(147,191,139)
#A0C699
(160,198,153)
#ADCDA7
(173,205,167)
#BAD4B5
(186,212,181)
#C7DBC3
(199,219,195)
#D4E2D1
(212,226,209)
#E1E9DF
(225,233,223)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CAA61; }

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

This text font color is #6CAA61.


Background Color

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

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

This div background color is #6CAA61.


Border color

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

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

This div border color is #6CAA61.


Opacity

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

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

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

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

This text has shadow with #6CAA61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CAA61 on black background.


Color preview on white background

This text has color #6CAA61 on white background.



Black color preview on #6CAA61 background

This text has black color on #6CAA61 background.


White color preview on #6CAA61 background

This text has white color on #6CAA61 background.