Color Hex Logo

#699126 Color Hex

#699126
(105,145,38)
0 Favorites   0 Comments

Color spaces of #699126

RGB 10514538
HSL0.230.580.36
HSV82°74°57°
CMYK 0.280.000.74   0.43
XYZ16.300923.39405.4901
Yxy23.39400.36080.5177
Hunter Lab48.3673-24.484327.1272
CIE-Lab55.4759-30.288649.3469

#699126 color RGB value is (105,145,38).

#699126 hex color red value is 105, green value is 145 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #699126 hue: 0.23 , saturation: 0.58 and the lightness value of 699126 is 0.36.

The process color (four color CMYK) of #699126 color hex is 0.28, 0.00, 0.74, 0.43. Web safe color of #699126 is #669933. Color #699126 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10010001 00100110
Octal 151 221 46
Decimal 105 145 38
Hex 69 91 26

RGB Percentages of Color #699126

%36.46
%50.35
%13.19

CMYK Percentages of Color #699126

%28
%0
%74
%43

Triadic Colors of #699126

#699126 #266991 #912669

Analogous Colors of #699126

#699126 #349126 #918426

Monochromatic Colors of #699126

#699126

Complementary Color

#699126 #4e2691

#699126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#699126 Color CSS Codes

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

#699126 Text Font Color

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

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


#699126 Background Color

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

This div background color is #699126


#699126 Border Color

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

This div border color is #699126


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,145,38, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #699126; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #699126;
  -webkit-box-shadow: 1px 1px 3px 2px #699126;
  box-shadow:         1px 1px 3px 2px #699126; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699126


Comments

No comments written yet.

Please login to write comment.