#617570

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

Shades of Rolling Stone #617570

Tints of Rolling Stone #617570

Color information

#617570 (or 0x617570) is unknown color: approx Rolling Stone. HEX triplet: 61, 75 and 70. RGB value is (97,117,112). Sum of RGB (Red+Green+Blue) = 97+117+112=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 117 - color contains mainly: green. Hex color #617570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617570 is #9E8A8F. Grayscale: #6E6E6E. Windows color (decimal): -10390160 or 7370081. OLE color: 7370081.

HSL color Cylindrical-coordinate representation of color #617570: hue angle of 165º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #617570 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB97117112-
CMYK0.1700.040.54
HSL165º9.35%41.96%-
HSV(B)165º17.09%45.88%-
XYZ14.2216.4317.75-
YUV110.45128.87118.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.75%
GREEN value IS 117 (46.09% from 255) = 35.89%
BLUE value IS 112 (44.14% from 255) = 34.36%
R=29.75%
G=35.89%
B=34.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal971171120.1700.040.541659.3541.96
Hex617570110436a592a
Octal1411651602104662451152
Binary110000111101011110000100010100110110101001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617570; }

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

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

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

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

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

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

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

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