#687373

Color #687373 Nevada (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nevada #687373

Tints of Nevada #687373

Color information

#687373 (or 0x687373) is unknown color: approx Nevada. HEX triplet: 68, 73 and 73. RGB value is (104,115,115). Sum of RGB (Red+Green+Blue) = 104+115+115=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #687373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687373 is #978C8C. Grayscale: #6F6F6F. Windows color (decimal): -9931917 or 7566184. OLE color: 7566184.

HSL color Cylindrical-coordinate representation of color #687373: hue angle of 180º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #687373 is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB104115115-
CMYK0.10000.55
HSL180º5.02%42.94%-
HSV(B)180º9.57%45.1%-
XYZ14.9316.4418.61-
YUV111.71129.86122.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 31.14%
GREEN value IS 115 (45.31% from 255) = 34.43%
BLUE value IS 115 (45.31% from 255) = 34.43%
R=31.14%
G=34.43%
B=34.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1041151150.10000.551805.0242.94
Hex687373A0037b452b
Octal150163163120067264553
Binary11010001110011111001110100011011110110100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687373; }

 p { color: rgb(104,115,115); }

 H1.HeaderClassName
 {
   color: #687373;
 }
 .AnyTagClassName
 {
   color: #687373;
 }
</style>
background-color css

<style>
 a { background-color: #687373; }

 a { background-color: rgb(104,115,115); }

 div.DivClassName
 {
   background-color: #687373;
 }
 .BgClassName
 {
   background-color: #687373;
 }
</style>
border-color css

<style>
 span { border-color: #687373; }

 span { border-color: rgb(104,115,115); }

 td.TdClassName
 {
   border-color: #687373;
 }
 .TagClassName
 {
   border-color: #687373;
 }
</style>