#697170

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

Shades of Rolling Stone #697170

Tints of Rolling Stone #697170

Color information

#697170 (or 0x697170) is unknown color: approx Rolling Stone. HEX triplet: 69, 71 and 70. RGB value is (105,113,112). Sum of RGB (Red+Green+Blue) = 105+113+112=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 113 - color contains mainly: green. Hex color #697170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697170 is #968E8F. Grayscale: #6E6E6E. Windows color (decimal): -9866896 or 7369065. OLE color: 7369065.

HSL color Cylindrical-coordinate representation of color #697170: hue angle of 172.5º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #697170 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB105113112-
CMYK0.0700.010.56
HSL172.5º3.67%42.75%-
HSV(B)172.5º7.08%44.31%-
XYZ14.6615.9817.64-
YUV110.49128.85124.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.82%
GREEN value IS 113 (44.53% from 255) = 34.24%
BLUE value IS 112 (44.14% from 255) = 33.94%
R=31.82%
G=34.24%
B=33.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1051131120.0700.010.56172.53.6742.75
Hex69717070138ac42b
Octal15116116070170254453
Binary1101001111000111100001110111100010101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697170; }

 p { color: rgb(105,113,112); }

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

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

 a { background-color: rgb(105,113,112); }

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

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

 span { border-color: rgb(105,113,112); }

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