Color Hex Logo

#6ba066 Color Hex

#6BA066
(107,160,102)
0 Favorites   0 Comments

Color spaces of #6ba066

RGB 107160102
HSL0.320.230.51
HSV115°36°63°
CMYK 0.330.000.36   0.37
XYZ21.032529.226717.1032
Yxy29.22670.31220.4339
Hunter Lab54.0617-25.163319.0860
CIE-Lab60.9812-29.388324.8143

#6ba066 color RGB value is (107,160,102).

#6ba066 hex color red value is 107, green value is 160 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #6ba066 hue: 0.32 , saturation: 0.23 and the lightness value of 6ba066 is 0.51.

The process color (four color CMYK) of #6ba066 color hex is 0.33, 0.00, 0.36, 0.37. Web safe color of #6ba066 is #669966. Color #6ba066 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10100000 01100110
Octal 153 240 146
Decimal 107 160 102
Hex 6B A0 66

RGB Percentages of Color #6ba066

%29.00
%43.36
%27.64

CMYK Percentages of Color #6ba066

%33
%0
%36
%37

Triadic Colors of #6ba066

#6ba066 #666ba0 #a0666b

Analogous Colors of #6ba066

#6ba066 #66a07e #88a066

Monochromatic Colors of #6ba066

#6ba066

Complementary Color

#6ba066 #9b66a0

#6ba066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ba066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ba066 Color CSS Codes

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

#6ba066 Text Font Color

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

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


#6ba066 Background Color

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

This div background color is #6ba066


#6ba066 Border Color

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

This div border color is #6ba066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ba066


Comments

No comments written yet.

Please login to write comment.