#617878

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

Shades of Nevada #617878

Tints of Nevada #617878

Color information

#617878 (or 0x617878) is unknown color: approx Nevada. HEX triplet: 61, 78 and 78. RGB value is (97,120,120). Sum of RGB (Red+Green+Blue) = 97+120+120=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 120 - color contains mainly: green, blue. Hex color #617878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617878 is #9E8787. Grayscale: #717171. Windows color (decimal): -10389384 or 7895137. OLE color: 7895137.

HSL color Cylindrical-coordinate representation of color #617878: hue angle of 180º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #617878 is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB97120120-
CMYK0.19000.53
HSL180º10.6%42.55%-
HSV(B)180º19.17%47.06%-
XYZ15.0417.3320.32-
YUV113.12131.88116.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.78%
GREEN value IS 120 (47.27% from 255) = 35.61%
BLUE value IS 120 (47.27% from 255) = 35.61%
R=28.78%
G=35.61%
B=35.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal971201200.19000.5318010.642.55
Hex617878130035b4b2b
Octal1411701702300652641353
Binary1100001111100011110001001100110101101101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617878; }

 p { color: rgb(97,120,120); }

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

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

 a { background-color: rgb(97,120,120); }

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

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

 span { border-color: rgb(97,120,120); }

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