Color Hex Logo

#6ba02e Color Hex

#6BA02E
(107,160,46)
0 Favorites   0 Comments

Color spaces of #6ba02e

RGB 10716046
HSL0.240.550.40
HSV88°71°63°
CMYK 0.330.000.71   0.37
XYZ19.127428.46477.0709
Yxy28.46470.34990.5207
Hunter Lab53.3523-29.372329.4888
CIE-Lab60.3063-35.900851.1726

#6ba02e color RGB value is (107,160,46).

#6ba02e hex color red value is 107, green value is 160 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #6ba02e hue: 0.24 , saturation: 0.55 and the lightness value of 6ba02e is 0.40.

The process color (four color CMYK) of #6ba02e color hex is 0.33, 0.00, 0.71, 0.37. Web safe color of #6ba02e is #669933. Color #6ba02e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10100000 00101110
Octal 153 240 56
Decimal 107 160 46
Hex 6B A0 2E

RGB Percentages of Color #6ba02e

%34.19
%51.12
%14.70

CMYK Percentages of Color #6ba02e

%33
%0
%71
%37

Triadic Colors of #6ba02e

#6ba02e #2e6ba0 #a02e6b

Analogous Colors of #6ba02e

#6ba02e #32a02e #a09c2e

Monochromatic Colors of #6ba02e

#6ba02e

Complementary Color

#6ba02e #632ea0

#6ba02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ba02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ba02e Color CSS Codes

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

#6ba02e Text Font Color

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

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


#6ba02e Background Color

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

This div background color is #6ba02e


#6ba02e Border Color

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

This div border color is #6ba02e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ba02e


Comments

No comments written yet.

Please login to write comment.