Color Hex Logo

#6aa851 Color Hex

#6AA851
(106,168,81)
0 Favorites   0 Comments

Color spaces of #6aa851

RGB 10616881
HSL0.290.350.49
HSV103°52°66°
CMYK 0.370.000.52   0.34
XYZ21.431731.663512.7667
Yxy31.66350.32540.4808
Hunter Lab56.2703-30.487725.9374
CIE-Lab63.0638-36.463638.4274

#6aa851 color RGB value is (106,168,81).

#6aa851 hex color red value is 106, green value is 168 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #6aa851 hue: 0.29 , saturation: 0.35 and the lightness value of 6aa851 is 0.49.

The process color (four color CMYK) of #6aa851 color hex is 0.37, 0.00, 0.52, 0.34. Web safe color of #6aa851 is #669966. Color #6aa851 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101000 01010001
Octal 152 250 121
Decimal 106 168 81
Hex 6A A8 51

RGB Percentages of Color #6aa851

%29.86
%47.32
%22.82

CMYK Percentages of Color #6aa851

%37
%0
%52
%34

Triadic Colors of #6aa851

#6aa851 #516aa8 #a8516a

Analogous Colors of #6aa851

#6aa851 #51a864 #96a851

Monochromatic Colors of #6aa851

#6aa851

Complementary Color

#6aa851 #8f51a8

#6aa851 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aa851 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aa851 Color CSS Codes

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

#6aa851 Text Font Color

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

This sample text font color is #6aa851
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.


#6aa851 Background Color

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

This div background color is #6aa851


#6aa851 Border Color

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

This div border color is #6aa851


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aa851


Comments

No comments written yet.

Please login to write comment.