#607675

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

Shades of Nevada #607675

Tints of Nevada #607675

Color information

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

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

Color convert

RGB96118117-
CMYK0.1900.010.54
HSL177.27º10.28%41.96%-
HSV(B)177.27º18.64%46.27%-
XYZ14.5116.7319.29-
YUV111.31131.21117.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal961181170.1900.010.54177.2710.2841.96
Hex607675130136b1a2a
Octal1401661652301662611252
Binary1100000111011011101011001101110110101100011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607675; }

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

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

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

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

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

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

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

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