COLOR #6A9164

HEX: #6A9164
RGB: (106,145,100)

Color info

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

RGB color model

#6A9164 color RGB value is (106,145,100).

  • red value is 106;
  • green value is 145;
  • blue value is 100.
RGB:
(106,145,100)
(42%,57%,39%)

RGB channels and saturation

R 106 of 255 = 42%
G 145 of 255 = 57%
B 100 of 255 = 39%

106
145
100

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

Portions of RGB colors in percentages

R + G + B =
106 + 145 + 100 = 351 (100%)
R 106 of 351 ~ 30.2%
G 145 of 351 ~ 41.31%
B 100 of 351 ~ 28.49%

%30.2
%41.31
%28.49

CMYK color model

#6A9164 color CMYK value is (27,0,31,43).

  • cyan value is 26.90%
  • magenta value is 0.00%
  • yellow value is 31.03%
  • key color value is 43.14%
CMYK:
(27,0,31,43)
C27M0Y31K43 
(27%,0%,31%,43%)
(0.27/0.00/0.31/0.43)	

CMYK percentages

%26.9
%0
%31.03
%43.14

Codes

Color #6A9164 in popluar color models

6A9164
RGB106145100
HSL112°18.37%48.04%
HSB/HSV112°31.03%56.86%
CMYK26.90%0.00%31.03%
43.14%

Color #6A9164 in popluar number systems.

HEX6A9164
Decimal106145100
Binary1101010100100011100100
Octal152221144

Shades and tints

Shades of #6A9164

#6A9164
(106,145,100)
#61845B
(97,132,91)
#587752
(88,119,82)
#4F6A49
(79,106,73)
#465D40
(70,93,64)
#3D5037
(61,80,55)
#34432E
(52,67,46)
#2B3625
(43,54,37)
#22291C
(34,41,28)
#191C13
(25,28,19)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #6A9164

#6A9164
(106,145,100)
#779B72
(119,155,114)
#84A580
(132,165,128)
#91AF8E
(145,175,142)
#9EB99C
(158,185,156)
#ABC3AA
(171,195,170)
#B8CDB8
(184,205,184)
#C5D7C6
(197,215,198)
#D2E1D4
(210,225,212)
#DFEBE2
(223,235,226)
#ECF5F0
(236,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A9164 color. Also use rgb(106,145,100) instead hex code.

Text Font Color

.myTextColor { color: #6A9164; }

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

This text font color is #6A9164.


Background Color

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

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

This div background color is #6A9164.


Border color

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

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

This div border color is #6A9164.


Opacity

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

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

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

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

This text has shadow with #6A9164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9164 on black background.


Color preview on white background

This text has color #6A9164 on white background.



Black color preview on #6A9164 background

This text has black color on #6A9164 background.


White color preview on #6A9164 background

This text has white color on #6A9164 background.