#60817C

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

Shades of Rolling Stone #60817C

Tints of Rolling Stone #60817C

Color information

#60817C (or 0x60817C) is unknown color: approx Rolling Stone. HEX triplet: 60, 81 and 7C. RGB value is (96,129,124). Sum of RGB (Red+Green+Blue) = 96+129+124=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 129 - color contains mainly: green. Hex color #60817C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60817C is #9F7E83. Grayscale: #767676. Windows color (decimal): -10452612 or 8159584. OLE color: 8159584.

HSL color Cylindrical-coordinate representation of color #60817C: hue angle of 170.91º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #60817C is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB96129124-
CMYK0.2600.040.49
HSL170.91º14.67%44.12%-
HSV(B)170.91º25.58%50.59%-
XYZ16.3119.6422-
YUV118.56131.07111.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.51%
GREEN value IS 129 (50.78% from 255) = 36.96%
BLUE value IS 124 (48.83% from 255) = 35.53%
R=27.51%
G=36.96%
B=35.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal961291240.2600.040.49170.9114.6744.12
Hex60817C1A0431abf2c
Octal1402011743204612531754
Binary1100000100000011111100110100100110001101010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60817C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,129,124); }

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

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

 a { background-color: rgb(96,129,124); }

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

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

 span { border-color: rgb(96,129,124); }

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