Color Hex Logo

#6aa95d Color Hex

#6AA95D
(106,169,93)
0 Favorites   0 Comments

Color spaces of #6aa95d

RGB 10616993
HSL0.300.310.51
HSV110°45°66°
CMYK 0.370.000.45   0.34
XYZ22.107632.230415.4118
Yxy32.23040.31700.4621
Hunter Lab56.7718-29.840723.6449
CIE-Lab63.5329-35.319232.8952

#6aa95d color RGB value is (106,169,93).

#6aa95d hex color red value is 106, green value is 169 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #6aa95d hue: 0.30 , saturation: 0.31 and the lightness value of 6aa95d is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101001 01011101
Octal 152 251 135
Decimal 106 169 93
Hex 6A A9 5D

RGB Percentages of Color #6aa95d

%28.80
%45.92
%25.27

CMYK Percentages of Color #6aa95d

%37
%0
%45
%34

Triadic Colors of #6aa95d

#6aa95d #5d6aa9 #a95d6a

Analogous Colors of #6aa95d

#6aa95d #5da976 #90a95d

Monochromatic Colors of #6aa95d

#6aa95d

Complementary Color

#6aa95d #9c5da9

#6aa95d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aa95d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aa95d Color CSS Codes

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

#6aa95d Text Font Color

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

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


#6aa95d Background Color

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

This div background color is #6aa95d


#6aa95d Border Color

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

This div border color is #6aa95d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aa95d


Comments

No comments written yet.

Please login to write comment.