COLOR #6AA225

HEX: #6AA225
RGB: (106,162,37)

Color info

#6AA225 contains mainly red and green colors. Web safe color of #6AA225 is #669933 (or #693).

RGB color model

#6AA225 color RGB value is (106,162,37).

  • red value is 106;
  • green value is 162;
  • blue value is 37.
RGB:
(106,162,37)
(42%,64%,15%)

RGB channels and saturation

R 106 of 255 = 42%
G 162 of 255 = 64%
B 37 of 255 = 15%

106
162
37

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

Portions of RGB colors in percentages

R + G + B =
106 + 162 + 37 = 305 (100%)
R 106 of 305 ~ 34.75%
G 162 of 305 ~ 53.11%
B 37 of 305 ~ 12.13%

%34.75
%53.11
%12.13

CMYK color model

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

  • cyan value is 34.57%
  • magenta value is 0.00%
  • yellow value is 77.16%
  • key color value is 36.47%
CMYK:
(35,0,77,36)
C35M0Y77K36 
(35%,0%,77%,36%)
(0.35/0.00/0.77/0.36)	

CMYK percentages

%34.57
%0
%77.16
%36.47

Codes

Color #6AA225 in popluar color models

6AA225
RGB10616237
HSL87°62.81%39.02%
HSB/HSV87°77.16%63.53%
CMYK34.57%0.00%77.16%
36.47%

Color #6AA225 in popluar number systems.

HEX6AA225
Decimal10616237
Binary110101010100010100101
Octal15224245

Shades and tints

Shades of #6AA225

#6AA225
(106,162,37)
#619422
(97,148,34)
#58861F
(88,134,31)
#4F781C
(79,120,28)
#466A19
(70,106,25)
#3D5C16
(61,92,22)
#344E13
(52,78,19)
#2B4010
(43,64,16)
#22320D
(34,50,13)
#19240A
(25,36,10)
#101607
(16,22,7)
#000000
(0,0,0)

Tints of #6AA225

#6AA225
(106,162,37)
#77AA38
(119,170,56)
#84B24B
(132,178,75)
#91BA5E
(145,186,94)
#9EC271
(158,194,113)
#ABCA84
(171,202,132)
#B8D297
(184,210,151)
#C5DAAA
(197,218,170)
#D2E2BD
(210,226,189)
#DFEAD0
(223,234,208)
#ECF2E3
(236,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA225 color. Also use rgb(106,162,37) instead hex code.

Text Font Color

.myTextColor { color: #6AA225; }

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

This text font color is #6AA225.


Background Color

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

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

This div background color is #6AA225.


Border color

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

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

This div border color is #6AA225.


Opacity

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

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

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

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

This text has shadow with #6AA225 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA225 on black background.


Color preview on white background

This text has color #6AA225 on white background.



Black color preview on #6AA225 background

This text has black color on #6AA225 background.


White color preview on #6AA225 background

This text has white color on #6AA225 background.