Html Css Color HEX #617570 Rolling Stone

📋 copy color: '#617570'

red 97 ◦ green 117 ◦ blue 112

#617570
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rolling Stone #617570

Tints of Rolling Stone #617570

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 value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#617570 (or 0x617570) is known color: 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

RGB 97 117 112 -
CMYK 0.17 0 0.04 0.54
HSL 165º 0.09% 0.42% -
HSV(B) 165º 0.17% 0.46% -
XYZ 14.22 16.43 17.75 -
YUV 110.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 97 117 112 0.17 0 0.04 0.54 165 0.09 0.42
Hex 61 75 70 11 0 4 36 A5 9 2A
Octal 141 165 160 21 0 4 66 245 11 52
Binary 1100001 1110101 1110000 10001 0 100 110110 10100101 1001 101010

Color Harmonies of #617570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617570

Black with #617570

Text Example


Text Example

White with #617570

Text Example


Text Example

HTML Codes & Css Web 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>