Color Hex Logo

#076b3d Color Hex

#076B3D
(7,107,61)
0 Favorites   0 Comments

Color spaces of #076b3d

RGB 710761
HSL0.420.880.22
HSV152°93°42°
CMYK 0.930.000.43   0.58
XYZ6.187610.89756.1922
Yxy10.89750.26580.4682
Hunter Lab33.0114-24.312111.9865
CIE-Lab39.4073-37.684818.6183

#076b3d color RGB value is (7,107,61).

#076b3d hex color red value is 7, green value is 107 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #076b3d hue: 0.42 , saturation: 0.88 and the lightness value of 076b3d is 0.22.

The process color (four color CMYK) of #076b3d color hex is 0.93, 0.00, 0.43, 0.58. Web safe color of #076b3d is #006633. Color #076b3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01101011 00111101
Octal 7 153 75
Decimal 7 107 61
Hex 7 6B 3D

RGB Percentages of Color #076b3d

%4.00
%61.14
%34.86

CMYK Percentages of Color #076b3d

%93
%0
%43
%58

Triadic Colors of #076b3d

#076b3d #3d076b #6b3d07

Analogous Colors of #076b3d

#076b3d #07676b #076b0b

Monochromatic Colors of #076b3d

#076b3d

Complementary Color

#076b3d #6b0735

#076b3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076b3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#076b3d Color CSS Codes

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

#076b3d Text Font Color

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

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


#076b3d Background Color

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

This div background color is #076b3d


#076b3d Border Color

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

This div border color is #076b3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076b3d


Comments

No comments written yet.

Please login to write comment.