COLOR #6C9A6A

HEX: #6C9A6A RGB: (108,154,106)

Color info

#6C9A6A contains red, green and blue colors in about the same proportion. Web safe color of #6C9A6A is #669966 (or #696).

RGB color model

#6C9A6A color RGB value is (108,154,106).

RGB: (108,154,106) (42%, 60%, 42%)

RGB channels and saturation

R 108 of 255 = 42%
G 154 of 255 = 60%
B 106 of 255 = 42%

108
154
106

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

Portions of RGB colors in percentages

R + G + B = 108 + 154 + 106 = 368 (100%)
R 108 of 368 ~ 29.35%
G 154 of 368 ~ 41.85%
B 106 of 368 ~ 28.8'%

%29.35
%41.85
%28.8

CMYK color model

#6C9A6A color CMYK value is (30,0,31,40).

  • cyan value is 29.87%
  • magenta value is 0.00%
  • yellow value is 31.17%
  • key color value is 39.61%

CMYK: (30,0,31,40)
C30M0Y31K40 (30%, 0%, 31%, 40%)
(0.30 / 0.00 / 0.31 / 0.40)

CMYK percentages

%29.87
%0
%31.17
%39.61

Codes

Color #6C9A6A in popluar color models

6C 9A 6A
RGB 108 154 106
HSL 118° 19.20% 50.98%
HSB/HSV 118° 31.17% 60.39%
CMYK 29.87% 0.00% 31.17%
39.61%

Color #6C9A6A in popluar number systems.

HEX 6C 9A 6A
Decimal 108 154 106
Binary 1101100 10011010 1101010
Octal 154 232 152

Shades and tints

Shades of #6C9A6A

#6C9A6A
(108,154,106)
#638C61
(99,140,97)
#5A7E58
(90,126,88)
#51704F
(81,112,79)
#486246
(72,98,70)
#3F543D
(63,84,61)
#364634
(54,70,52)
#2D382B
(45,56,43)
#242A22
(36,42,34)
#1B1C19
(27,28,25)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #6C9A6A

#6C9A6A
(108,154,106)
#79A377
(121,163,119)
#86AC84
(134,172,132)
#93B591
(147,181,145)
#A0BE9E
(160,190,158)
#ADC7AB
(173,199,171)
#BAD0B8
(186,208,184)
#C7D9C5
(199,217,197)
#D4E2D2
(212,226,210)
#E1EBDF
(225,235,223)
#EEF4EC
(238,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C9A6A color. Also use rgb(108,154,106) instead hex code.

Text Font Color

.myTextColor { color: #6C9A6A; }

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

This text font color is #6C9A6A.

Background Color

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

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

This div background color is #6C9A6A.

Border color

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

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

This div border color is #6C9A6A.

Opacity

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

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

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

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

This text has shadow with #6C9A6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C9A6A.

Preview

Color preview on black background

This text has color #6C9A6A on black background.


Color preview on white background

This text has color #6C9A6A on white background.


Black color preview on #6C9A6A background

This text has black color on #6C9A6A background.


White color preview on #6C9A6A background

This text has white color on #6C9A6A background.


Related colors

Complementary color

Complementary color for #hex is #936595.


I love getcolorcode.com

Triadic colors

1 #6A6C9A and #9A6A6C with #6C9A6A are triadic colors.

2 #6A9A6C and #9A6C6A with #6C9A6A are triadic colors.