COLOR #6A9481

HEX: #6A9481
RGB: (106,148,129)

Color info

#6A9481 contains red, green and blue colors in about the same proportion. Web safe color of #6A9481 is #669999 (or #699).

RGB color model

#6A9481 color RGB value is (106,148,129).

  • red value is 106;
  • green value is 148;
  • blue value is 129.
RGB:
(106,148,129)
(42%,58%,51%)

RGB channels and saturation

R 106 of 255 = 42%
G 148 of 255 = 58%
B 129 of 255 = 51%

106
148
129

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

Portions of RGB colors in percentages

R + G + B =
106 + 148 + 129 = 383 (100%)
R 106 of 383 ~ 27.68%
G 148 of 383 ~ 38.64%
B 129 of 383 ~ 33.68%

%27.68
%38.64
%33.68

CMYK color model

#6A9481 color CMYK value is (28,0,13,42).

  • cyan value is 28.38%
  • magenta value is 0.00%
  • yellow value is 12.84%
  • key color value is 41.96%
CMYK:
(28,0,13,42)
C28M0Y13K42 
(28%,0%,13%,42%)
(0.28/0.00/0.13/0.42)	

CMYK percentages

%28.38
%0
%12.84
%41.96

Codes

Color #6A9481 in popluar color models

6A9481
RGB106148129
HSL153°16.54%49.80%
HSB/HSV153°28.38%58.04%
CMYK28.38%0.00%12.84%
41.96%

Color #6A9481 in popluar number systems.

HEX6A9481
Decimal106148129
Binary11010101001010010000001
Octal152224201

Shades and tints

Shades of #6A9481

#6A9481
(106,148,129)
#618776
(97,135,118)
#587A6B
(88,122,107)
#4F6D60
(79,109,96)
#466055
(70,96,85)
#3D534A
(61,83,74)
#34463F
(52,70,63)
#2B3934
(43,57,52)
#222C29
(34,44,41)
#191F1E
(25,31,30)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #6A9481

#6A9481
(106,148,129)
#779D8C
(119,157,140)
#84A697
(132,166,151)
#91AFA2
(145,175,162)
#9EB8AD
(158,184,173)
#ABC1B8
(171,193,184)
#B8CAC3
(184,202,195)
#C5D3CE
(197,211,206)
#D2DCD9
(210,220,217)
#DFE5E4
(223,229,228)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A9481 color. Also use rgb(106,148,129) instead hex code.

Text Font Color

.myTextColor { color: #6A9481; }

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

This text font color is #6A9481.


Background Color

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

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

This div background color is #6A9481.


Border color

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

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

This div border color is #6A9481.


Opacity

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

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

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

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

This text has shadow with #6A9481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9481 on black background.


Color preview on white background

This text has color #6A9481 on white background.



Black color preview on #6A9481 background

This text has black color on #6A9481 background.


White color preview on #6A9481 background

This text has white color on #6A9481 background.