Color Hex Logo

#076828 Color Hex

#076828
(7,104,40)
0 Favorites   0 Comments

Color spaces of #076828

RGB 710440
HSL0.390.870.22
HSV140°93°41°
CMYK 0.930.000.62   0.59
XYZ5.420910.09903.6711
Yxy10.09900.28250.5262
Hunter Lab31.7789-25.164315.3961
CIE-Lab38.0195-40.379628.5258

#076828 color RGB value is (7,104,40).

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

The process color (four color CMYK) of #076828 color hex is 0.93, 0.00, 0.62, 0.59. Web safe color of #076828 is #006633. Color #076828 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01101000 00101000
Octal 7 150 50
Decimal 7 104 40
Hex 7 68 28

RGB Percentages of Color #076828

%4.64
%68.87
%26.49

CMYK Percentages of Color #076828

%93
%0
%62
%59

Triadic Colors of #076828

#076828 #280768 #682807

Analogous Colors of #076828

#076828 #076859 #166807

Monochromatic Colors of #076828

#076828

Complementary Color

#076828 #680747

#076828 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076828 Color Preview on White Background

Lorem ipsum dolor sit amet.

#076828 Color CSS Codes

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

#076828 Text Font Color

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

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


#076828 Background Color

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

This div background color is #076828


#076828 Border Color

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

This div border color is #076828


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076828


Comments

No comments written yet.

Please login to write comment.