#62807A

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

Shades of Rolling Stone #62807A

Tints of Rolling Stone #62807A

Color information

#62807A (or 0x62807A) is unknown color: approx Rolling Stone. HEX triplet: 62, 80 and 7A. RGB value is (98,128,122). Sum of RGB (Red+Green+Blue) = 98+128+122=348 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.16% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 128 - color contains mainly: green. Hex color #62807A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62807A is #9D7F85. Grayscale: #767676. Windows color (decimal): -10321798 or 8028258. OLE color: 8028258.

HSL color Cylindrical-coordinate representation of color #62807A: hue angle of 168º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #62807A is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB98128122-
CMYK0.2300.050.50
HSL168º13.27%44.31%-
HSV(B)168º23.44%50.2%-
XYZ16.2719.4421.31-
YUV118.35130.06113.49-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.16%
GREEN value IS 128 (50.39% from 255) = 36.78%
BLUE value IS 122 (48.05% from 255) = 35.06%
R=28.16%
G=36.78%
B=35.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal981281220.2300.050.5016813.2744.31
Hex62807A170532a8d2c
Octal1422001722705622501554
Binary1100010100000001111010101110101110010101010001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62807A; }

 p { color: rgb(98,128,122); }

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

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

 a { background-color: rgb(98,128,122); }

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

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

 span { border-color: rgb(98,128,122); }

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