Color Hex Logo

#076251 Color Hex

#076251
(7,98,81)
0 Favorites   0 Comments

Color spaces of #076251

RGB 79881
HSL0.470.870.21
HSV169°93°38°
CMYK 0.930.000.17   0.62
XYZ5.94059.37469.2810
Yxy9.37460.24150.3811
Hunter Lab30.6180-18.94893.4604
CIE-Lab36.6957-28.71102.8360

#076251 color RGB value is (7,98,81).

#076251 hex color red value is 7, green value is 98 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #076251 hue: 0.47 , saturation: 0.87 and the lightness value of 076251 is 0.21.

The process color (four color CMYK) of #076251 color hex is 0.93, 0.00, 0.17, 0.62. Web safe color of #076251 is #006666. Color #076251 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01100010 01010001
Octal 7 142 121
Decimal 7 98 81
Hex 7 62 51

RGB Percentages of Color #076251

%3.76
%52.69
%43.55

CMYK Percentages of Color #076251

%93
%0
%17
%62

Triadic Colors of #076251

#076251 #510762 #625107

Analogous Colors of #076251

#076251 #074662 #076224

Monochromatic Colors of #076251

#076251

Complementary Color

#076251 #620718

#076251 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076251 Color Preview on White Background

Lorem ipsum dolor sit amet.

#076251 Color CSS Codes

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

#076251 Text Font Color

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

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


#076251 Background Color

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

This div background color is #076251


#076251 Border Color

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

This div border color is #076251


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076251


Comments

No comments written yet.

Please login to write comment.