#617573

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

Shades of Nevada #617573

Tints of Nevada #617573

Color information

#617573 (or 0x617573) is unknown color: approx Nevada. HEX triplet: 61, 75 and 73. RGB value is (97,117,115). Sum of RGB (Red+Green+Blue) = 97+117+115=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 117 - color contains mainly: green. Hex color #617573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617573 is #9E8A8C. Grayscale: #6E6E6E. Windows color (decimal): -10390157 or 7566689. OLE color: 7566689.

HSL color Cylindrical-coordinate representation of color #617573: hue angle of 174º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #617573 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB97117115-
CMYK0.1700.020.54
HSL174º9.35%41.96%-
HSV(B)174º17.09%45.88%-
XYZ14.3916.518.65-
YUV110.79130.37118.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.48%
GREEN value IS 117 (46.09% from 255) = 35.56%
BLUE value IS 115 (45.31% from 255) = 34.95%
R=29.48%
G=35.56%
B=34.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal971171150.1700.020.541749.3541.96
Hex617573110236ae92a
Octal1411651632102662561152
Binary11000011110101111001110001010110110101011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617573; }

 p { color: rgb(97,117,115); }

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

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

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

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

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

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

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