COLOR #6AA655

HEX: #6AA655
RGB: (106,166,85)

Color info

#6AA655 contains mainly green color. Web safe color of #6AA655 is #669966 (or #696).

RGB color model

#6AA655 color RGB value is (106,166,85).

  • red value is 106;
  • green value is 166;
  • blue value is 85.
RGB:
(106,166,85)
(42%,65%,33%)

RGB channels and saturation

R 106 of 255 = 42%
G 166 of 255 = 65%
B 85 of 255 = 33%

106
166
85

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

Portions of RGB colors in percentages

R + G + B =
106 + 166 + 85 = 357 (100%)
R 106 of 357 ~ 29.69%
G 166 of 357 ~ 46.5%
B 85 of 357 ~ 23.81%

%29.69
%46.5
%23.81

CMYK color model

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

  • cyan value is 36.14%
  • magenta value is 0.00%
  • yellow value is 48.80%
  • key color value is 34.90%
CMYK:
(36,0,49,35)
C36M0Y49K35 
(36%,0%,49%,35%)
(0.36/0.00/0.49/0.35)	

CMYK percentages

%36.14
%0
%48.8
%34.9

Codes

Color #6AA655 in popluar color models

6AA655
RGB10616685
HSL104°32.27%49.22%
HSB/HSV104°48.80%65.10%
CMYK36.14%0.00%48.80%
34.90%

Color #6AA655 in popluar number systems.

HEX6AA655
Decimal10616685
Binary1101010101001101010101
Octal152246125

Shades and tints

Shades of #6AA655

#6AA655
(106,166,85)
#61974E
(97,151,78)
#588847
(88,136,71)
#4F7940
(79,121,64)
#466A39
(70,106,57)
#3D5B32
(61,91,50)
#344C2B
(52,76,43)
#2B3D24
(43,61,36)
#222E1D
(34,46,29)
#191F16
(25,31,22)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #6AA655

#6AA655
(106,166,85)
#77AE64
(119,174,100)
#84B673
(132,182,115)
#91BE82
(145,190,130)
#9EC691
(158,198,145)
#ABCEA0
(171,206,160)
#B8D6AF
(184,214,175)
#C5DEBE
(197,222,190)
#D2E6CD
(210,230,205)
#DFEEDC
(223,238,220)
#ECF6EB
(236,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA655 color. Also use rgb(106,166,85) instead hex code.

Text Font Color

.myTextColor { color: #6AA655; }

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

This text font color is #6AA655.


Background Color

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

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

This div background color is #6AA655.


Border color

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

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

This div border color is #6AA655.


Opacity

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

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

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

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

This text has shadow with #6AA655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA655 on black background.


Color preview on white background

This text has color #6AA655 on white background.



Black color preview on #6AA655 background

This text has black color on #6AA655 background.


White color preview on #6AA655 background

This text has white color on #6AA655 background.