Html Css Color HEX #617470 Rolling Stone

📋 copy color: '#617470'

red 97 ◦ green 116 ◦ blue 112

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

Shades of Rolling Stone #617470

Tints of Rolling Stone #617470

RGB

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

 GREEN value IS 116 (45.7% 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 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

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

RGB 97 116 112 -
CMYK 0.16 0 0.03 0.55
HSL 167.37º 0.09% 0.42% -
HSV(B) 167.37º 0.16% 0.45% -
XYZ 14.1 16.2 17.71 -
YUV 109.86 129.21 118.83 -
System Red Green Blue C M Y K H S L
Decimal 97 116 112 0.16 0 0.03 0.55 167.37 0.09 0.42
Hex 61 74 70 10 0 3 37 A7 9 2A
Octal 141 164 160 20 0 3 67 247 11 52
Binary 1100001 1110100 1110000 10000 0 11 110111 10100111 1001 101010

Color Harmonies of #617470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617470

Black with #617470

Text Example


Text Example

White with #617470

Text Example


Text Example

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