#617370

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

Shades of Rolling Stone #617370

Tints of Rolling Stone #617370

Color information

#617370 (or 0x617370) is unknown color: approx Rolling Stone. HEX triplet: 61, 73 and 70. RGB value is (97,115,112). Sum of RGB (Red+Green+Blue) = 97+115+112=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 115 - color contains mainly: green. Hex color #617370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617370 is #9E8C8F. Grayscale: #6D6D6D. Windows color (decimal): -10390672 or 7369569. OLE color: 7369569.

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

Color convert

RGB97115112-
CMYK0.1600.030.55
HSL170º8.49%41.57%-
HSV(B)170º15.65%45.1%-
XYZ13.9915.9717.68-
YUV109.28129.54119.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.94%
GREEN value IS 115 (45.31% from 255) = 35.49%
BLUE value IS 112 (44.14% from 255) = 34.57%
R=29.94%
G=35.49%
B=34.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal971151120.1600.030.551708.4941.57
Hex617370100337aa82a
Octal1411631602003672521052
Binary11000011110011111000010000011110111101010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617370; }

 p { color: rgb(97,115,112); }

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

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

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

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

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

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

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