#607676

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

Shades of Nevada #607676

Tints of Nevada #607676

Color information

#607676 (or 0x607676) is unknown color: approx Nevada. HEX triplet: 60, 76 and 76. RGB value is (96,118,118). Sum of RGB (Red+Green+Blue) = 96+118+118=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #607676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607676 is #9F8989. Grayscale: #6F6F6F. Windows color (decimal): -10455434 or 7763552. OLE color: 7763552.

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

Color convert

RGB96118118-
CMYK0.19000.54
HSL180º10.28%41.96%-
HSV(B)180º18.64%46.27%-
XYZ14.5716.7519.6-
YUV111.42131.71117-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.92%
GREEN value IS 118 (46.48% from 255) = 35.54%
BLUE value IS 118 (46.48% from 255) = 35.54%
R=28.92%
G=35.54%
B=35.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal961181180.19000.5418010.2841.96
Hex607676130036b4a2a
Octal1401661662300662641252
Binary1100000111011011101101001100110110101101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607676; }

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

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

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

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

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

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

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

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