#617775

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

Shades of Nevada #617775

Tints of Nevada #617775

Color information

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

HSL color Cylindrical-coordinate representation of color #617775: hue angle of 174.55º 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 #617775 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB97119117-
CMYK0.1800.020.53
HSL174.55º10.19%42.35%-
HSV(B)174.55º18.49%46.67%-
XYZ14.7417.0219.34-
YUV112.19130.71117.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal971191170.1800.020.53174.5510.1942.35
Hex617775120235afa2a
Octal1411671652202652571252
Binary11000011110111111010110010010110101101011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617775; }

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

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

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

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

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

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

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

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