COLOR #6A9166

HEX: #6A9166
RGB: (106,145,102)

Color info

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

RGB color model

#6A9166 color RGB value is (106,145,102).

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

RGB channels and saturation

R 106 of 255 = 42%
G 145 of 255 = 57%
B 102 of 255 = 40%

106
145
102

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

Portions of RGB colors in percentages

R + G + B =
106 + 145 + 102 = 353 (100%)
R 106 of 353 ~ 30.03%
G 145 of 353 ~ 41.08%
B 102 of 353 ~ 28.9%

%30.03
%41.08
%28.9

CMYK color model

#6A9166 color CMYK value is (27,0,30,43).

  • cyan value is 26.90%
  • magenta value is 0.00%
  • yellow value is 29.66%
  • key color value is 43.14%
CMYK:
(27,0,30,43)
C27M0Y30K43 
(27%,0%,30%,43%)
(0.27/0.00/0.30/0.43)	

CMYK percentages

%26.9
%0
%29.66
%43.14

Codes

Color #6A9166 in popluar color models

6A9166
RGB106145102
HSL114°17.41%48.43%
HSB/HSV114°29.66%56.86%
CMYK26.90%0.00%29.66%
43.14%

Color #6A9166 in popluar number systems.

HEX6A9166
Decimal106145102
Binary1101010100100011100110
Octal152221146

Shades and tints

Shades of #6A9166

#6A9166
(106,145,102)
#61845D
(97,132,93)
#587754
(88,119,84)
#4F6A4B
(79,106,75)
#465D42
(70,93,66)
#3D5039
(61,80,57)
#344330
(52,67,48)
#2B3627
(43,54,39)
#22291E
(34,41,30)
#191C15
(25,28,21)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #6A9166

#6A9166
(106,145,102)
#779B73
(119,155,115)
#84A580
(132,165,128)
#91AF8D
(145,175,141)
#9EB99A
(158,185,154)
#ABC3A7
(171,195,167)
#B8CDB4
(184,205,180)
#C5D7C1
(197,215,193)
#D2E1CE
(210,225,206)
#DFEBDB
(223,235,219)
#ECF5E8
(236,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A9166; }

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

This text font color is #6A9166.


Background Color

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

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

This div background color is #6A9166.


Border color

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

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

This div border color is #6A9166.


Opacity

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

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

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

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

This text has shadow with #6A9166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9166 on black background.


Color preview on white background

This text has color #6A9166 on white background.



Black color preview on #6A9166 background

This text has black color on #6A9166 background.


White color preview on #6A9166 background

This text has white color on #6A9166 background.