#617876

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

Shades of Rolling Stone #617876

Tints of Rolling Stone #617876

Color information

#617876 (or 0x617876) is unknown color: approx Rolling Stone. HEX triplet: 61, 78 and 76. RGB value is (97,120,118). Sum of RGB (Red+Green+Blue) = 97+120+118=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 120 - color contains mainly: green. Hex color #617876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617876 is #9E8789. Grayscale: #707070. Windows color (decimal): -10389386 or 7764065. OLE color: 7764065.

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

Color convert

RGB97120118-
CMYK0.1900.020.53
HSL174.78º10.6%42.55%-
HSV(B)174.78º19.17%47.06%-
XYZ14.9217.2819.69-
YUV112.9130.88116.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.96%
GREEN value IS 120 (47.27% from 255) = 35.82%
BLUE value IS 118 (46.48% from 255) = 35.22%
R=28.96%
G=35.82%
B=35.22%

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
Decimal971201180.1900.020.53174.7810.642.55
Hex617876130235afb2b
Octal1411701662302652571353
Binary11000011111000111011010011010110101101011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617876; }

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

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

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

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

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

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

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

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