COLOR #6A8A6E

HEX: #6A8A6E
RGB: (106,138,110)

Color info

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

RGB color model

#6A8A6E color RGB value is (106,138,110).

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

RGB channels and saturation

R 106 of 255 = 42%
G 138 of 255 = 54%
B 110 of 255 = 43%

106
138
110

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

Portions of RGB colors in percentages

R + G + B =
106 + 138 + 110 = 354 (100%)
R 106 of 354 ~ 29.94%
G 138 of 354 ~ 38.98%
B 110 of 354 ~ 31.07%

%29.94
%38.98
%31.07

CMYK color model

#6A8A6E color CMYK value is (23,0,20,46).

  • cyan value is 23.19%
  • magenta value is 0.00%
  • yellow value is 20.29%
  • key color value is 45.88%
CMYK:
(23,0,20,46)
C23M0Y20K46 
(23%,0%,20%,46%)
(0.23/0.00/0.20/0.46)	

CMYK percentages

%23.19
%0
%20.29
%45.88

Codes

Color #6A8A6E in popluar color models

6A8A6E
RGB106138110
HSL128°13.11%47.84%
HSB/HSV128°23.19%54.12%
CMYK23.19%0.00%20.29%
45.88%

Color #6A8A6E in popluar number systems.

HEX6A8A6E
Decimal106138110
Binary1101010100010101101110
Octal152212156

Shades and tints

Shades of #6A8A6E

#6A8A6E
(106,138,110)
#617E64
(97,126,100)
#58725A
(88,114,90)
#4F6650
(79,102,80)
#465A46
(70,90,70)
#3D4E3C
(61,78,60)
#344232
(52,66,50)
#2B3628
(43,54,40)
#222A1E
(34,42,30)
#191E14
(25,30,20)
#10120A
(16,18,10)
#000000
(0,0,0)

Tints of #6A8A6E

#6A8A6E
(106,138,110)
#77947B
(119,148,123)
#849E88
(132,158,136)
#91A895
(145,168,149)
#9EB2A2
(158,178,162)
#ABBCAF
(171,188,175)
#B8C6BC
(184,198,188)
#C5D0C9
(197,208,201)
#D2DAD6
(210,218,214)
#DFE4E3
(223,228,227)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A8A6E; }

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

This text font color is #6A8A6E.


Background Color

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

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

This div background color is #6A8A6E.


Border color

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

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

This div border color is #6A8A6E.


Opacity

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

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

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

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

This text has shadow with #6A8A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8A6E on black background.


Color preview on white background

This text has color #6A8A6E on white background.



Black color preview on #6A8A6E background

This text has black color on #6A8A6E background.


White color preview on #6A8A6E background

This text has white color on #6A8A6E background.