#607575

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

Shades of Nevada #607575

Tints of Nevada #607575

Color information

#607575 (or 0x607575) is unknown color: approx Nevada. HEX triplet: 60, 75 and 75. RGB value is (96,117,117). Sum of RGB (Red+Green+Blue) = 96+117+117=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #607575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607575 is #9F8A8A. Grayscale: #6E6E6E. Windows color (decimal): -10455691 or 7697760. OLE color: 7697760.

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

Color convert

RGB96117117-
CMYK0.18000.54
HSL180º9.86%41.76%-
HSV(B)180º17.95%45.88%-
XYZ14.416.4919.25-
YUV110.72131.54117.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.09%
GREEN value IS 117 (46.09% from 255) = 35.45%
BLUE value IS 117 (46.09% from 255) = 35.45%
R=29.09%
G=35.45%
B=35.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal961171170.18000.541809.8641.76
Hex607575120036b4a2a
Octal1401651652200662641252
Binary1100000111010111101011001000110110101101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607575; }

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

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

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

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

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

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

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

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