#607371

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

Shades of Nevada #607371

Tints of Nevada #607371

Color information

#607371 (or 0x607371) is unknown color: approx Nevada. HEX triplet: 60, 73 and 71. RGB value is (96,115,113). Sum of RGB (Red+Green+Blue) = 96+115+113=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 115 - color contains mainly: green. Hex color #607371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607371 is #9F8C8E. Grayscale: #6D6D6D. Windows color (decimal): -10456207 or 7435104. OLE color: 7435104.

HSL color Cylindrical-coordinate representation of color #607371: hue angle of 173.68º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #607371 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB96115113-
CMYK0.1700.020.55
HSL173.68º9%41.37%-
HSV(B)173.68º16.52%45.1%-
XYZ13.9415.9417.97-
YUV109.09130.21118.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.63%
GREEN value IS 115 (45.31% from 255) = 35.49%
BLUE value IS 113 (44.53% from 255) = 34.88%
R=29.63%
G=35.49%
B=34.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal961151130.1700.020.55173.68941.37
Hex607371110237ae929
Octal1401631612102672561151
Binary11000001110011111000110001010110111101011101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607371; }

 p { color: rgb(96,115,113); }

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

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

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

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

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

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

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