Color Hex Logo

#6ba45f Color Hex

#6BA45F
(107,164,95)
0 Favorites   0 Comments

Color spaces of #6ba45f

RGB 10716495
HSL0.300.270.51
HSV110°42°64°
CMYK 0.350.000.42   0.36
XYZ21.404430.502915.5860
Yxy30.50290.31710.4519
Hunter Lab55.2294-27.473121.9287
CIE-Lab62.0857-32.377130.0089

#6ba45f color RGB value is (107,164,95).

#6ba45f hex color red value is 107, green value is 164 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #6ba45f hue: 0.30 , saturation: 0.27 and the lightness value of 6ba45f is 0.51.

The process color (four color CMYK) of #6ba45f color hex is 0.35, 0.00, 0.42, 0.36. Web safe color of #6ba45f is #669966. Color #6ba45f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10100100 01011111
Octal 153 244 137
Decimal 107 164 95
Hex 6B A4 5F

RGB Percentages of Color #6ba45f

%29.23
%44.81
%25.96

CMYK Percentages of Color #6ba45f

%35
%0
%42
%36

Triadic Colors of #6ba45f

#6ba45f #5f6ba4 #a45f6b

Analogous Colors of #6ba45f

#6ba45f #5fa476 #8ea45f

Monochromatic Colors of #6ba45f

#6ba45f

Complementary Color

#6ba45f #985fa4

#6ba45f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ba45f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ba45f Color CSS Codes

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

#6ba45f Text Font Color

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

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


#6ba45f Background Color

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

This div background color is #6ba45f


#6ba45f Border Color

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

This div border color is #6ba45f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ba45f


Comments

No comments written yet.

Please login to write comment.