COLOR #6AA324

HEX: #6AA324
RGB: (106,163,36)

Color info

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

RGB color model

#6AA324 color RGB value is (106,163,36).

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

RGB channels and saturation

R 106 of 255 = 42%
G 163 of 255 = 64%
B 36 of 255 = 14%

106
163
36

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

Portions of RGB colors in percentages

R + G + B =
106 + 163 + 36 = 305 (100%)
R 106 of 305 ~ 34.75%
G 163 of 305 ~ 53.44%
B 36 of 305 ~ 11.8%

%34.75
%53.44
%11.8

CMYK color model

#6AA324 color CMYK value is (35,0,78,36).

  • cyan value is 34.97%
  • magenta value is 0.00%
  • yellow value is 77.91%
  • key color value is 36.08%
CMYK:
(35,0,78,36)
C35M0Y78K36 
(35%,0%,78%,36%)
(0.35/0.00/0.78/0.36)	

CMYK percentages

%34.97
%0
%77.91
%36.08

Codes

Color #6AA324 in popluar color models

6AA324
RGB10616336
HSL87°63.82%39.02%
HSB/HSV87°77.91%63.92%
CMYK34.97%0.00%77.91%
36.08%

Color #6AA324 in popluar number systems.

HEX6AA324
Decimal10616336
Binary110101010100011100100
Octal15224344

Shades and tints

Shades of #6AA324

#6AA324
(106,163,36)
#619521
(97,149,33)
#58871E
(88,135,30)
#4F791B
(79,121,27)
#466B18
(70,107,24)
#3D5D15
(61,93,21)
#344F12
(52,79,18)
#2B410F
(43,65,15)
#22330C
(34,51,12)
#192509
(25,37,9)
#101706
(16,23,6)
#000000
(0,0,0)

Tints of #6AA324

#6AA324
(106,163,36)
#77AB37
(119,171,55)
#84B34A
(132,179,74)
#91BB5D
(145,187,93)
#9EC370
(158,195,112)
#ABCB83
(171,203,131)
#B8D396
(184,211,150)
#C5DBA9
(197,219,169)
#D2E3BC
(210,227,188)
#DFEBCF
(223,235,207)
#ECF3E2
(236,243,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AA324; }

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

This text font color is #6AA324.


Background Color

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

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

This div background color is #6AA324.


Border color

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

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

This div border color is #6AA324.


Opacity

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

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

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

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

This text has shadow with #6AA324 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA324 on black background.


Color preview on white background

This text has color #6AA324 on white background.



Black color preview on #6AA324 background

This text has black color on #6AA324 background.


White color preview on #6AA324 background

This text has white color on #6AA324 background.