COLOR #6A9C6C

HEX: #6A9C6C
RGB: (106,156,108)

Color info

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

RGB color model

#6A9C6C color RGB value is (106,156,108).

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

RGB channels and saturation

R 106 of 255 = 42%
G 156 of 255 = 61%
B 108 of 255 = 42%

106
156
108

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

Portions of RGB colors in percentages

R + G + B =
106 + 156 + 108 = 370 (100%)
R 106 of 370 ~ 28.65%
G 156 of 370 ~ 42.16%
B 108 of 370 ~ 29.19%

%28.65
%42.16
%29.19

CMYK color model

#6A9C6C color CMYK value is (32,0,31,39).

  • cyan value is 32.05%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 38.82%
CMYK:
(32,0,31,39)
C32M0Y31K39 
(32%,0%,31%,39%)
(0.32/0.00/0.31/0.39)	

CMYK percentages

%32.05
%0
%30.77
%38.82

Codes

Color #6A9C6C in popluar color models

6A9C6C
RGB106156108
HSL122°20.16%51.37%
HSB/HSV122°32.05%61.18%
CMYK32.05%0.00%30.77%
38.82%

Color #6A9C6C in popluar number systems.

HEX6A9C6C
Decimal106156108
Binary1101010100111001101100
Octal152234154

Shades and tints

Shades of #6A9C6C

#6A9C6C
(106,156,108)
#618E63
(97,142,99)
#58805A
(88,128,90)
#4F7251
(79,114,81)
#466448
(70,100,72)
#3D563F
(61,86,63)
#344836
(52,72,54)
#2B3A2D
(43,58,45)
#222C24
(34,44,36)
#191E1B
(25,30,27)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #6A9C6C

#6A9C6C
(106,156,108)
#77A579
(119,165,121)
#84AE86
(132,174,134)
#91B793
(145,183,147)
#9EC0A0
(158,192,160)
#ABC9AD
(171,201,173)
#B8D2BA
(184,210,186)
#C5DBC7
(197,219,199)
#D2E4D4
(210,228,212)
#DFEDE1
(223,237,225)
#ECF6EE
(236,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A9C6C; }

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

This text font color is #6A9C6C.


Background Color

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

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

This div background color is #6A9C6C.


Border color

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

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

This div border color is #6A9C6C.


Opacity

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

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

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

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

This text has shadow with #6A9C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9C6C on black background.


Color preview on white background

This text has color #6A9C6C on white background.



Black color preview on #6A9C6C background

This text has black color on #6A9C6C background.


White color preview on #6A9C6C background

This text has white color on #6A9C6C background.