#687676

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

Shades of Nevada #687676

Tints of Nevada #687676

Color information

#687676 (or 0x687676) is unknown color: approx Nevada. HEX triplet: 68, 76 and 76. RGB value is (104,118,118). Sum of RGB (Red+Green+Blue) = 104+118+118=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #687676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687676 is #978989. Grayscale: #717171. Windows color (decimal): -9931146 or 7763560. OLE color: 7763560.

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

Color convert

RGB104118118-
CMYK0.12000.54
HSL180º6.31%43.53%-
HSV(B)180º11.86%46.27%-
XYZ15.4617.2119.65-
YUV113.81130.36121-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.59%
GREEN value IS 118 (46.48% from 255) = 34.71%
BLUE value IS 118 (46.48% from 255) = 34.71%
R=30.59%
G=34.71%
B=34.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1041181180.12000.541806.3143.53
Hex687676C0036b462c
Octal150166166140066264654
Binary11010001110110111011011000011011010110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687676; }

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

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

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

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

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

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

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

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