#617875

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

Shades of Rolling Stone #617875

Tints of Rolling Stone #617875

Color information

#617875 (or 0x617875) is unknown color: approx Rolling Stone. HEX triplet: 61, 78 and 75. RGB value is (97,120,117). Sum of RGB (Red+Green+Blue) = 97+120+117=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 120 - color contains mainly: green. Hex color #617875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617875 is #9E878A. Grayscale: #707070. Windows color (decimal): -10389387 or 7698529. OLE color: 7698529.

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

Color convert

RGB97120117-
CMYK0.1900.020.53
HSL172.17º10.6%42.55%-
HSV(B)172.17º19.17%47.06%-
XYZ14.8617.2619.38-
YUV112.78130.38116.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.04%
GREEN value IS 120 (47.27% from 255) = 35.93%
BLUE value IS 117 (46.09% from 255) = 35.03%
R=29.04%
G=35.93%
B=35.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal971201170.1900.020.53172.1710.642.55
Hex617875130235acb2b
Octal1411701652302652541353
Binary11000011111000111010110011010110101101011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617875; }

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

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

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

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

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

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

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

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