Color Hex Logo

#6f995e Color Hex

#6F995E
(111,153,94)
0 Favorites   0 Comments

Color spaces of #6f995e

RGB 11115394
HSL0.290.240.48
HSV103°39°60°
CMYK 0.270.000.39   0.40
XYZ19.967226.970114.7430
Yxy26.97010.32370.4373
Hunter Lab51.9327-22.252319.5213
CIE-Lab58.9466-25.813426.5180

#6f995e color RGB value is (111,153,94).

#6f995e hex color red value is 111, green value is 153 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #6f995e hue: 0.29 , saturation: 0.24 and the lightness value of 6f995e is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10011001 01011110
Octal 157 231 136
Decimal 111 153 94
Hex 6F 99 5E

RGB Percentages of Color #6f995e

%31.01
%42.74
%26.26

CMYK Percentages of Color #6f995e

%27
%0
%39
%40

Triadic Colors of #6f995e

#6f995e #5e6f99 #995e6f

Analogous Colors of #6f995e

#6f995e #5e996b #8d995e

Monochromatic Colors of #6f995e

#6f995e

Complementary Color

#6f995e #885e99

#6f995e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f995e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f995e Color CSS Codes

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

#6f995e Text Font Color

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

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


#6f995e Background Color

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

This div background color is #6f995e


#6f995e Border Color

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

This div border color is #6f995e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f995e


Comments

No comments written yet.

Please login to write comment.