COLOR #6AA500

HEX: #6AA500
RGB: (106,165,0)

Color info

#6AA500 contains only red and green colors. Web safe color of #6AA500 is #669900 (or #690).

RGB color model

#6AA500 color RGB value is (106,165,0).

  • red value is 106;
  • green value is 165;
  • blue value is 0.
RGB:
(106,165,0)
(42%,65%,0%)

RGB channels and saturation

R 106 of 255 = 42%
G 165 of 255 = 65%
B 0 of 255 = 0%

106
165
0

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

Portions of RGB colors in percentages

R + G + B =
106 + 165 + 0 = 271 (100%)
R 106 of 271 ~ 39.11%
G 165 of 271 ~ 60.89%
B 0 of 271 ~ 0%

%39.11
%60.89

CMYK color model

#6AA500 color CMYK value is (36,0,100,35).

  • cyan value is 35.76%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 35.29%
CMYK:
(36,0,100,35)
C36M0Y100K35 
(36%,0%,100%,35%)
(0.36/0.00/1.00/0.35)	

CMYK percentages

%35.76
%0
%100
%35.29

Codes

Color #6AA500 in popluar color models

6AA500
RGB1061650
HSL81°100.00%32.35%
HSB/HSV81°100.00%64.71%
CMYK35.76%0.00%100.00%
35.29%

Color #6AA500 in popluar number systems.

HEX6AA500
Decimal1061650
Binary1101010101001010
Octal1522450

Shades and tints

Shades of #6AA500

#6AA500
(106,165,0)
#619600
(97,150,0)
#588700
(88,135,0)
#4F7800
(79,120,0)
#466900
(70,105,0)
#3D5A00
(61,90,0)
#344B00
(52,75,0)
#2B3C00
(43,60,0)
#222D00
(34,45,0)
#191E00
(25,30,0)
#100F00
(16,15,0)
#000000
(0,0,0)

Tints of #6AA500

#6AA500
(106,165,0)
#77AD17
(119,173,23)
#84B52E
(132,181,46)
#91BD45
(145,189,69)
#9EC55C
(158,197,92)
#ABCD73
(171,205,115)
#B8D58A
(184,213,138)
#C5DDA1
(197,221,161)
#D2E5B8
(210,229,184)
#DFEDCF
(223,237,207)
#ECF5E6
(236,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA500 color. Also use rgb(106,165,0) instead hex code.

Text Font Color

.myTextColor { color: #6AA500; }

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

This text font color is #6AA500.


Background Color

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

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

This div background color is #6AA500.


Border color

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

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

This div border color is #6AA500.


Opacity

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

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

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

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

This text has shadow with #6AA500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA500 on black background.


Color preview on white background

This text has color #6AA500 on white background.



Black color preview on #6AA500 background

This text has black color on #6AA500 background.


White color preview on #6AA500 background

This text has white color on #6AA500 background.