color codes Logo

#067a1f color codes

#067A1F
(6,122,31)
0 Favorites   0 Comments

Color spaces of #067a1f

RGB 612231
HSL0.370.910.25
HSV133°95°48°
CMYK 0.950.000.75   0.52
XYZ7.282014.05673.6257
Yxy14.05670.29170.5631
Hunter Lab37.4923-30.942020.5109
CIE-Lab44.3141-47.614139.6460

#067a1f color RGB value is (6,122,31).

#067a1f hex color red value is 6, green value is 122 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #067a1f hue: 0.37 , saturation: 0.91 and the lightness value of 067a1f is 0.25.

The process color (four color CMYK) of #067a1f color code is 0.95, 0.00, 0.75, 0.52. Web safe color of #067a1f is #006633. Color #067a1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01111010 00011111
Octal 6 172 37
Decimal 6 122 31
Hex 6 7A 1F

RGB Percentages of Color #067a1f

%3.77
%76.73
%19.50

CMYK Percentages of Color #067a1f

%95
%0
%75
%52

Triadic Colors of #067a1f

#067a1f #1f067a #7a1f06

Analogous Colors of #067a1f

#067a1f #067a59 #277a06

Monochromatic Colors of #067a1f

#067a1f

Complementary Color

#067a1f #7a0661

#067a1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067a1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#067a1f Color CSS Codes

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

#067a1f Text Font Color

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

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


#067a1f Background Color

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

This div background color is #067a1f


#067a1f Border Color

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

This div border color is #067a1f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,122,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #067a1f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #067a1f;
  -webkit-box-shadow: 1px 1px 3px 2px #067a1f;
  box-shadow:         1px 1px 3px 2px #067a1f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067a1f


Comments

No comments written yet.

Please login to write comment.