#687574

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

Shades of Nevada #687574

Tints of Nevada #687574

Color information

#687574 (or 0x687574) is unknown color: approx Nevada. HEX triplet: 68, 75 and 74. RGB value is (104,117,116). Sum of RGB (Red+Green+Blue) = 104+117+116=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 117 - color contains mainly: green. Hex color #687574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687574 is #978A8B. Grayscale: #707070. Windows color (decimal): -9931404 or 7632232. OLE color: 7632232.

HSL color Cylindrical-coordinate representation of color #687574: hue angle of 175.38º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #687574 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB104117116-
CMYK0.1100.010.54
HSL175.38º5.88%43.33%-
HSV(B)175.38º11.11%45.88%-
XYZ15.2216.9318.99-
YUV113129.69121.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.86%
GREEN value IS 117 (46.09% from 255) = 34.72%
BLUE value IS 116 (45.70% from 255) = 34.42%
R=30.86%
G=34.72%
B=34.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1041171160.1100.010.54175.385.8843.33
Hex687574B0136af62b
Octal150165164130166257653
Binary11010001110101111010010110111011010101111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687574; }

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

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

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

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

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

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

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

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