#617470

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

Shades of Rolling Stone #617470

Tints of Rolling Stone #617470

Color information

#617470 (or 0x617470) is unknown color: approx Rolling Stone. HEX triplet: 61, 74 and 70. RGB value is (97,116,112). Sum of RGB (Red+Green+Blue) = 97+116+112=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 116 - color contains mainly: green. Hex color #617470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617470 is #9E8B8F. Grayscale: #6D6D6D. Windows color (decimal): -10390416 or 7369825. OLE color: 7369825.

HSL color Cylindrical-coordinate representation of color #617470: hue angle of 167.37º degrees, saturation: 0.09, 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 #617470 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB97116112-
CMYK0.1600.030.55
HSL167.37º8.92%41.76%-
HSV(B)167.37º16.38%45.49%-
XYZ14.116.217.71-
YUV109.86129.21118.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.85%
GREEN value IS 116 (45.70% from 255) = 35.69%
BLUE value IS 112 (44.14% from 255) = 34.46%
R=29.85%
G=35.69%
B=34.46%

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
Decimal971161120.1600.030.55167.378.9241.76
Hex617470100337a792a
Octal1411641602003672471152
Binary11000011110100111000010000011110111101001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617470; }

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

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

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

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

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

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

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

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