Color Hex Logo

#076201 Color Hex

#076201
(7,98,1)
0 Favorites   0 Comments

Color spaces of #076201

RGB 7981
HSL0.320.980.19
HSV116°99°38°
CMYK 0.930.000.99   0.62
XYZ4.46088.78271.4888
Yxy8.78270.30280.5962
Hunter Lab29.6356-24.994217.7664
CIE-Lab35.5625-41.897241.0758

#076201 color RGB value is (7,98,1).

#076201 hex color red value is 7, green value is 98 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #076201 hue: 0.32 , saturation: 0.98 and the lightness value of 076201 is 0.19.

The process color (four color CMYK) of #076201 color hex is 0.93, 0.00, 0.99, 0.62. Web safe color of #076201 is #006600. Color #076201 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01100010 00000001
Octal 7 142 1
Decimal 7 98 1
Hex 7 62 1

RGB Percentages of Color #076201

%6.60
%92.45
%0.94

CMYK Percentages of Color #076201

%93
%0
%99
%62

Triadic Colors of #076201

#076201 #010762 #620107

Analogous Colors of #076201

#076201 #01622c #386201

Monochromatic Colors of #076201

#076201

Complementary Color

#076201 #5c0162

#076201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#076201 Color CSS Codes

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

#076201 Text Font Color

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

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


#076201 Background Color

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

This div background color is #076201


#076201 Border Color

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

This div border color is #076201


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,98,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 #076201">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076201


Comments

No comments written yet.

Please login to write comment.