Shades of Rolling Stone #60817C
Tints of Rolling Stone #60817C
RGB
CMYK
RGB Variations
Color information
#60817C (or 0x60817C) is known color: 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
| RGB | 96 | 129 | 124 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.49 |
| HSL | 170.91º | 0.15% | 0.44% | - |
| HSV(B) | 170.91º | 0.26% | 0.51% | - |
| XYZ | 16.31 | 19.64 | 22 | - |
| YUV | 118.56 | 131.07 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 129 | 124 | 0.26 | 0 | 0.04 | 0.49 | 170.91 | 0.15 | 0.44 |
| Hex | 60 | 81 | 7C | 1A | 0 | 4 | 31 | AB | F | 2C |
| Octal | 140 | 201 | 174 | 32 | 0 | 4 | 61 | 253 | 17 | 54 |
| Binary | 1100000 | 10000001 | 1111100 | 11010 | 0 | 100 | 110001 | 10101011 | 1111 | 101100 |
Color Harmonies of #60817C
Complementary color
Monochromatic Colors of #60817C
Black with #60817C
Text Example
Text Example
White with #60817C
Text Example
Text Example
HTML Codes & Css Web 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>