#62817E

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

Shades of Rolling Stone #62817E

Tints of Rolling Stone #62817E

Color information

#62817E (or 0x62817E) is unknown color: approx Rolling Stone. HEX triplet: 62, 81 and 7E. RGB value is (98,129,126). Sum of RGB (Red+Green+Blue) = 98+129+126=353 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.76% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 129 - color contains mainly: green. Hex color #62817E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62817E is #9D7E81. Grayscale: #777777. Windows color (decimal): -10321538 or 8290658. OLE color: 8290658.

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

Color convert

RGB98129126-
CMYK0.2400.020.49
HSL174.19º13.66%44.51%-
HSV(B)174.19º24.03%50.59%-
XYZ16.6519.822.68-
YUV119.39131.73112.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.76%
GREEN value IS 129 (50.78% from 255) = 36.54%
BLUE value IS 126 (49.61% from 255) = 35.69%
R=27.76%
G=36.54%
B=35.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal981291260.2400.020.49174.1913.6644.51
Hex62817E180231aee2d
Octal1422011763002612561655
Binary110001010000001111111011000010110001101011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62817E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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