color codes Logo

#6c991f color codes

#6C991F
(108,153,31)
0 Favorites   0 Comments

Color spaces of #6c991f

RGB 10815331
HSL0.230.660.36
HSV82°80°60°
CMYK 0.290.000.80   0.40
XYZ17.822926.06955.3889
Yxy26.06950.36170.5290
Hunter Lab51.0583-27.043129.4831
CIE-Lab58.1030-33.222354.3332

#6c991f color RGB value is (108,153,31).

#6c991f hex color red value is 108, green value is 153 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #6c991f hue: 0.23 , saturation: 0.66 and the lightness value of 6c991f is 0.36.

The process color (four color CMYK) of #6c991f color code is 0.29, 0.00, 0.80, 0.40. Web safe color of #6c991f is #669933. Color #6c991f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10011001 00011111
Octal 154 231 37
Decimal 108 153 31
Hex 6C 99 1F

RGB Percentages of Color #6c991f

%36.99
%52.40
%10.62

CMYK Percentages of Color #6c991f

%29
%0
%80
%40

Triadic Colors of #6c991f

#6c991f #1f6c99 #991f6c

Analogous Colors of #6c991f

#6c991f #2f991f #99891f

Monochromatic Colors of #6c991f

#6c991f

Complementary Color

#6c991f #4c1f99

#6c991f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c991f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c991f Color CSS Codes

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

#6c991f Text Font Color

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

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


#6c991f Background Color

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

This div background color is #6c991f


#6c991f Border Color

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

This div border color is #6c991f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c991f


Comments

No comments written yet.

Please login to write comment.