#697873

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

Shades of Rolling Stone #697873

Tints of Rolling Stone #697873

Color information

#697873 (or 0x697873) is unknown color: approx Rolling Stone. HEX triplet: 69, 78 and 73. RGB value is (105,120,115). Sum of RGB (Red+Green+Blue) = 105+120+115=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 120 - color contains mainly: green. Hex color #697873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697873 is #96878C. Grayscale: #727272. Windows color (decimal): -9865101 or 7567465. OLE color: 7567465.

HSL color Cylindrical-coordinate representation of color #697873: hue angle of 160º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #697873 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB105120115-
CMYK0.1300.040.53
HSL160º6.67%44.12%-
HSV(B)160º12.5%47.06%-
XYZ15.6417.6718.81-
YUV114.94128.03120.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.88%
GREEN value IS 120 (47.27% from 255) = 35.29%
BLUE value IS 115 (45.31% from 255) = 33.82%
R=30.88%
G=35.29%
B=33.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051201150.1300.040.531606.6744.12
Hex697873D0435a072c
Octal151170163150465240754
Binary1101001111100011100111101010011010110100000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697873; }

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

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

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

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

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

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

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

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