Html Css Color HEX #617370 Rolling Stone

📋 copy color: '#617370'

red 97 ◦ green 115 ◦ blue 112

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

Shades of Rolling Stone #617370

Tints of Rolling Stone #617370

RGB

 RED value IS 97 (38.28% from 255) = 29.94%

 GREEN value IS 115 (45.31% from 255) = 35.49%

 BLUE value IS 112 (44.14% from 255) = 34.57%

R = 29.94%
G = 35.49%
B = 34.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#617370 (or 0x617370) is known color: Rolling Stone. HEX triplet: 61, 73 and 70. RGB value is (97,115,112). Sum of RGB (Red+Green+Blue) = 97+115+112=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 115 - color contains mainly: green. Hex color #617370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617370 is #9E8C8F. Grayscale: #6D6D6D. Windows color (decimal): -10390672 or 7369569. OLE color: 7369569.

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

Color convert

RGB 97 115 112 -
CMYK 0.16 0 0.03 0.55
HSL 170º 0.08% 0.42% -
HSV(B) 170º 0.16% 0.45% -
XYZ 13.99 15.97 17.68 -
YUV 109.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 97 115 112 0.16 0 0.03 0.55 170 0.08 0.42
Hex 61 73 70 10 0 3 37 AA 8 2A
Octal 141 163 160 20 0 3 67 252 10 52
Binary 1100001 1110011 1110000 10000 0 11 110111 10101010 1000 101010

Color Harmonies of #617370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617370

Black with #617370

Text Example


Text Example

White with #617370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617370; }

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

 H1.HeaderClassName
 {
   color: #617370;
 }
 .AnyTagClassName
 {
   color: #617370;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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