Color Hex Logo

#699213 Color Hex

#699213
(105,146,19)
0 Favorites   0 Comments

Color spaces of #699213

RGB 10514619
HSL0.220.770.32
HSV79°87°57°
CMYK 0.280.000.87   0.43
XYZ16.222123.60804.3179
Yxy23.60800.36740.5347
Hunter Lab48.5881-25.433328.7427
CIE-Lab55.6932-31.673555.4063

#699213 color RGB value is (105,146,19).

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

The process color (four color CMYK) of #699213 color hex is 0.28, 0.00, 0.87, 0.43. Web safe color of #699213 is #669900. Color #699213 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10010010 00010011
Octal 151 222 23
Decimal 105 146 19
Hex 69 92 13

RGB Percentages of Color #699213

%38.89
%54.07
%7.04

CMYK Percentages of Color #699213

%28
%0
%87
%43

Triadic Colors of #699213

#699213 #136992 #921369

Analogous Colors of #699213

#699213 #2a9213 #927c13

Monochromatic Colors of #699213

#699213

Complementary Color

#699213 #3c1392

#699213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#699213 Color CSS Codes

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

#699213 Text Font Color

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

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


#699213 Background Color

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

This div background color is #699213


#699213 Border Color

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

This div border color is #699213


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,146,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 #699213">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699213


Comments

No comments written yet.

Please login to write comment.