COLOR #6A8D6D

HEX: #6A8D6D
RGB: (106,141,109)

Color info

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

RGB color model

#6A8D6D color RGB value is (106,141,109).

  • red value is 106;
  • green value is 141;
  • blue value is 109.
RGB:
(106,141,109)
(42%,55%,43%)

RGB channels and saturation

R 106 of 255 = 42%
G 141 of 255 = 55%
B 109 of 255 = 43%

106
141
109

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

Portions of RGB colors in percentages

R + G + B =
106 + 141 + 109 = 356 (100%)
R 106 of 356 ~ 29.78%
G 141 of 356 ~ 39.61%
B 109 of 356 ~ 30.62%

%29.78
%39.61
%30.62

CMYK color model

#6A8D6D color CMYK value is (25,0,23,45).

  • cyan value is 24.82%
  • magenta value is 0.00%
  • yellow value is 22.70%
  • key color value is 44.71%
CMYK:
(25,0,23,45)
C25M0Y23K45 
(25%,0%,23%,45%)
(0.25/0.00/0.23/0.45)	

CMYK percentages

%24.82
%0
%22.7
%44.71

Codes

Color #6A8D6D in popluar color models

6A8D6D
RGB106141109
HSL125°14.17%48.43%
HSB/HSV125°24.82%55.29%
CMYK24.82%0.00%22.70%
44.71%

Color #6A8D6D in popluar number systems.

HEX6A8D6D
Decimal106141109
Binary1101010100011011101101
Octal152215155

Shades and tints

Shades of #6A8D6D

#6A8D6D
(106,141,109)
#618164
(97,129,100)
#58755B
(88,117,91)
#4F6952
(79,105,82)
#465D49
(70,93,73)
#3D5140
(61,81,64)
#344537
(52,69,55)
#2B392E
(43,57,46)
#222D25
(34,45,37)
#19211C
(25,33,28)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #6A8D6D

#6A8D6D
(106,141,109)
#77977A
(119,151,122)
#84A187
(132,161,135)
#91AB94
(145,171,148)
#9EB5A1
(158,181,161)
#ABBFAE
(171,191,174)
#B8C9BB
(184,201,187)
#C5D3C8
(197,211,200)
#D2DDD5
(210,221,213)
#DFE7E2
(223,231,226)
#ECF1EF
(236,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8D6D color. Also use rgb(106,141,109) instead hex code.

Text Font Color

.myTextColor { color: #6A8D6D; }

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

This text font color is #6A8D6D.


Background Color

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

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

This div background color is #6A8D6D.


Border color

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

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

This div border color is #6A8D6D.


Opacity

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

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

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

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

This text has shadow with #6A8D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8D6D on black background.


Color preview on white background

This text has color #6A8D6D on white background.



Black color preview on #6A8D6D background

This text has black color on #6A8D6D background.


White color preview on #6A8D6D background

This text has white color on #6A8D6D background.