Color Hex Logo

#007601 Color Hex

#007601
(0,118,1)
0 Favorites   0 Comments

Color spaces of #007601

RGB 01181
HSL0.331.000.23
HSV121°100°46°
CMYK 1.000.000.99   0.54
XYZ6.483912.95912.1883
Yxy12.95910.29970.5991
Hunter Lab35.9987-30.847421.5950
CIE-Lab42.7016-48.723546.8330

#007601 color RGB value is (0,118,1).

#007601 hex color red value is 0, green value is 118 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #007601 hue: 0.33 , saturation: 1.00 and the lightness value of 007601 is 0.23.

The process color (four color CMYK) of #007601 color hex is 1.00, 0.00, 0.99, 0.54. Web safe color of #007601 is #006600. Color #007601 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01110110 00000001
Octal 0 166 1
Decimal 0 118 1
Hex 0 76 1

RGB Percentages of Color #007601

%0.00
%99.16
%0.84

CMYK Percentages of Color #007601

%100
%0
%99
%54

Triadic Colors of #007601

#007601 #010076 #760100

Analogous Colors of #007601

#007601 #00763c #3a7600

Monochromatic Colors of #007601

#007601

Complementary Color

#007601 #760075

#007601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#007601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#007601 Color CSS Codes

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

#007601 Text Font Color

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

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


#007601 Background Color

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

This div background color is #007601


#007601 Border Color

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

This div border color is #007601


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,118,1, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #007601; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #007601;
  -webkit-box-shadow: 1px 1px 3px 2px #007601;
  box-shadow:         1px 1px 3px 2px #007601; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,118,1, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #007601


Comments

No comments written yet.

Please login to write comment.