COLOR #6AA602

HEX: #6AA602
RGB: (106,166,2)

Color info

#6AA602 contains mainly green color. Web safe color of #6AA602 is #669900 (or #690).

RGB color model

#6AA602 color RGB value is (106,166,2).

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

RGB channels and saturation

R 106 of 255 = 42%
G 166 of 255 = 65%
B 2 of 255 = 1%

106
166
2

R + G + B ~ 36%. #6AA602 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 166 + 2 = 274 (100%)
R 106 of 274 ~ 38.69%
G 166 of 274 ~ 60.58%
B 2 of 274 ~ 0.73%

%38.69
%60.58

CMYK color model

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

  • cyan value is 36.14%
  • magenta value is 0.00%
  • yellow value is 98.80%
  • key color value is 34.90%
CMYK:
(36,0,99,35)
C36M0Y99K35 
(36%,0%,99%,35%)
(0.36/0.00/0.99/0.35)	

CMYK percentages

%36.14
%0
%98.8
%34.9

Codes

Color #6AA602 in popluar color models

6AA602
RGB1061662
HSL82°97.62%32.94%
HSB/HSV82°98.80%65.10%
CMYK36.14%0.00%98.80%
34.90%

Color #6AA602 in popluar number systems.

HEX6AA602
Decimal1061662
Binary11010101010011010
Octal1522462

Shades and tints

Shades of #6AA602

#6AA602
(106,166,2)
#619702
(97,151,2)
#588802
(88,136,2)
#4F7902
(79,121,2)
#466A02
(70,106,2)
#3D5B02
(61,91,2)
#344C02
(52,76,2)
#2B3D02
(43,61,2)
#222E02
(34,46,2)
#191F02
(25,31,2)
#101002
(16,16,2)
#000000
(0,0,0)

Tints of #6AA602

#6AA602
(106,166,2)
#77AE19
(119,174,25)
#84B630
(132,182,48)
#91BE47
(145,190,71)
#9EC65E
(158,198,94)
#ABCE75
(171,206,117)
#B8D68C
(184,214,140)
#C5DEA3
(197,222,163)
#D2E6BA
(210,230,186)
#DFEED1
(223,238,209)
#ECF6E8
(236,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AA602; }

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

This text font color is #6AA602.


Background Color

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

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

This div background color is #6AA602.


Border color

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

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

This div border color is #6AA602.


Opacity

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

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

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

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

This text has shadow with #6AA602 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA602 on black background.


Color preview on white background

This text has color #6AA602 on white background.



Black color preview on #6AA602 background

This text has black color on #6AA602 background.


White color preview on #6AA602 background

This text has white color on #6AA602 background.