Color Hex Logo

#6cb12c Color Hex

#6CB12C
(108,177,44)
0 Favorites   0 Comments

Color spaces of #6cb12c

RGB 10817744
HSL0.250.600.43
HSV91°75°69°
CMYK 0.390.000.75   0.31
XYZ22.361134.81437.9241
Yxy34.81430.34350.5348
Hunter Lab59.0036-35.608833.3400
CIE-Lab65.6038-43.075057.1950

#6cb12c color RGB value is (108,177,44).

#6cb12c hex color red value is 108, green value is 177 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #6cb12c hue: 0.25 , saturation: 0.60 and the lightness value of 6cb12c is 0.43.

The process color (four color CMYK) of #6cb12c color hex is 0.39, 0.00, 0.75, 0.31. Web safe color of #6cb12c is #669933. Color #6cb12c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10110001 00101100
Octal 154 261 54
Decimal 108 177 44
Hex 6C B1 2C

RGB Percentages of Color #6cb12c

%32.83
%53.80
%13.37

CMYK Percentages of Color #6cb12c

%39
%0
%75
%31

Triadic Colors of #6cb12c

#6cb12c #2c6cb1 #b12c6c

Analogous Colors of #6cb12c

#6cb12c #2cb12f #afb12c

Monochromatic Colors of #6cb12c

#6cb12c

Complementary Color

#6cb12c #712cb1

#6cb12c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cb12c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cb12c Color CSS Codes

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

#6cb12c Text Font Color

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

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


#6cb12c Background Color

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

This div background color is #6cb12c


#6cb12c Border Color

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

This div border color is #6cb12c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cb12c


Comments

No comments written yet.

Please login to write comment.