Color Hex Logo

#6ea531 Color Hex

#6EA531
(110,165,49)
0 Favorites   0 Comments

Color spaces of #6ea531

RGB 11016549
HSL0.250.540.42
HSV88°70°65°
CMYK 0.330.000.70   0.35
XYZ20.439930.44707.7053
Yxy30.44700.34890.5196
Hunter Lab55.1788-30.441130.3458
CIE-Lab62.0380-36.811051.8227

#6ea531 color RGB value is (110,165,49).

#6ea531 hex color red value is 110, green value is 165 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #6ea531 hue: 0.25 , saturation: 0.54 and the lightness value of 6ea531 is 0.42.

The process color (four color CMYK) of #6ea531 color hex is 0.33, 0.00, 0.70, 0.35. Web safe color of #6ea531 is #669933. Color #6ea531 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10100101 00110001
Octal 156 245 61
Decimal 110 165 49
Hex 6E A5 31

RGB Percentages of Color #6ea531

%33.95
%50.93
%15.12

CMYK Percentages of Color #6ea531

%33
%0
%70
%35

Triadic Colors of #6ea531

#6ea531 #316ea5 #a5316e

Analogous Colors of #6ea531

#6ea531 #34a531 #a5a231

Monochromatic Colors of #6ea531

#6ea531

Complementary Color

#6ea531 #6831a5

#6ea531 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ea531 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ea531 Color CSS Codes

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

#6ea531 Text Font Color

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

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


#6ea531 Background Color

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

This div background color is #6ea531


#6ea531 Border Color

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

This div border color is #6ea531


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,165,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6ea531; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6ea531;
  -webkit-box-shadow: 1px 1px 3px 2px #6ea531;
  box-shadow:         1px 1px 3px 2px #6ea531; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,165,49, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ea531


Comments

No comments written yet.

Please login to write comment.