Color Hex Logo

#699013 Color Hex

#699013
(105,144,19)
0 Favorites   0 Comments

Color spaces of #699013

RGB 10514419
HSL0.220.770.32
HSV79°87°56°
CMYK 0.270.000.87   0.44
XYZ15.916522.99684.2160
Yxy22.99680.36900.5332
Hunter Lab47.9550-24.676228.3560
CIE-Lab55.0690-30.736054.8710

#699013 color RGB value is (105,144,19).

#699013 hex color red value is 105, green value is 144 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #699013 hue: 0.22 , saturation: 0.77 and the lightness value of 699013 is 0.32.

The process color (four color CMYK) of #699013 color hex is 0.27, 0.00, 0.87, 0.44. Web safe color of #699013 is #669900. Color #699013 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10010000 00010011
Octal 151 220 23
Decimal 105 144 19
Hex 69 90 13

RGB Percentages of Color #699013

%39.18
%53.73
%7.09

CMYK Percentages of Color #699013

%27
%0
%87
%44

Triadic Colors of #699013

#699013 #136990 #901369

Analogous Colors of #699013

#699013 #2b9013 #907913

Monochromatic Colors of #699013

#699013

Complementary Color

#699013 #3a1390

#699013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#699013 Color CSS Codes

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

#699013 Text Font Color

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

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


#699013 Background Color

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

This div background color is #699013


#699013 Border Color

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

This div border color is #699013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699013


Comments

No comments written yet.

Please login to write comment.