COLOR #6C9F49

HEX: #6C9F49
RGB: (108,159,73)

Color info

#6C9F49 contains mainly red and green colors. Web safe color of #6C9F49 is #669933 (or #693).

RGB color model

#6C9F49 color RGB value is (108,159,73).

  • red value is 108;
  • green value is 159;
  • blue value is 73.
RGB:
(108,159,73)
(42%,62%,29%)

RGB channels and saturation

R 108 of 255 = 42%
G 159 of 255 = 62%
B 73 of 255 = 29%

108
159
73

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

Portions of RGB colors in percentages

R + G + B =
108 + 159 + 73 = 340 (100%)
R 108 of 340 ~ 31.76%
G 159 of 340 ~ 46.76%
B 73 of 340 ~ 21.47%

%31.76
%46.76
%21.47

CMYK color model

#6C9F49 color CMYK value is (32,0,54,38).

  • cyan value is 32.08%
  • magenta value is 0.00%
  • yellow value is 54.09%
  • key color value is 37.65%
CMYK:
(32,0,54,38)
C32M0Y54K38 
(32%,0%,54%,38%)
(0.32/0.00/0.54/0.38)	

CMYK percentages

%32.08
%0
%54.09
%37.65

Codes

Color #6C9F49 in popluar color models

6C9F49
RGB10815973
HSL96°37.07%45.49%
HSB/HSV96°54.09%62.35%
CMYK32.08%0.00%54.09%
37.65%

Color #6C9F49 in popluar number systems.

HEX6C9F49
Decimal10815973
Binary1101100100111111001001
Octal154237111

Shades and tints

Shades of #6C9F49

#6C9F49
(108,159,73)
#639143
(99,145,67)
#5A833D
(90,131,61)
#517537
(81,117,55)
#486731
(72,103,49)
#3F592B
(63,89,43)
#364B25
(54,75,37)
#2D3D1F
(45,61,31)
#242F19
(36,47,25)
#1B2113
(27,33,19)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #6C9F49

#6C9F49
(108,159,73)
#79A759
(121,167,89)
#86AF69
(134,175,105)
#93B779
(147,183,121)
#A0BF89
(160,191,137)
#ADC799
(173,199,153)
#BACFA9
(186,207,169)
#C7D7B9
(199,215,185)
#D4DFC9
(212,223,201)
#E1E7D9
(225,231,217)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C9F49 color. Also use rgb(108,159,73) instead hex code.

Text Font Color

.myTextColor { color: #6C9F49; }

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

This text font color is #6C9F49.


Background Color

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

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

This div background color is #6C9F49.


Border color

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

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

This div border color is #6C9F49.


Opacity

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

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

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

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

This text has shadow with #6C9F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9F49 on black background.


Color preview on white background

This text has color #6C9F49 on white background.



Black color preview on #6C9F49 background

This text has black color on #6C9F49 background.


White color preview on #6C9F49 background

This text has white color on #6C9F49 background.