Color Hex Logo

#699917 Color Hex

#699917
(105,153,23)
0 Favorites   0 Comments

Color spaces of #699917

RGB 10515323
HSL0.230.740.35
HSV82°85°60°
CMYK 0.310.000.85   0.40
XYZ17.371625.84764.8841
Yxy25.84760.36110.5373
Hunter Lab50.8405-27.979629.8926
CIE-Lab57.8921-34.749656.3381

#699917 color RGB value is (105,153,23).

#699917 hex color red value is 105, green value is 153 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #699917 hue: 0.23 , saturation: 0.74 and the lightness value of 699917 is 0.35.

The process color (four color CMYK) of #699917 color hex is 0.31, 0.00, 0.85, 0.40. Web safe color of #699917 is #669900. Color #699917 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10011001 00010111
Octal 151 231 27
Decimal 105 153 23
Hex 69 99 17

RGB Percentages of Color #699917

%37.37
%54.45
%8.19

CMYK Percentages of Color #699917

%31
%0
%85
%40

Triadic Colors of #699917

#699917 #176999 #991769

Analogous Colors of #699917

#699917 #289917 #998817

Monochromatic Colors of #699917

#699917

Complementary Color

#699917 #471799

#699917 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699917 Color Preview on White Background

Lorem ipsum dolor sit amet.

#699917 Color CSS Codes

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

#699917 Text Font Color

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

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


#699917 Background Color

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

This div background color is #699917


#699917 Border Color

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

This div border color is #699917


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699917


Comments

No comments written yet.

Please login to write comment.