#697370

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

Shades of Rolling Stone #697370

Tints of Rolling Stone #697370

Color information

#697370 (or 0x697370) is unknown color: approx Rolling Stone. HEX triplet: 69, 73 and 70. RGB value is (105,115,112). Sum of RGB (Red+Green+Blue) = 105+115+112=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 115 - color contains mainly: green. Hex color #697370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697370 is #968C8F. Grayscale: #6F6F6F. Windows color (decimal): -9866384 or 7369577. OLE color: 7369577.

HSL color Cylindrical-coordinate representation of color #697370: hue angle of 162º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #697370 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB105115112-
CMYK0.0900.030.55
HSL162º4.55%43.14%-
HSV(B)162º8.7%45.1%-
XYZ14.8816.4317.72-
YUV111.67128.19123.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.63%
GREEN value IS 115 (45.31% from 255) = 34.64%
BLUE value IS 112 (44.14% from 255) = 33.73%
R=31.63%
G=34.64%
B=33.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1051151120.0900.030.551624.5543.14
Hex69737090337a252b
Octal151163160110367242553
Binary110100111100111110000100101111011110100010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697370; }

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

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

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

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

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

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

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

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