COLOR #6C9E60

HEX: #6C9E60
RGB: (108,158,96)

Color info

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

RGB color model

#6C9E60 color RGB value is (108,158,96).

  • red value is 108;
  • green value is 158;
  • blue value is 96.
RGB:
(108,158,96)
(42%,62%,38%)

RGB channels and saturation

R 108 of 255 = 42%
G 158 of 255 = 62%
B 96 of 255 = 38%

108
158
96

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

Portions of RGB colors in percentages

R + G + B =
108 + 158 + 96 = 362 (100%)
R 108 of 362 ~ 29.83%
G 158 of 362 ~ 43.65%
B 96 of 362 ~ 26.52%

%29.83
%43.65
%26.52

CMYK color model

#6C9E60 color CMYK value is (32,0,39,38).

  • cyan value is 31.65%
  • magenta value is 0.00%
  • yellow value is 39.24%
  • key color value is 38.04%
CMYK:
(32,0,39,38)
C32M0Y39K38 
(32%,0%,39%,38%)
(0.32/0.00/0.39/0.38)	

CMYK percentages

%31.65
%0
%39.24
%38.04

Codes

Color #6C9E60 in popluar color models

6C9E60
RGB10815896
HSL108°24.41%49.80%
HSB/HSV108°39.24%61.96%
CMYK31.65%0.00%39.24%
38.04%

Color #6C9E60 in popluar number systems.

HEX6C9E60
Decimal10815896
Binary1101100100111101100000
Octal154236140

Shades and tints

Shades of #6C9E60

#6C9E60
(108,158,96)
#639058
(99,144,88)
#5A8250
(90,130,80)
#517448
(81,116,72)
#486640
(72,102,64)
#3F5838
(63,88,56)
#364A30
(54,74,48)
#2D3C28
(45,60,40)
#242E20
(36,46,32)
#1B2018
(27,32,24)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #6C9E60

#6C9E60
(108,158,96)
#79A66E
(121,166,110)
#86AE7C
(134,174,124)
#93B68A
(147,182,138)
#A0BE98
(160,190,152)
#ADC6A6
(173,198,166)
#BACEB4
(186,206,180)
#C7D6C2
(199,214,194)
#D4DED0
(212,222,208)
#E1E6DE
(225,230,222)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C9E60 color. Also use rgb(108,158,96) instead hex code.

Text Font Color

.myTextColor { color: #6C9E60; }

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

This text font color is #6C9E60.


Background Color

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

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

This div background color is #6C9E60.


Border color

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

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

This div border color is #6C9E60.


Opacity

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

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

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

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

This text has shadow with #6C9E60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9E60 on black background.


Color preview on white background

This text has color #6C9E60 on white background.



Black color preview on #6C9E60 background

This text has black color on #6C9E60 background.


White color preview on #6C9E60 background

This text has white color on #6C9E60 background.