Color Hex Logo

#698962 Color Hex

#698962
(105,137,98)
0 Favorites   0 Comments

Color spaces of #698962

RGB 10513798
HSL0.300.170.46
HSV109°28°54°
CMYK 0.230.000.28   0.46
XYZ16.976021.776414.8638
Yxy21.77640.31660.4062
Hunter Lab46.6652-16.728813.7806
CIE-Lab53.7890-19.234117.3457

#698962 color RGB value is (105,137,98).

#698962 hex color red value is 105, green value is 137 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #698962 hue: 0.30 , saturation: 0.17 and the lightness value of 698962 is 0.46.

The process color (four color CMYK) of #698962 color hex is 0.23, 0.00, 0.28, 0.46. Web safe color of #698962 is #669966. Color #698962 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001001 01100010
Octal 151 211 142
Decimal 105 137 98
Hex 69 89 62

RGB Percentages of Color #698962

%30.88
%40.29
%28.82

CMYK Percentages of Color #698962

%23
%0
%28
%46

Triadic Colors of #698962

#698962 #626989 #896269

Analogous Colors of #698962

#698962 #62896f #7d8962

Monochromatic Colors of #698962

#698962

Complementary Color

#698962 #826289

#698962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#698962 Color CSS Codes

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

#698962 Text Font Color

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

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


#698962 Background Color

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

This div background color is #698962


#698962 Border Color

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

This div border color is #698962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698962


Comments

No comments written yet.

Please login to write comment.