#697575

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

Shades of Nevada #697575

Tints of Nevada #697575

Color information

#697575 (or 0x697575) is unknown color: approx Nevada. HEX triplet: 69, 75 and 75. RGB value is (105,117,117). Sum of RGB (Red+Green+Blue) = 105+117+117=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #697575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697575 is #968A8A. Grayscale: #717171. Windows color (decimal): -9865867 or 7697769. OLE color: 7697769.

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

Color convert

RGB105117117-
CMYK0.10000.54
HSL180º5.41%43.53%-
HSV(B)180º10.26%45.88%-
XYZ15.417.0119.3-
YUV113.41130.02122-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.97%
GREEN value IS 117 (46.09% from 255) = 34.51%
BLUE value IS 117 (46.09% from 255) = 34.51%
R=30.97%
G=34.51%
B=34.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1051171170.10000.541805.4143.53
Hex697575A0036b452c
Octal151165165120066264554
Binary11010011110101111010110100011011010110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697575; }

 p { color: rgb(105,117,117); }

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

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

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

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

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

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

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