#617577

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

Shades of Nevada #617577

Tints of Nevada #617577

Color information

#617577 (or 0x617577) is unknown color: approx Nevada. HEX triplet: 61, 75 and 77. RGB value is (97,117,119). Sum of RGB (Red+Green+Blue) = 97+117+119=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 119 - color contains mainly: blue. Hex color #617577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617577 is #9E8A88. Grayscale: #6F6F6F. Windows color (decimal): -10390153 or 7828833. OLE color: 7828833.

HSL color Cylindrical-coordinate representation of color #617577: hue angle of 185.45º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #617577 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB97117119-
CMYK0.180.0200.53
HSL185.45º10.19%42.35%-
HSV(B)185.45º18.49%46.67%-
XYZ14.6216.619.89-
YUV111.25132.37117.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.13%
GREEN value IS 117 (46.09% from 255) = 35.14%
BLUE value IS 119 (46.88% from 255) = 35.74%
R=29.13%
G=35.14%
B=35.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal971171190.180.0200.53185.4510.1942.35
Hex617577122035b9a2a
Octal1411651672220652711252
Binary11000011110101111011110010100110101101110011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617577; }

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

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

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

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

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

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

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

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