COLOR #6A956F

HEX: #6A956F
RGB: (106,149,111)

Color info

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

RGB color model

#6A956F color RGB value is (106,149,111).

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

RGB channels and saturation

R 106 of 255 = 42%
G 149 of 255 = 58%
B 111 of 255 = 44%

106
149
111

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

Portions of RGB colors in percentages

R + G + B =
106 + 149 + 111 = 366 (100%)
R 106 of 366 ~ 28.96%
G 149 of 366 ~ 40.71%
B 111 of 366 ~ 30.33%

%28.96
%40.71
%30.33

CMYK color model

#6A956F color CMYK value is (29,0,26,42).

  • cyan value is 28.86%
  • magenta value is 0.00%
  • yellow value is 25.50%
  • key color value is 41.57%
CMYK:
(29,0,26,42)
C29M0Y26K42 
(29%,0%,26%,42%)
(0.29/0.00/0.26/0.42)	

CMYK percentages

%28.86
%0
%25.5
%41.57

Codes

Color #6A956F in popluar color models

6A956F
RGB106149111
HSL127°16.86%50.00%
HSB/HSV127°28.86%58.43%
CMYK28.86%0.00%25.50%
41.57%

Color #6A956F in popluar number systems.

HEX6A956F
Decimal106149111
Binary1101010100101011101111
Octal152225157

Shades and tints

Shades of #6A956F

#6A956F
(106,149,111)
#618865
(97,136,101)
#587B5B
(88,123,91)
#4F6E51
(79,110,81)
#466147
(70,97,71)
#3D543D
(61,84,61)
#344733
(52,71,51)
#2B3A29
(43,58,41)
#222D1F
(34,45,31)
#192015
(25,32,21)
#10130B
(16,19,11)
#000000
(0,0,0)

Tints of #6A956F

#6A956F
(106,149,111)
#779E7C
(119,158,124)
#84A789
(132,167,137)
#91B096
(145,176,150)
#9EB9A3
(158,185,163)
#ABC2B0
(171,194,176)
#B8CBBD
(184,203,189)
#C5D4CA
(197,212,202)
#D2DDD7
(210,221,215)
#DFE6E4
(223,230,228)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A956F; }

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

This text font color is #6A956F.


Background Color

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

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

This div background color is #6A956F.


Border color

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

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

This div border color is #6A956F.


Opacity

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

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

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

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

This text has shadow with #6A956F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A956F on black background.


Color preview on white background

This text has color #6A956F on white background.



Black color preview on #6A956F background

This text has black color on #6A956F background.


White color preview on #6A956F background

This text has white color on #6A956F background.