COLOR #6C9E4F

HEX: #6C9E4F
RGB: (108,158,79)

Color info

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

RGB color model

#6C9E4F color RGB value is (108,158,79).

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

RGB channels and saturation

R 108 of 255 = 42%
G 158 of 255 = 62%
B 79 of 255 = 31%

108
158
79

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

Portions of RGB colors in percentages

R + G + B =
108 + 158 + 79 = 345 (100%)
R 108 of 345 ~ 31.3%
G 158 of 345 ~ 45.8%
B 79 of 345 ~ 22.9%

%31.3
%45.8
%22.9

CMYK color model

#6C9E4F color CMYK value is (32,0,50,38).

  • cyan value is 31.65%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 38.04%
CMYK:
(32,0,50,38)
C32M0Y50K38 
(32%,0%,50%,38%)
(0.32/0.00/0.50/0.38)	

CMYK percentages

%31.65
%0
%50
%38.04

Codes

Color #6C9E4F in popluar color models

6C9E4F
RGB10815879
HSL98°33.33%46.47%
HSB/HSV98°50.00%61.96%
CMYK31.65%0.00%50.00%
38.04%

Color #6C9E4F in popluar number systems.

HEX6C9E4F
Decimal10815879
Binary1101100100111101001111
Octal154236117

Shades and tints

Shades of #6C9E4F

#6C9E4F
(108,158,79)
#639048
(99,144,72)
#5A8241
(90,130,65)
#51743A
(81,116,58)
#486633
(72,102,51)
#3F582C
(63,88,44)
#364A25
(54,74,37)
#2D3C1E
(45,60,30)
#242E17
(36,46,23)
#1B2010
(27,32,16)
#121209
(18,18,9)
#000000
(0,0,0)

Tints of #6C9E4F

#6C9E4F
(108,158,79)
#79A65F
(121,166,95)
#86AE6F
(134,174,111)
#93B67F
(147,182,127)
#A0BE8F
(160,190,143)
#ADC69F
(173,198,159)
#BACEAF
(186,206,175)
#C7D6BF
(199,214,191)
#D4DECF
(212,222,207)
#E1E6DF
(225,230,223)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C9E4F; }

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

This text font color is #6C9E4F.


Background Color

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

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

This div background color is #6C9E4F.


Border color

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

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

This div border color is #6C9E4F.


Opacity

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

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

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

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

This text has shadow with #6C9E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9E4F on black background.


Color preview on white background

This text has color #6C9E4F on white background.



Black color preview on #6C9E4F background

This text has black color on #6C9E4F background.


White color preview on #6C9E4F background

This text has white color on #6C9E4F background.