Shades of Rolling Stone #68817D
Tints of Rolling Stone #68817D
RGB
CMYK
RGB Variations
Color information
#68817D (or 0x68817D) is known color: Rolling Stone. HEX triplet: 68, 81 and 7D. RGB value is (104,129,125). Sum of RGB (Red+Green+Blue) = 104+129+125=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 129 - color contains mainly: green. Hex color #68817D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68817D is #977E82. Grayscale: #797979. Windows color (decimal): -9928323 or 8225128. OLE color: 8225128.
HSL color Cylindrical-coordinate representation of color #68817D: hue angle of 170.4º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #68817D is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 129 | 125 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.49 |
| HSL | 170.4º | 0.11% | 0.46% | - |
| HSV(B) | 170.4º | 0.19% | 0.51% | - |
| XYZ | 17.26 | 20.12 | 22.38 | - |
| YUV | 121.07 | 130.22 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 129 | 125 | 0.19 | 0 | 0.03 | 0.49 | 170.4 | 0.11 | 0.46 |
| Hex | 68 | 81 | 7D | 13 | 0 | 3 | 31 | AA | B | 2E |
| Octal | 150 | 201 | 175 | 23 | 0 | 3 | 61 | 252 | 13 | 56 |
| Binary | 1101000 | 10000001 | 1111101 | 10011 | 0 | 11 | 110001 | 10101010 | 1011 | 101110 |
Color Harmonies of #68817D
Complementary color
Monochromatic Colors of #68817D
Black with #68817D
Text Example
Text Example
White with #68817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68817D; }
p { color: rgb(104,129,125); }
H1.HeaderClassName
{
color: #68817D;
}
.AnyTagClassName
{
color: #68817D;
}
</style>
background-color css
<style>
a { background-color: #68817D; }
a { background-color: rgb(104,129,125); }
div.DivClassName
{
background-color: #68817D;
}
.BgClassName
{
background-color: #68817D;
}
</style>
border-color css
<style>
span { border-color: #68817D; }
span { border-color: rgb(104,129,125); }
td.TdClassName
{
border-color: #68817D;
}
.TagClassName
{
border-color: #68817D;
}
</style>