#68827C

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

Shades of Rolling Stone #68827C

Tints of Rolling Stone #68827C

Color information

#68827C (or 0x68827C) is unknown color: approx Rolling Stone. HEX triplet: 68, 82 and 7C. RGB value is (104,130,124). Sum of RGB (Red+Green+Blue) = 104+130+124=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 130 - color contains mainly: green. Hex color #68827C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68827C is #977D83. Grayscale: #797979. Windows color (decimal): -9928068 or 8159848. OLE color: 8159848.

HSL color Cylindrical-coordinate representation of color #68827C: hue angle of 166.15º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #68827C is Cyan = 0.2, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB104130124-
CMYK0.200.050.49
HSL166.15º11.11%45.88%-
HSV(B)166.15º20%50.98%-
XYZ17.3320.3622.09-
YUV121.54129.39115.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.05%
GREEN value IS 130 (51.17% from 255) = 36.31%
BLUE value IS 124 (48.83% from 255) = 34.64%
R=29.05%
G=36.31%
B=34.64%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041301240.200.050.49166.1511.1145.88
Hex68827C140531a6b2e
Octal1502021742405612461356
Binary1101000100000101111100101000101110001101001101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68827C; }

 p { color: rgb(104,130,124); }

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

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

 a { background-color: rgb(104,130,124); }

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

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

 span { border-color: rgb(104,130,124); }

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