COLOR #6A8E6E

HEX: #6A8E6E
RGB: (106,142,110)

Color info

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

RGB color model

#6A8E6E color RGB value is (106,142,110).

  • red value is 106;
  • green value is 142;
  • blue value is 110.
RGB:
(106,142,110)
(42%,56%,43%)

RGB channels and saturation

R 106 of 255 = 42%
G 142 of 255 = 56%
B 110 of 255 = 43%

106
142
110

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

Portions of RGB colors in percentages

R + G + B =
106 + 142 + 110 = 358 (100%)
R 106 of 358 ~ 29.61%
G 142 of 358 ~ 39.66%
B 110 of 358 ~ 30.73%

%29.61
%39.66
%30.73

CMYK color model

#6A8E6E color CMYK value is (25,0,23,44).

  • cyan value is 25.35%
  • magenta value is 0.00%
  • yellow value is 22.54%
  • key color value is 44.31%
CMYK:
(25,0,23,44)
C25M0Y23K44 
(25%,0%,23%,44%)
(0.25/0.00/0.23/0.44)	

CMYK percentages

%25.35
%0
%22.54
%44.31

Codes

Color #6A8E6E in popluar color models

6A8E6E
RGB106142110
HSL127°14.52%48.63%
HSB/HSV127°25.35%55.69%
CMYK25.35%0.00%22.54%
44.31%

Color #6A8E6E in popluar number systems.

HEX6A8E6E
Decimal106142110
Binary1101010100011101101110
Octal152216156

Shades and tints

Shades of #6A8E6E

#6A8E6E
(106,142,110)
#618264
(97,130,100)
#58765A
(88,118,90)
#4F6A50
(79,106,80)
#465E46
(70,94,70)
#3D523C
(61,82,60)
#344632
(52,70,50)
#2B3A28
(43,58,40)
#222E1E
(34,46,30)
#192214
(25,34,20)
#10160A
(16,22,10)
#000000
(0,0,0)

Tints of #6A8E6E

#6A8E6E
(106,142,110)
#77987B
(119,152,123)
#84A288
(132,162,136)
#91AC95
(145,172,149)
#9EB6A2
(158,182,162)
#ABC0AF
(171,192,175)
#B8CABC
(184,202,188)
#C5D4C9
(197,212,201)
#D2DED6
(210,222,214)
#DFE8E3
(223,232,227)
#ECF2F0
(236,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8E6E color. Also use rgb(106,142,110) instead hex code.

Text Font Color

.myTextColor { color: #6A8E6E; }

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

This text font color is #6A8E6E.


Background Color

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

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

This div background color is #6A8E6E.


Border color

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

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

This div border color is #6A8E6E.


Opacity

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

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

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

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

This text has shadow with #6A8E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8E6E on black background.


Color preview on white background

This text has color #6A8E6E on white background.



Black color preview on #6A8E6E background

This text has black color on #6A8E6E background.


White color preview on #6A8E6E background

This text has white color on #6A8E6E background.