#687979

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

Shades of Nevada #687979

Tints of Nevada #687979

Color information

#687979 (or 0x687979) is unknown color: approx Nevada. HEX triplet: 68, 79 and 79. RGB value is (104,121,121). Sum of RGB (Red+Green+Blue) = 104+121+121=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 121 - color contains mainly: green, blue. Hex color #687979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687979 is #978686. Grayscale: #737373. Windows color (decimal): -9930375 or 7960936. OLE color: 7960936.

HSL color Cylindrical-coordinate representation of color #687979: hue angle of 180º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #687979 is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB104121121-
CMYK0.14000.53
HSL180º7.56%44.12%-
HSV(B)180º14.05%47.45%-
XYZ161820.72-
YUV115.92130.87119.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.06%
GREEN value IS 121 (47.66% from 255) = 34.97%
BLUE value IS 121 (47.66% from 255) = 34.97%
R=30.06%
G=34.97%
B=34.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041211210.14000.531807.5644.12
Hex687979E0035b482c
Octal1501711711600652641054
Binary110100011110011111001111000110101101101001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687979; }

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

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

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

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

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

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

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

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