COLOR #6A9C6F

HEX: #6A9C6F
RGB: (106,156,111)

Color info

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

RGB color model

#6A9C6F color RGB value is (106,156,111).

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

RGB channels and saturation

R 106 of 255 = 42%
G 156 of 255 = 61%
B 111 of 255 = 44%

106
156
111

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

Portions of RGB colors in percentages

R + G + B =
106 + 156 + 111 = 373 (100%)
R 106 of 373 ~ 28.42%
G 156 of 373 ~ 41.82%
B 111 of 373 ~ 29.76%

%28.42
%41.82
%29.76

CMYK color model

#6A9C6F color CMYK value is (32,0,29,39).

  • cyan value is 32.05%
  • magenta value is 0.00%
  • yellow value is 28.85%
  • key color value is 38.82%
CMYK:
(32,0,29,39)
C32M0Y29K39 
(32%,0%,29%,39%)
(0.32/0.00/0.29/0.39)	

CMYK percentages

%32.05
%0
%28.85
%38.82

Codes

Color #6A9C6F in popluar color models

6A9C6F
RGB106156111
HSL126°20.16%51.37%
HSB/HSV126°32.05%61.18%
CMYK32.05%0.00%28.85%
38.82%

Color #6A9C6F in popluar number systems.

HEX6A9C6F
Decimal106156111
Binary1101010100111001101111
Octal152234157

Shades and tints

Shades of #6A9C6F

#6A9C6F
(106,156,111)
#618E65
(97,142,101)
#58805B
(88,128,91)
#4F7251
(79,114,81)
#466447
(70,100,71)
#3D563D
(61,86,61)
#344833
(52,72,51)
#2B3A29
(43,58,41)
#222C1F
(34,44,31)
#191E15
(25,30,21)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #6A9C6F

#6A9C6F
(106,156,111)
#77A57C
(119,165,124)
#84AE89
(132,174,137)
#91B796
(145,183,150)
#9EC0A3
(158,192,163)
#ABC9B0
(171,201,176)
#B8D2BD
(184,210,189)
#C5DBCA
(197,219,202)
#D2E4D7
(210,228,215)
#DFEDE4
(223,237,228)
#ECF6F1
(236,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A9C6F; }

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

This text font color is #6A9C6F.


Background Color

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

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

This div background color is #6A9C6F.


Border color

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

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

This div border color is #6A9C6F.


Opacity

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

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

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

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

This text has shadow with #6A9C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9C6F on black background.


Color preview on white background

This text has color #6A9C6F on white background.



Black color preview on #6A9C6F background

This text has black color on #6A9C6F background.


White color preview on #6A9C6F background

This text has white color on #6A9C6F background.