COLOR #6AA371

HEX: #6AA371
RGB: (106,163,113)

Color info

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

RGB color model

#6AA371 color RGB value is (106,163,113).

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

RGB channels and saturation

R 106 of 255 = 42%
G 163 of 255 = 64%
B 113 of 255 = 44%

106
163
113

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

Portions of RGB colors in percentages

R + G + B =
106 + 163 + 113 = 382 (100%)
R 106 of 382 ~ 27.75%
G 163 of 382 ~ 42.67%
B 113 of 382 ~ 29.58%

%27.75
%42.67
%29.58

CMYK color model

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

  • cyan value is 34.97%
  • magenta value is 0.00%
  • yellow value is 30.67%
  • key color value is 36.08%
CMYK:
(35,0,31,36)
C35M0Y31K36 
(35%,0%,31%,36%)
(0.35/0.00/0.31/0.36)	

CMYK percentages

%34.97
%0
%30.67
%36.08

Codes

Color #6AA371 in popluar color models

6AA371
RGB106163113
HSL127°23.65%52.75%
HSB/HSV127°34.97%63.92%
CMYK34.97%0.00%30.67%
36.08%

Color #6AA371 in popluar number systems.

HEX6AA371
Decimal106163113
Binary1101010101000111110001
Octal152243161

Shades and tints

Shades of #6AA371

#6AA371
(106,163,113)
#619567
(97,149,103)
#58875D
(88,135,93)
#4F7953
(79,121,83)
#466B49
(70,107,73)
#3D5D3F
(61,93,63)
#344F35
(52,79,53)
#2B412B
(43,65,43)
#223321
(34,51,33)
#192517
(25,37,23)
#10170D
(16,23,13)
#000000
(0,0,0)

Tints of #6AA371

#6AA371
(106,163,113)
#77AB7D
(119,171,125)
#84B389
(132,179,137)
#91BB95
(145,187,149)
#9EC3A1
(158,195,161)
#ABCBAD
(171,203,173)
#B8D3B9
(184,211,185)
#C5DBC5
(197,219,197)
#D2E3D1
(210,227,209)
#DFEBDD
(223,235,221)
#ECF3E9
(236,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AA371; }

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

This text font color is #6AA371.


Background Color

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

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

This div background color is #6AA371.


Border color

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

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

This div border color is #6AA371.


Opacity

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

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

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

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

This text has shadow with #6AA371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA371 on black background.


Color preview on white background

This text has color #6AA371 on white background.



Black color preview on #6AA371 background

This text has black color on #6AA371 background.


White color preview on #6AA371 background

This text has white color on #6AA371 background.