Color Hex Logo

#076726 Color Hex

#076726
(7,103,38)
0 Favorites   0 Comments

Color spaces of #076726

RGB 710338
HSL0.390.870.22
HSV139°93°40°
CMYK 0.930.000.63   0.60
XYZ5.28779.88563.4631
Yxy9.88560.28370.5304
Hunter Lab31.4414-25.002915.4785
CIE-Lab37.6363-40.317329.1092

#076726 color RGB value is (7,103,38).

#076726 hex color red value is 7, green value is 103 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #076726 hue: 0.39 , saturation: 0.87 and the lightness value of 076726 is 0.22.

The process color (four color CMYK) of #076726 color hex is 0.93, 0.00, 0.63, 0.60. Web safe color of #076726 is #006633. Color #076726 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01100111 00100110
Octal 7 147 46
Decimal 7 103 38
Hex 7 67 26

RGB Percentages of Color #076726

%4.73
%69.59
%25.68

CMYK Percentages of Color #076726

%93
%0
%63
%60

Triadic Colors of #076726

#076726 #260767 #672607

Analogous Colors of #076726

#076726 #076756 #186707

Monochromatic Colors of #076726

#076726

Complementary Color

#076726 #670748

#076726 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076726 Color Preview on White Background

Lorem ipsum dolor sit amet.

#076726 Color CSS Codes

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

#076726 Text Font Color

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

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


#076726 Background Color

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

This div background color is #076726


#076726 Border Color

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

This div border color is #076726


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,103,38, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #076726; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #076726;
  -webkit-box-shadow: 1px 1px 3px 2px #076726;
  box-shadow:         1px 1px 3px 2px #076726; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,103,38, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076726


Comments

No comments written yet.

Please login to write comment.