COLOR #6CAA5A

HEX: #6CAA5A
RGB: (108,170,90)

Color info

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

RGB color model

#6CAA5A color RGB value is (108,170,90).

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

RGB channels and saturation

R 108 of 255 = 42%
G 170 of 255 = 67%
B 90 of 255 = 35%

108
170
90

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

Portions of RGB colors in percentages

R + G + B =
108 + 170 + 90 = 368 (100%)
R 108 of 368 ~ 29.35%
G 170 of 368 ~ 46.2%
B 90 of 368 ~ 24.46%

%29.35
%46.2
%24.46

CMYK color model

#6CAA5A color CMYK value is (36,0,47,33).

  • cyan value is 36.47%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 33.33%
CMYK:
(36,0,47,33)
C36M0Y47K33 
(36%,0%,47%,33%)
(0.36/0.00/0.47/0.33)	

CMYK percentages

%36.47
%0
%47.06
%33.33

Codes

Color #6CAA5A in popluar color models

6CAA5A
RGB10817090
HSL107°32.00%50.98%
HSB/HSV107°47.06%66.67%
CMYK36.47%0.00%47.06%
33.33%

Color #6CAA5A in popluar number systems.

HEX6CAA5A
Decimal10817090
Binary1101100101010101011010
Octal154252132

Shades and tints

Shades of #6CAA5A

#6CAA5A
(108,170,90)
#639B52
(99,155,82)
#5A8C4A
(90,140,74)
#517D42
(81,125,66)
#486E3A
(72,110,58)
#3F5F32
(63,95,50)
#36502A
(54,80,42)
#2D4122
(45,65,34)
#24321A
(36,50,26)
#1B2312
(27,35,18)
#12140A
(18,20,10)
#000000
(0,0,0)

Tints of #6CAA5A

#6CAA5A
(108,170,90)
#79B169
(121,177,105)
#86B878
(134,184,120)
#93BF87
(147,191,135)
#A0C696
(160,198,150)
#ADCDA5
(173,205,165)
#BAD4B4
(186,212,180)
#C7DBC3
(199,219,195)
#D4E2D2
(212,226,210)
#E1E9E1
(225,233,225)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CAA5A; }

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

This text font color is #6CAA5A.


Background Color

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

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

This div background color is #6CAA5A.


Border color

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

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

This div border color is #6CAA5A.


Opacity

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

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

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

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

This text has shadow with #6CAA5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CAA5A on black background.


Color preview on white background

This text has color #6CAA5A on white background.



Black color preview on #6CAA5A background

This text has black color on #6CAA5A background.


White color preview on #6CAA5A background

This text has white color on #6CAA5A background.