#607172

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

Shades of Nevada #607172

Tints of Nevada #607172

Color information

#607172 (or 0x607172) is unknown color: approx Nevada. HEX triplet: 60, 71 and 72. RGB value is (96,113,114). Sum of RGB (Red+Green+Blue) = 96+113+114=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 114 - color contains mainly: blue. Hex color #607172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607172 is #9F8E8D. Grayscale: #6C6C6C. Windows color (decimal): -10456718 or 7500128. OLE color: 7500128.

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

Color convert

RGB96113114-
CMYK0.160.0100.55
HSL183.33º8.57%41.18%-
HSV(B)183.33º15.79%44.71%-
XYZ13.7715.5118.19-
YUV108.03131.37119.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.72%
GREEN value IS 113 (44.53% from 255) = 34.98%
BLUE value IS 114 (44.92% from 255) = 35.29%
R=29.72%
G=34.98%
B=35.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal961131140.160.0100.55183.338.5741.18
Hex607172101037b7929
Octal1401611622010672671151
Binary1100000111000111100101000010110111101101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607172; }

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

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

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

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

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

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

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

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