COLOR #6AA369

HEX: #6AA369
RGB: (106,163,105)

Color info

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

RGB color model

#6AA369 color RGB value is (106,163,105).

  • red value is 106;
  • green value is 163;
  • blue value is 105.
RGB:
(106,163,105)
(42%,64%,41%)

RGB channels and saturation

R 106 of 255 = 42%
G 163 of 255 = 64%
B 105 of 255 = 41%

106
163
105

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

Portions of RGB colors in percentages

R + G + B =
106 + 163 + 105 = 374 (100%)
R 106 of 374 ~ 28.34%
G 163 of 374 ~ 43.58%
B 105 of 374 ~ 28.07%

%28.34
%43.58
%28.07

CMYK color model

#6AA369 color CMYK value is (35,0,36,36).

  • cyan value is 34.97%
  • magenta value is 0.00%
  • yellow value is 35.58%
  • key color value is 36.08%
CMYK:
(35,0,36,36)
C35M0Y36K36 
(35%,0%,36%,36%)
(0.35/0.00/0.36/0.36)	

CMYK percentages

%34.97
%0
%35.58
%36.08

Codes

Color #6AA369 in popluar color models

6AA369
RGB106163105
HSL119°23.97%52.55%
HSB/HSV119°35.58%63.92%
CMYK34.97%0.00%35.58%
36.08%

Color #6AA369 in popluar number systems.

HEX6AA369
Decimal106163105
Binary1101010101000111101001
Octal152243151

Shades and tints

Shades of #6AA369

#6AA369
(106,163,105)
#619560
(97,149,96)
#588757
(88,135,87)
#4F794E
(79,121,78)
#466B45
(70,107,69)
#3D5D3C
(61,93,60)
#344F33
(52,79,51)
#2B412A
(43,65,42)
#223321
(34,51,33)
#192518
(25,37,24)
#10170F
(16,23,15)
#000000
(0,0,0)

Tints of #6AA369

#6AA369
(106,163,105)
#77AB76
(119,171,118)
#84B383
(132,179,131)
#91BB90
(145,187,144)
#9EC39D
(158,195,157)
#ABCBAA
(171,203,170)
#B8D3B7
(184,211,183)
#C5DBC4
(197,219,196)
#D2E3D1
(210,227,209)
#DFEBDE
(223,235,222)
#ECF3EB
(236,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA369 color. Also use rgb(106,163,105) instead hex code.

Text Font Color

.myTextColor { color: #6AA369; }

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

This text font color is #6AA369.


Background Color

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

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

This div background color is #6AA369.


Border color

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

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

This div border color is #6AA369.


Opacity

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

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

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

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

This text has shadow with #6AA369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA369 on black background.


Color preview on white background

This text has color #6AA369 on white background.



Black color preview on #6AA369 background

This text has black color on #6AA369 background.


White color preview on #6AA369 background

This text has white color on #6AA369 background.