COLOR #6A956C

HEX: #6A956C
RGB: (106,149,108)

Color info

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

RGB color model

#6A956C color RGB value is (106,149,108).

  • red value is 106;
  • green value is 149;
  • blue value is 108.
RGB:
(106,149,108)
(42%,58%,42%)

RGB channels and saturation

R 106 of 255 = 42%
G 149 of 255 = 58%
B 108 of 255 = 42%

106
149
108

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

Portions of RGB colors in percentages

R + G + B =
106 + 149 + 108 = 363 (100%)
R 106 of 363 ~ 29.2%
G 149 of 363 ~ 41.05%
B 108 of 363 ~ 29.75%

%29.2
%41.05
%29.75

CMYK color model

#6A956C color CMYK value is (29,0,28,42).

  • cyan value is 28.86%
  • magenta value is 0.00%
  • yellow value is 27.52%
  • key color value is 41.57%
CMYK:
(29,0,28,42)
C29M0Y28K42 
(29%,0%,28%,42%)
(0.29/0.00/0.28/0.42)	

CMYK percentages

%28.86
%0
%27.52
%41.57

Codes

Color #6A956C in popluar color models

6A956C
RGB106149108
HSL123°16.86%50.00%
HSB/HSV123°28.86%58.43%
CMYK28.86%0.00%27.52%
41.57%

Color #6A956C in popluar number systems.

HEX6A956C
Decimal106149108
Binary1101010100101011101100
Octal152225154

Shades and tints

Shades of #6A956C

#6A956C
(106,149,108)
#618863
(97,136,99)
#587B5A
(88,123,90)
#4F6E51
(79,110,81)
#466148
(70,97,72)
#3D543F
(61,84,63)
#344736
(52,71,54)
#2B3A2D
(43,58,45)
#222D24
(34,45,36)
#19201B
(25,32,27)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #6A956C

#6A956C
(106,149,108)
#779E79
(119,158,121)
#84A786
(132,167,134)
#91B093
(145,176,147)
#9EB9A0
(158,185,160)
#ABC2AD
(171,194,173)
#B8CBBA
(184,203,186)
#C5D4C7
(197,212,199)
#D2DDD4
(210,221,212)
#DFE6E1
(223,230,225)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A956C; }

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

This text font color is #6A956C.


Background Color

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

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

This div background color is #6A956C.


Border color

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

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

This div border color is #6A956C.


Opacity

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

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

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

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

This text has shadow with #6A956C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A956C on black background.


Color preview on white background

This text has color #6A956C on white background.



Black color preview on #6A956C background

This text has black color on #6A956C background.


White color preview on #6A956C background

This text has white color on #6A956C background.