Html Css Color HEX #617874 Rolling Stone

📋 copy color: '#617874'

red 97 ◦ green 120 ◦ blue 116

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

Shades of Rolling Stone #617874

Tints of Rolling Stone #617874

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.04%

 BLUE value IS 116 (45.7% from 255) = 34.83%

R = 29.13%
G = 36.04%
B = 34.83%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#617874 (or 0x617874) is known color: Rolling Stone. HEX triplet: 61, 78 and 74. RGB value is (97,120,116). Sum of RGB (Red+Green+Blue) = 97+120+116=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 120 - color contains mainly: green. Hex color #617874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617874 is #9E878B. Grayscale: #707070. Windows color (decimal): -10389388 or 7632993. OLE color: 7632993.

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

Color convert

RGB 97 120 116 -
CMYK 0.19 0 0.03 0.53
HSL 169.57º 0.11% 0.43% -
HSV(B) 169.57º 0.19% 0.47% -
XYZ 14.8 17.24 19.07 -
YUV 112.67 129.88 116.83 -
System Red Green Blue C M Y K H S L
Decimal 97 120 116 0.19 0 0.03 0.53 169.57 0.11 0.43
Hex 61 78 74 13 0 3 35 AA B 2B
Octal 141 170 164 23 0 3 65 252 13 53
Binary 1100001 1111000 1110100 10011 0 11 110101 10101010 1011 101011

Color Harmonies of #617874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617874

Black with #617874

Text Example


Text Example

White with #617874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617874; }

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

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

background-color css

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

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

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

border-color css

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

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

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