Shades of Rolling Stone #62817A
Tints of Rolling Stone #62817A
RGB
CMYK
RGB Variations
Color information
#62817A (or 0x62817A) is known color: Rolling Stone. HEX triplet: 62, 81 and 7A. RGB value is (98,129,122). Sum of RGB (Red+Green+Blue) = 98+129+122=349 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.08% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 129 - color contains mainly: green. Hex color #62817A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62817A is #9D7E85. Grayscale: #767676. Windows color (decimal): -10321542 or 8028514. OLE color: 8028514.
HSL color Cylindrical-coordinate representation of color #62817A: hue angle of 166.45º 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 #62817A is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 129 | 122 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.49 |
| HSL | 166.45º | 0.14% | 0.45% | - |
| HSV(B) | 166.45º | 0.24% | 0.51% | - |
| XYZ | 16.4 | 19.7 | 21.35 | - |
| YUV | 118.93 | 129.73 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 129 | 122 | 0.24 | 0 | 0.05 | 0.49 | 166.45 | 0.14 | 0.45 |
| Hex | 62 | 81 | 7A | 18 | 0 | 5 | 31 | A6 | E | 2D |
| Octal | 142 | 201 | 172 | 30 | 0 | 5 | 61 | 246 | 16 | 55 |
| Binary | 1100010 | 10000001 | 1111010 | 11000 | 0 | 101 | 110001 | 10100110 | 1110 | 101101 |
Color Harmonies of #62817A
Complementary color
Monochromatic Colors of #62817A
Black with #62817A
Text Example
Text Example
White with #62817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62817A; }
p { color: rgb(98,129,122); }
H1.HeaderClassName
{
color: #62817A;
}
.AnyTagClassName
{
color: #62817A;
}
</style>
background-color css
<style>
a { background-color: #62817A; }
a { background-color: rgb(98,129,122); }
div.DivClassName
{
background-color: #62817A;
}
.BgClassName
{
background-color: #62817A;
}
</style>
border-color css
<style>
span { border-color: #62817A; }
span { border-color: rgb(98,129,122); }
td.TdClassName
{
border-color: #62817A;
}
.TagClassName
{
border-color: #62817A;
}
</style>