#607574

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

Shades of Nevada #607574

Tints of Nevada #607574

Color information

#607574 (or 0x607574) is unknown color: approx Nevada. HEX triplet: 60, 75 and 74. RGB value is (96,117,116). Sum of RGB (Red+Green+Blue) = 96+117+116=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 117 - color contains mainly: green. Hex color #607574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607574 is #9F8A8B. Grayscale: #6E6E6E. Windows color (decimal): -10455692 or 7632224. OLE color: 7632224.

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

Color convert

RGB96117116-
CMYK0.1800.010.54
HSL177.14º9.86%41.76%-
HSV(B)177.14º17.95%45.88%-
XYZ14.3416.4718.95-
YUV110.61131.04117.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.18%
GREEN value IS 117 (46.09% from 255) = 35.56%
BLUE value IS 116 (45.70% from 255) = 35.26%
R=29.18%
G=35.56%
B=35.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal961171160.1800.010.54177.149.8641.76
Hex607574120136b1a2a
Octal1401651642201662611252
Binary1100000111010111101001001001110110101100011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607574; }

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

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

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

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

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

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

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

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