#697B79

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

Shades of Rolling Stone #697B79

Tints of Rolling Stone #697B79

Color information

#697B79 (or 0x697B79) is unknown color: approx Rolling Stone. HEX triplet: 69, 7B and 79. RGB value is (105,123,121). Sum of RGB (Red+Green+Blue) = 105+123+121=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 123 - color contains mainly: green. Hex color #697B79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697B79 is #968486. Grayscale: #757575. Windows color (decimal): -9864327 or 7961449. OLE color: 7961449.

HSL color Cylindrical-coordinate representation of color #697B79: hue angle of 173.33º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #697B79 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB105123121-
CMYK0.1500.020.52
HSL173.33º7.89%44.71%-
HSV(B)173.33º14.63%48.24%-
XYZ16.3618.5520.81-
YUV117.39130.04119.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.09%
GREEN value IS 123 (48.44% from 255) = 35.24%
BLUE value IS 121 (47.66% from 255) = 34.67%
R=30.09%
G=35.24%
B=34.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1051231210.1500.020.52173.337.8944.71
Hex697B79F0234ad82d
Octal1511731711702642551055
Binary1101001111101111110011111010110100101011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697B79; }

 p { color: rgb(105,123,121); }

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

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

 a { background-color: rgb(105,123,121); }

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

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

 span { border-color: rgb(105,123,121); }

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