Color Hex Logo

#6ba85c Color Hex

#6BA85C
(107,168,92)
0 Favorites   0 Comments

Color spaces of #6ba85c

RGB 10716892
HSL0.300.300.51
HSV108°45°66°
CMYK 0.360.000.45   0.34
XYZ21.997831.903815.1239
Yxy31.90380.31870.4622
Hunter Lab56.4834-29.328223.6630
CIE-Lab63.2633-34.667333.0836

#6ba85c color RGB value is (107,168,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101000 01011100
Octal 153 250 134
Decimal 107 168 92
Hex 6B A8 5C

RGB Percentages of Color #6ba85c

%29.16
%45.78
%25.07

CMYK Percentages of Color #6ba85c

%36
%0
%45
%34

Triadic Colors of #6ba85c

#6ba85c #5c6ba8 #a85c6b

Analogous Colors of #6ba85c

#6ba85c #5ca873 #91a85c

Monochromatic Colors of #6ba85c

#6ba85c

Complementary Color

#6ba85c #995ca8

#6ba85c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ba85c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ba85c Color CSS Codes

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

#6ba85c Text Font Color

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

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


#6ba85c Background Color

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

This div background color is #6ba85c


#6ba85c Border Color

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

This div border color is #6ba85c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ba85c


Comments

No comments written yet.

Please login to write comment.