Color Hex Logo

#068765 Color Hex

#068765
(6,135,101)
0 Favorites   0 Comments

Color spaces of #068765

RGB 6135101
HSL0.460.910.28
HSV164°96°53°
CMYK 0.960.000.25   0.47
XYZ11.088018.306215.2610
Yxy18.30620.24830.4099
Hunter Lab42.7857-28.61658.8022
CIE-Lab49.8654-39.59249.6717

#068765 color RGB value is (6,135,101).

#068765 hex color red value is 6, green value is 135 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #068765 hue: 0.46 , saturation: 0.91 and the lightness value of 068765 is 0.28.

The process color (four color CMYK) of #068765 color hex is 0.96, 0.00, 0.25, 0.47. Web safe color of #068765 is #009966. Color #068765 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10000111 01100101
Octal 6 207 145
Decimal 6 135 101
Hex 6 87 65

RGB Percentages of Color #068765

%2.48
%55.79
%41.74

CMYK Percentages of Color #068765

%96
%0
%25
%47

Triadic Colors of #068765

#068765 #650687 #876506

Analogous Colors of #068765

#068765 #066987 #068724

Monochromatic Colors of #068765

#068765

Complementary Color

#068765 #870628

#068765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#068765 Color CSS Codes

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

#068765 Text Font Color

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

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


#068765 Background Color

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

This div background color is #068765


#068765 Border Color

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

This div border color is #068765


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,135,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #068765; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #068765;
  -webkit-box-shadow: 1px 1px 3px 2px #068765;
  box-shadow:         1px 1px 3px 2px #068765; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068765


Comments

No comments written yet.

Please login to write comment.