Color Hex Logo

#06851b Color Hex

#06851B
(6,133,27)
0 Favorites   0 Comments

Color spaces of #06851b

RGB 613327
HSL0.360.910.27
HSV130°95°52°
CMYK 0.950.000.80   0.48
XYZ8.660516.89293.8411
Yxy16.89290.29460.5747
Hunter Lab41.1010-34.314523.2297
CIE-Lab48.1248-51.405744.9664

#06851b color RGB value is (6,133,27).

#06851b hex color red value is 6, green value is 133 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #06851b hue: 0.36 , saturation: 0.91 and the lightness value of 06851b is 0.27.

The process color (four color CMYK) of #06851b color hex is 0.95, 0.00, 0.80, 0.48. Web safe color of #06851b is #009933. Color #06851b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10000101 00011011
Octal 6 205 33
Decimal 6 133 27
Hex 6 85 1B

RGB Percentages of Color #06851b

%3.61
%80.12
%16.27

CMYK Percentages of Color #06851b

%95
%0
%80
%48

Triadic Colors of #06851b

#06851b #1b0685 #851b06

Analogous Colors of #06851b

#06851b #06855b #308506

Monochromatic Colors of #06851b

#06851b

Complementary Color

#06851b #850670

#06851b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06851b Color Preview on White Background

Lorem ipsum dolor sit amet.

#06851b Color CSS Codes

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

#06851b Text Font Color

<p style="color:#06851b">Text here</p>

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


#06851b Background Color

<div style="background-color:#06851b">
Div content here</div>

This div background color is #06851b


#06851b Border Color

<div style="border:3px solid #06851b">
Div here</div>

This div border color is #06851b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,133,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06851b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06851b;
  -webkit-box-shadow: 1px 1px 3px 2px #06851b;
  box-shadow:         1px 1px 3px 2px #06851b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06851b


Comments

No comments written yet.

Please login to write comment.