COLOR #6A8C6C

HEX: #6A8C6C
RGB: (106,140,108)

Color info

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

RGB color model

#6A8C6C color RGB value is (106,140,108).

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

RGB channels and saturation

R 106 of 255 = 42%
G 140 of 255 = 55%
B 108 of 255 = 42%

106
140
108

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

Portions of RGB colors in percentages

R + G + B =
106 + 140 + 108 = 354 (100%)
R 106 of 354 ~ 29.94%
G 140 of 354 ~ 39.55%
B 108 of 354 ~ 30.51%

%29.94
%39.55
%30.51

CMYK color model

#6A8C6C color CMYK value is (24,0,23,45).

  • cyan value is 24.29%
  • magenta value is 0.00%
  • yellow value is 22.86%
  • key color value is 45.10%
CMYK:
(24,0,23,45)
C24M0Y23K45 
(24%,0%,23%,45%)
(0.24/0.00/0.23/0.45)	

CMYK percentages

%24.29
%0
%22.86
%45.1

Codes

Color #6A8C6C in popluar color models

6A8C6C
RGB106140108
HSL124°13.82%48.24%
HSB/HSV124°24.29%54.90%
CMYK24.29%0.00%22.86%
45.10%

Color #6A8C6C in popluar number systems.

HEX6A8C6C
Decimal106140108
Binary1101010100011001101100
Octal152214154

Shades and tints

Shades of #6A8C6C

#6A8C6C
(106,140,108)
#618063
(97,128,99)
#58745A
(88,116,90)
#4F6851
(79,104,81)
#465C48
(70,92,72)
#3D503F
(61,80,63)
#344436
(52,68,54)
#2B382D
(43,56,45)
#222C24
(34,44,36)
#19201B
(25,32,27)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #6A8C6C

#6A8C6C
(106,140,108)
#779679
(119,150,121)
#84A086
(132,160,134)
#91AA93
(145,170,147)
#9EB4A0
(158,180,160)
#ABBEAD
(171,190,173)
#B8C8BA
(184,200,186)
#C5D2C7
(197,210,199)
#D2DCD4
(210,220,212)
#DFE6E1
(223,230,225)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A8C6C; }

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

This text font color is #6A8C6C.


Background Color

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

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

This div background color is #6A8C6C.


Border color

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

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

This div border color is #6A8C6C.


Opacity

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

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

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

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

This text has shadow with #6A8C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8C6C on black background.


Color preview on white background

This text has color #6A8C6C on white background.



Black color preview on #6A8C6C background

This text has black color on #6A8C6C background.


White color preview on #6A8C6C background

This text has white color on #6A8C6C background.