Color Hex Logo

#068123 Color Hex

#068123
(6,129,35)
0 Favorites   0 Comments

Color spaces of #068123

RGB 612935
HSL0.370.910.26
HSV134°95°51°
CMYK 0.950.000.73   0.49
XYZ8.228715.86064.2178
Yxy15.86060.29070.5603
Hunter Lab39.8254-32.812821.5985
CIE-Lab46.7911-49.460140.5890

#068123 color RGB value is (6,129,35).

#068123 hex color red value is 6, green value is 129 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #068123 hue: 0.37 , saturation: 0.91 and the lightness value of 068123 is 0.26.

The process color (four color CMYK) of #068123 color hex is 0.95, 0.00, 0.73, 0.49. Web safe color of #068123 is #009933. Color #068123 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10000001 00100011
Octal 6 201 43
Decimal 6 129 35
Hex 6 81 23

RGB Percentages of Color #068123

%3.53
%75.88
%20.59

CMYK Percentages of Color #068123

%95
%0
%73
%49

Triadic Colors of #068123

#068123 #230681 #812306

Analogous Colors of #068123

#068123 #068161 #278106

Monochromatic Colors of #068123

#068123

Complementary Color

#068123 #810664

#068123 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068123 Color Preview on White Background

Lorem ipsum dolor sit amet.

#068123 Color CSS Codes

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

#068123 Text Font Color

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

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


#068123 Background Color

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

This div background color is #068123


#068123 Border Color

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

This div border color is #068123


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068123


Comments

No comments written yet.

Please login to write comment.