Color Hex Logo

#068a2e Color Hex

#068A2E
(6,138,46)
0 Favorites   0 Comments

Color spaces of #068a2e

RGB 613846
HSL0.380.920.28
HSV138°96°54°
CMYK 0.960.000.67   0.46
XYZ9.656718.41295.6299
Yxy18.41290.28660.5464
Hunter Lab42.9103-34.922622.2582
CIE-Lab49.9931-51.143139.2720

#068a2e color RGB value is (6,138,46).

#068a2e hex color red value is 6, green value is 138 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #068a2e hue: 0.38 , saturation: 0.92 and the lightness value of 068a2e is 0.28.

The process color (four color CMYK) of #068a2e color hex is 0.96, 0.00, 0.67, 0.46. Web safe color of #068a2e is #009933. Color #068a2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10001010 00101110
Octal 6 212 56
Decimal 6 138 46
Hex 6 8A 2E

RGB Percentages of Color #068a2e

%3.16
%72.63
%24.21

CMYK Percentages of Color #068a2e

%96
%0
%67
%46

Triadic Colors of #068a2e

#068a2e #2e068a #8a2e06

Analogous Colors of #068a2e

#068a2e #068a70 #208a06

Monochromatic Colors of #068a2e

#068a2e

Complementary Color

#068a2e #8a0662

#068a2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068a2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#068a2e Color CSS Codes

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

#068a2e Text Font Color

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

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


#068a2e Background Color

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

This div background color is #068a2e


#068a2e Border Color

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

This div border color is #068a2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,138,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #068a2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #068a2e;
  -webkit-box-shadow: 1px 1px 3px 2px #068a2e;
  box-shadow:         1px 1px 3px 2px #068a2e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068a2e


Comments

No comments written yet.

Please login to write comment.