Color Hex Logo

#6bb16b Color Hex

#6BB16B
(107,177,107)
0 Favorites   0 Comments

Color spaces of #6bb16b

RGB 107177107
HSL0.330.310.56
HSV120°40°69°
CMYK 0.400.000.40   0.31
XYZ24.439435.631619.4994
Yxy35.63160.30710.4478
Hunter Lab59.6922-31.379322.4165
CIE-Lab66.2375-36.525429.0559

#6bb16b color RGB value is (107,177,107).

#6bb16b hex color red value is 107, green value is 177 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #6bb16b hue: 0.33 , saturation: 0.31 and the lightness value of 6bb16b is 0.56.

The process color (four color CMYK) of #6bb16b color hex is 0.40, 0.00, 0.40, 0.31. Web safe color of #6bb16b is #669966. Color #6bb16b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10110001 01101011
Octal 153 261 153
Decimal 107 177 107
Hex 6B B1 6B

RGB Percentages of Color #6bb16b

%27.37
%45.27
%27.37

CMYK Percentages of Color #6bb16b

%40
%0
%40
%31

Triadic Colors of #6bb16b

#6bb16b #6b6bb1 #b16b6b

Analogous Colors of #6bb16b

#6bb16b #6bb18e #8eb16b

Monochromatic Colors of #6bb16b

#6bb16b

Complementary Color

#6bb16b #b16bb1

#6bb16b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bb16b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bb16b Color CSS Codes

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

#6bb16b Text Font Color

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

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


#6bb16b Background Color

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

This div background color is #6bb16b


#6bb16b Border Color

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

This div border color is #6bb16b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bb16b


Comments

No comments written yet.

Please login to write comment.