Color Hex Logo

#07662f Color Hex

#07662F
(7,102,47)
0 Favorites   0 Comments

Color spaces of #07662f

RGB 710247
HSL0.400.870.21
HSV145°93°40°
CMYK 0.930.000.54   0.60
XYZ5.35219.75314.2898
Yxy9.75310.27600.5029
Hunter Lab31.2300-24.061613.7168
CIE-Lab37.3956-38.508024.0071

#07662f color RGB value is (7,102,47).

#07662f hex color red value is 7, green value is 102 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #07662f hue: 0.40 , saturation: 0.87 and the lightness value of 07662f is 0.21.

The process color (four color CMYK) of #07662f color hex is 0.93, 0.00, 0.54, 0.60. Web safe color of #07662f is #006633. Color #07662f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01100110 00101111
Octal 7 146 57
Decimal 7 102 47
Hex 7 66 2F

RGB Percentages of Color #07662f

%4.49
%65.38
%30.13

CMYK Percentages of Color #07662f

%93
%0
%54
%60

Triadic Colors of #07662f

#07662f #2f0766 #662f07

Analogous Colors of #07662f

#07662f #07665f #0f6607

Monochromatic Colors of #07662f

#07662f

Complementary Color

#07662f #66073e

#07662f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07662f Color Preview on White Background

Lorem ipsum dolor sit amet.

#07662f Color CSS Codes

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

#07662f Text Font Color

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

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


#07662f Background Color

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

This div background color is #07662f


#07662f Border Color

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

This div border color is #07662f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07662f


Comments

No comments written yet.

Please login to write comment.