COLOR #6C9F5C

HEX: #6C9F5C RGB: (108,159,92)

Color info

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

RGB color model

#6C9F5C color RGB value is (108,159,92).

RGB: (108,159,92) (42%, 62%, 36%)

RGB channels and saturation

R 108 of 255 = 42%
G 159 of 255 = 62%
B 92 of 255 = 36%

108
159
92

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

Portions of RGB colors in percentages

R + G + B = 108 + 159 + 92 = 359 (100%)
R 108 of 359 ~ 30.08%
G 159 of 359 ~ 44.29%
B 92 of 359 ~ 25.63'%

%30.08
%44.29
%25.63

CMYK color model

#6C9F5C color CMYK value is (32,0,42,38).

  • cyan value is 32.08%
  • magenta value is 0.00%
  • yellow value is 42.14%
  • key color value is 37.65%

CMYK: (32,0,42,38)
C32M0Y42K38 (32%, 0%, 42%, 38%)
(0.32 / 0.00 / 0.42 / 0.38)

CMYK percentages

%32.08
%0
%42.14
%37.65

Codes

Color #6C9F5C in popluar color models

6C 9F 5C
RGB 108 159 92
HSL 106° 26.69% 49.22%
HSB/HSV 106° 42.14% 62.35%
CMYK 32.08% 0.00% 42.14%
37.65%

Color #6C9F5C in popluar number systems.

HEX 6C 9F 5C
Decimal 108 159 92
Binary 1101100 10011111 1011100
Octal 154 237 134

Shades and tints

Shades of #6C9F5C

#6C9F5C
(108,159,92)
#639154
(99,145,84)
#5A834C
(90,131,76)
#517544
(81,117,68)
#48673C
(72,103,60)
#3F5934
(63,89,52)
#364B2C
(54,75,44)
#2D3D24
(45,61,36)
#242F1C
(36,47,28)
#1B2114
(27,33,20)
#12130C
(18,19,12)
#000000
(0,0,0)

Tints of #6C9F5C

#6C9F5C
(108,159,92)
#79A76A
(121,167,106)
#86AF78
(134,175,120)
#93B786
(147,183,134)
#A0BF94
(160,191,148)
#ADC7A2
(173,199,162)
#BACFB0
(186,207,176)
#C7D7BE
(199,215,190)
#D4DFCC
(212,223,204)
#E1E7DA
(225,231,218)
#EEEFE8
(238,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C9F5C; }

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

This text font color is #6C9F5C.

Background Color

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

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

This div background color is #6C9F5C.

Border color

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

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

This div border color is #6C9F5C.

Opacity

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

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

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

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

This text has shadow with #6C9F5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C9F5C.

Preview

Color preview on black background

This text has color #6C9F5C on black background.


Color preview on white background

This text has color #6C9F5C on white background.


Black color preview on #6C9F5C background

This text has black color on #6C9F5C background.


White color preview on #6C9F5C background

This text has white color on #6C9F5C background.


Related colors

Complementary color

Complementary color for #hex is #9360A3.


I love getcolorcode.com

Triadic colors

1 #5C6C9F and #9F5C6C with #6C9F5C are triadic colors.

2 #5C9F6C and #9F6C5C with #6C9F5C are triadic colors.