Color Hex Logo

#6b976c Color Hex

#6B976C
(107,151,108)
0 Favorites   0 Comments

Color spaces of #6b976c

RGB 107151108
HSL0.340.170.51
HSV121°29°59°
CMYK 0.290.000.28   0.41
XYZ19.836826.341718.2263
Yxy26.34170.30800.4090
Hunter Lab51.3242-20.827014.8718
CIE-Lab58.3600-23.933117.9829

#6b976c color RGB value is (107,151,108).

#6b976c hex color red value is 107, green value is 151 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #6b976c hue: 0.34 , saturation: 0.17 and the lightness value of 6b976c is 0.51.

The process color (four color CMYK) of #6b976c color hex is 0.29, 0.00, 0.28, 0.41. Web safe color of #6b976c is #669966. Color #6b976c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10010111 01101100
Octal 153 227 154
Decimal 107 151 108
Hex 6B 97 6C

RGB Percentages of Color #6b976c

%29.23
%41.26
%29.51

CMYK Percentages of Color #6b976c

%29
%0
%28
%41

Triadic Colors of #6b976c

#6b976c #6c6b97 #976c6b

Analogous Colors of #6b976c

#6b976c #6b9782 #80976b

Monochromatic Colors of #6b976c

#6b976c

Complementary Color

#6b976c #976b96

#6b976c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b976c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b976c Color CSS Codes

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

#6b976c Text Font Color

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

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


#6b976c Background Color

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

This div background color is #6b976c


#6b976c Border Color

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

This div border color is #6b976c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b976c


Comments

No comments written yet.

Please login to write comment.