COLOR #6A9654

HEX: #6A9654
RGB: (106,150,84)

Color info

#6A9654 contains mainly red and green colors. Web safe color of #6A9654 is #669966 (or #696).

RGB color model

#6A9654 color RGB value is (106,150,84).

  • red value is 106;
  • green value is 150;
  • blue value is 84.
RGB:
(106,150,84)
(42%,59%,33%)

RGB channels and saturation

R 106 of 255 = 42%
G 150 of 255 = 59%
B 84 of 255 = 33%

106
150
84

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

Portions of RGB colors in percentages

R + G + B =
106 + 150 + 84 = 340 (100%)
R 106 of 340 ~ 31.18%
G 150 of 340 ~ 44.12%
B 84 of 340 ~ 24.71%

%31.18
%44.12
%24.71

CMYK color model

#6A9654 color CMYK value is (29,0,44,41).

  • cyan value is 29.33%
  • magenta value is 0.00%
  • yellow value is 44.00%
  • key color value is 41.18%
CMYK:
(29,0,44,41)
C29M0Y44K41 
(29%,0%,44%,41%)
(0.29/0.00/0.44/0.41)	

CMYK percentages

%29.33
%0
%44
%41.18

Codes

Color #6A9654 in popluar color models

6A9654
RGB10615084
HSL100°28.21%45.88%
HSB/HSV100°44.00%58.82%
CMYK29.33%0.00%44.00%
41.18%

Color #6A9654 in popluar number systems.

HEX6A9654
Decimal10615084
Binary1101010100101101010100
Octal152226124

Shades and tints

Shades of #6A9654

#6A9654
(106,150,84)
#61894D
(97,137,77)
#587C46
(88,124,70)
#4F6F3F
(79,111,63)
#466238
(70,98,56)
#3D5531
(61,85,49)
#34482A
(52,72,42)
#2B3B23
(43,59,35)
#222E1C
(34,46,28)
#192115
(25,33,21)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #6A9654

#6A9654
(106,150,84)
#779F63
(119,159,99)
#84A872
(132,168,114)
#91B181
(145,177,129)
#9EBA90
(158,186,144)
#ABC39F
(171,195,159)
#B8CCAE
(184,204,174)
#C5D5BD
(197,213,189)
#D2DECC
(210,222,204)
#DFE7DB
(223,231,219)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A9654 color. Also use rgb(106,150,84) instead hex code.

Text Font Color

.myTextColor { color: #6A9654; }

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

This text font color is #6A9654.


Background Color

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

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

This div background color is #6A9654.


Border color

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

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

This div border color is #6A9654.


Opacity

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

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

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

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

This text has shadow with #6A9654 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9654 on black background.


Color preview on white background

This text has color #6A9654 on white background.



Black color preview on #6A9654 background

This text has black color on #6A9654 background.


White color preview on #6A9654 background

This text has white color on #6A9654 background.