COLOR #6C9D5A

HEX: #6C9D5A RGB: (108,157,90)

Color info

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

RGB color model

#6C9D5A color RGB value is (108,157,90).

RGB: (108,157,90) (42%, 62%, 35%)

RGB channels and saturation

R 108 of 255 = 42%
G 157 of 255 = 62%
B 90 of 255 = 35%

108
157
90

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

Portions of RGB colors in percentages

R + G + B = 108 + 157 + 90 = 355 (100%)
R 108 of 355 ~ 30.42%
G 157 of 355 ~ 44.23%
B 90 of 355 ~ 25.35'%

%30.42
%44.23
%25.35

CMYK color model

#6C9D5A color CMYK value is (31,0,43,38).

  • cyan value is 31.21%
  • magenta value is 0.00%
  • yellow value is 42.68%
  • key color value is 38.43%

CMYK: (31,0,43,38)
C31M0Y43K38 (31%, 0%, 43%, 38%)
(0.31 / 0.00 / 0.43 / 0.38)

CMYK percentages

%31.21
%0
%42.68
%38.43

Codes

Color #6C9D5A in popluar color models

6C 9D 5A
RGB 108 157 90
HSL 104° 27.13% 48.43%
HSB/HSV 104° 42.68% 61.57%
CMYK 31.21% 0.00% 42.68%
38.43%

Color #6C9D5A in popluar number systems.

HEX 6C 9D 5A
Decimal 108 157 90
Binary 1101100 10011101 1011010
Octal 154 235 132

Shades and tints

Shades of #6C9D5A

#6C9D5A
(108,157,90)
#638F52
(99,143,82)
#5A814A
(90,129,74)
#517342
(81,115,66)
#48653A
(72,101,58)
#3F5732
(63,87,50)
#36492A
(54,73,42)
#2D3B22
(45,59,34)
#242D1A
(36,45,26)
#1B1F12
(27,31,18)
#12110A
(18,17,10)
#000000
(0,0,0)

Tints of #6C9D5A

#6C9D5A
(108,157,90)
#79A569
(121,165,105)
#86AD78
(134,173,120)
#93B587
(147,181,135)
#A0BD96
(160,189,150)
#ADC5A5
(173,197,165)
#BACDB4
(186,205,180)
#C7D5C3
(199,213,195)
#D4DDD2
(212,221,210)
#E1E5E1
(225,229,225)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C9D5A; }

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

This text font color is #6C9D5A.

Background Color

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

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

This div background color is #6C9D5A.

Border color

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

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

This div border color is #6C9D5A.

Opacity

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

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

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

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

This text has shadow with #6C9D5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C9D5A.

Preview

Color preview on black background

This text has color #6C9D5A on black background.


Color preview on white background

This text has color #6C9D5A on white background.


Black color preview on #6C9D5A background

This text has black color on #6C9D5A background.


White color preview on #6C9D5A background

This text has white color on #6C9D5A background.


Related colors

Complementary color

Complementary color for #hex is #9362A5.


I love getcolorcode.com

Triadic colors

1 #5A6C9D and #9D5A6C with #6C9D5A are triadic colors.

2 #5A9D6C and #9D6C5A with #6C9D5A are triadic colors.