Color Hex Logo

#6aa325 Color Hex

#6AA325
(106,163,37)
1 Favorites   0 Comments

Color spaces of #6aa325

RGB 10616337
HSL0.240.630.39
HSV87°77°64°
CMYK 0.350.000.77   0.36
XYZ19.375029.39216.4023
Yxy29.39210.35120.5328
Hunter Lab54.2145-31.083630.9485
CIE-Lab61.1261-38.175855.2043

#6aa325 color RGB value is (106,163,37).

#6aa325 hex color red value is 106, green value is 163 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #6aa325 hue: 0.24 , saturation: 0.63 and the lightness value of 6aa325 is 0.39.

The process color (four color CMYK) of #6aa325 color hex is 0.35, 0.00, 0.77, 0.36. Web safe color of #6aa325 is #669933. Color #6aa325 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10100011 00100101
Octal 152 243 45
Decimal 106 163 37
Hex 6A A3 25

RGB Percentages of Color #6aa325

%34.64
%53.27
%12.09

CMYK Percentages of Color #6aa325

%35
%0
%77
%36

Triadic Colors of #6aa325

#6aa325 #256aa3 #a3256a

Analogous Colors of #6aa325

#6aa325 #2ba325 #a39d25

Monochromatic Colors of #6aa325

#6aa325

Complementary Color

#6aa325 #5e25a3

#6aa325 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aa325 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aa325 Color CSS Codes

.mybgcolor {background-color:#6aa325; } 
.myforecolor {color:#6aa325; }
.mybordercolor {border:3px solid #6aa325; }

#6aa325 Text Font Color

<p style="color:#6aa325">Text here</p>

This sample text font color is #6aa325
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6aa325 Background Color

<div style="background-color:#6aa325">
Div content here</div>

This div background color is #6aa325


#6aa325 Border Color

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

This div border color is #6aa325


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,163,37, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6aa325; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6aa325;
  -webkit-box-shadow: 1px 1px 3px 2px #6aa325;
  box-shadow:         1px 1px 3px 2px #6aa325; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,163,37, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6aa325">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6aa325;
  -webkit-box-shadow: 1px 1px 3px 2px #6aa325;
  box-shadow:         1px 1px 3px 2px #6aa325;">
Div content here</div>

This div box has shadow with color #6aa325


Comments

No comments written yet.

Please login to write comment.