#697875

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

Shades of Rolling Stone #697875

Tints of Rolling Stone #697875

Color information

#697875 (or 0x697875) is unknown color: approx Rolling Stone. HEX triplet: 69, 78 and 75. RGB value is (105,120,117). Sum of RGB (Red+Green+Blue) = 105+120+117=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 120 - color contains mainly: green. Hex color #697875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697875 is #96878A. Grayscale: #737373. Windows color (decimal): -9865099 or 7698537. OLE color: 7698537.

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

Color convert

RGB105120117-
CMYK0.1300.020.53
HSL168º6.67%44.12%-
HSV(B)168º12.5%47.06%-
XYZ15.7517.7219.42-
YUV115.17129.03120.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.70%
GREEN value IS 120 (47.27% from 255) = 35.09%
BLUE value IS 117 (46.09% from 255) = 34.21%
R=30.70%
G=35.09%
B=34.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051201170.1300.020.531686.6744.12
Hex697875D0235a872c
Octal151170165150265250754
Binary110100111110001110101110101011010110101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697875; }

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

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

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

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

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

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

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

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