COLOR #6AA962

HEX: #6AA962
RGB: (106,169,98)

Color info

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

RGB color model

#6AA962 color RGB value is (106,169,98).

  • red value is 106;
  • green value is 169;
  • blue value is 98.
RGB:
(106,169,98)
(42%,66%,38%)

RGB channels and saturation

R 106 of 255 = 42%
G 169 of 255 = 66%
B 98 of 255 = 38%

106
169
98

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

Portions of RGB colors in percentages

R + G + B =
106 + 169 + 98 = 373 (100%)
R 106 of 373 ~ 28.42%
G 169 of 373 ~ 45.31%
B 98 of 373 ~ 26.27%

%28.42
%45.31
%26.27

CMYK color model

#6AA962 color CMYK value is (37,0,42,34).

  • cyan value is 37.28%
  • magenta value is 0.00%
  • yellow value is 42.01%
  • key color value is 33.73%
CMYK:
(37,0,42,34)
C37M0Y42K34 
(37%,0%,42%,34%)
(0.37/0.00/0.42/0.34)	

CMYK percentages

%37.28
%0
%42.01
%33.73

Codes

Color #6AA962 in popluar color models

6AA962
RGB10616998
HSL113°29.22%52.35%
HSB/HSV113°42.01%66.27%
CMYK37.28%0.00%42.01%
33.73%

Color #6AA962 in popluar number systems.

HEX6AA962
Decimal10616998
Binary1101010101010011100010
Octal152251142

Shades and tints

Shades of #6AA962

#6AA962
(106,169,98)
#619A5A
(97,154,90)
#588B52
(88,139,82)
#4F7C4A
(79,124,74)
#466D42
(70,109,66)
#3D5E3A
(61,94,58)
#344F32
(52,79,50)
#2B402A
(43,64,42)
#223122
(34,49,34)
#19221A
(25,34,26)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #6AA962

#6AA962
(106,169,98)
#77B070
(119,176,112)
#84B77E
(132,183,126)
#91BE8C
(145,190,140)
#9EC59A
(158,197,154)
#ABCCA8
(171,204,168)
#B8D3B6
(184,211,182)
#C5DAC4
(197,218,196)
#D2E1D2
(210,225,210)
#DFE8E0
(223,232,224)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA962 color. Also use rgb(106,169,98) instead hex code.

Text Font Color

.myTextColor { color: #6AA962; }

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

This text font color is #6AA962.


Background Color

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

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

This div background color is #6AA962.


Border color

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

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

This div border color is #6AA962.


Opacity

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

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

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

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

This text has shadow with #6AA962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA962 on black background.


Color preview on white background

This text has color #6AA962 on white background.



Black color preview on #6AA962 background

This text has black color on #6AA962 background.


White color preview on #6AA962 background

This text has white color on #6AA962 background.