#607576

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

Shades of Nevada #607576

Tints of Nevada #607576

Color information

#607576 (or 0x607576) is unknown color: approx Nevada. HEX triplet: 60, 75 and 76. RGB value is (96,117,118). Sum of RGB (Red+Green+Blue) = 96+117+118=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 118 - color contains mainly: blue. Hex color #607576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607576 is #9F8A89. Grayscale: #6E6E6E. Windows color (decimal): -10455690 or 7763296. OLE color: 7763296.

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

Color convert

RGB96117118-
CMYK0.190.0100.54
HSL182.73º10.28%41.96%-
HSV(B)182.73º18.64%46.27%-
XYZ14.4616.5219.57-
YUV110.84132.04117.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.00%
GREEN value IS 117 (46.09% from 255) = 35.35%
BLUE value IS 118 (46.48% from 255) = 35.65%
R=29.00%
G=35.35%
B=35.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal961171180.190.0100.54182.7310.2841.96
Hex607576131036b7a2a
Octal1401651662310662671252
Binary1100000111010111101101001110110110101101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607576; }

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

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

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

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

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

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

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

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