#68817E

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

Shades of Rolling Stone #68817E

Tints of Rolling Stone #68817E

Color information

#68817E (or 0x68817E) is unknown color: approx Rolling Stone. HEX triplet: 68, 81 and 7E. RGB value is (104,129,126). Sum of RGB (Red+Green+Blue) = 104+129+126=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 129 - color contains mainly: green. Hex color #68817E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68817E is #977E81. Grayscale: #797979. Windows color (decimal): -9928322 or 8290664. OLE color: 8290664.

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

Color convert

RGB104129126-
CMYK0.1900.020.49
HSL172.8º10.73%45.69%-
HSV(B)172.8º19.38%50.59%-
XYZ17.3320.1522.71-
YUV121.18130.72115.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.97%
GREEN value IS 129 (50.78% from 255) = 35.93%
BLUE value IS 126 (49.61% from 255) = 35.10%
R=28.97%
G=35.93%
B=35.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041291260.1900.020.49172.810.7345.69
Hex68817E130231adb2e
Octal1502011762302612551356
Binary110100010000001111111010011010110001101011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68817E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68817E; }

 p { color: rgb(104,129,126); }

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

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

 a { background-color: rgb(104,129,126); }

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

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

 span { border-color: rgb(104,129,126); }

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