Color Hex Logo

#07691a Color Hex

#07691A
(7,105,26)
0 Favorites   0 Comments

Color spaces of #07691a

RGB 710526
HSL0.370.880.22
HSV132°93°41°
CMYK 0.930.000.75   0.59
XYZ5.325710.22292.6698
Yxy10.22290.29230.5611
Hunter Lab31.9733-26.221017.4305
CIE-Lab38.2395-42.461335.4129

#07691a color RGB value is (7,105,26).

#07691a hex color red value is 7, green value is 105 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #07691a hue: 0.37 , saturation: 0.88 and the lightness value of 07691a is 0.22.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01101001 00011010
Octal 7 151 32
Decimal 7 105 26
Hex 7 69 1A

RGB Percentages of Color #07691a

%5.07
%76.09
%18.84

CMYK Percentages of Color #07691a

%93
%0
%75
%59

Triadic Colors of #07691a

#07691a #1a0769 #691a07

Analogous Colors of #07691a

#07691a #07694b #256907

Monochromatic Colors of #07691a

#07691a

Complementary Color

#07691a #690756

#07691a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07691a Color Preview on White Background

Lorem ipsum dolor sit amet.

#07691a Color CSS Codes

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

#07691a Text Font Color

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

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


#07691a Background Color

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

This div background color is #07691a


#07691a Border Color

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

This div border color is #07691a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07691a


Comments

No comments written yet.

Please login to write comment.