Color Hex Logo

#6ba13e Color Hex

#6BA13E
(107,161,62)
0 Favorites   0 Comments

Color spaces of #6ba13e

RGB 10716162
HSL0.260.440.44
HSV93°61°63°
CMYK 0.340.000.61   0.37
XYZ19.677828.96339.1108
Yxy28.96330.34070.5015
Hunter Lab53.8176-28.914227.6351
CIE-Lab60.7492-35.026244.8489

#6ba13e color RGB value is (107,161,62).

#6ba13e hex color red value is 107, green value is 161 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #6ba13e hue: 0.26 , saturation: 0.44 and the lightness value of 6ba13e is 0.44.

The process color (four color CMYK) of #6ba13e color hex is 0.34, 0.00, 0.61, 0.37. Web safe color of #6ba13e is #669933. Color #6ba13e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10100001 00111110
Octal 153 241 76
Decimal 107 161 62
Hex 6B A1 3E

RGB Percentages of Color #6ba13e

%32.42
%48.79
%18.79

CMYK Percentages of Color #6ba13e

%34
%0
%61
%37

Triadic Colors of #6ba13e

#6ba13e #3e6ba1 #a13e6b

Analogous Colors of #6ba13e

#6ba13e #3ea143 #9da13e

Monochromatic Colors of #6ba13e

#6ba13e

Complementary Color

#6ba13e #743ea1

#6ba13e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ba13e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ba13e Color CSS Codes

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

#6ba13e Text Font Color

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

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


#6ba13e Background Color

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

This div background color is #6ba13e


#6ba13e Border Color

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

This div border color is #6ba13e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,161,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6ba13e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6ba13e;
  -webkit-box-shadow: 1px 1px 3px 2px #6ba13e;
  box-shadow:         1px 1px 3px 2px #6ba13e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,161,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ba13e


Comments

No comments written yet.

Please login to write comment.