#687473

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

Shades of Nevada #687473

Tints of Nevada #687473

Color information

#687473 (or 0x687473) is unknown color: approx Nevada. HEX triplet: 68, 74 and 73. RGB value is (104,116,115). Sum of RGB (Red+Green+Blue) = 104+116+115=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 116 - color contains mainly: green. Hex color #687473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687473 is #978B8C. Grayscale: #707070. Windows color (decimal): -9931661 or 7566440. OLE color: 7566440.

HSL color Cylindrical-coordinate representation of color #687473: hue angle of 175º 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 #687473 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB104116115-
CMYK0.1000.010.55
HSL175º5.45%43.14%-
HSV(B)175º10.34%45.49%-
XYZ15.0516.6718.64-
YUV112.3129.52122.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.04%
GREEN value IS 116 (45.70% from 255) = 34.63%
BLUE value IS 115 (45.31% from 255) = 34.33%
R=31.04%
G=34.63%
B=34.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1041161150.1000.010.551755.4543.14
Hex687473A0137af52b
Octal150164163120167257553
Binary11010001110100111001110100111011110101111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687473; }

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

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

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

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

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

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

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

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