Shades of Rolling Stone #68837C
Tints of Rolling Stone #68837C
RGB
CMYK
RGB Variations
Color information
#68837C (or 0x68837C) is known color: Rolling Stone. HEX triplet: 68, 83 and 7C. RGB value is (104,131,124). Sum of RGB (Red+Green+Blue) = 104+131+124=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 131 - color contains mainly: green. Hex color #68837C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68837C is #977C83. Grayscale: #7A7A7A. Windows color (decimal): -9927812 or 8160104. OLE color: 8160104.
HSL color Cylindrical-coordinate representation of color #68837C: hue angle of 164.44º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #68837C is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 131 | 124 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.49 |
| HSL | 164.44º | 0.11% | 0.46% | - |
| HSV(B) | 164.44º | 0.21% | 0.51% | - |
| XYZ | 17.46 | 20.63 | 22.13 | - |
| YUV | 122.13 | 129.05 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 131 | 124 | 0.21 | 0 | 0.05 | 0.49 | 164.44 | 0.11 | 0.46 |
| Hex | 68 | 83 | 7C | 15 | 0 | 5 | 31 | A4 | B | 2E |
| Octal | 150 | 203 | 174 | 25 | 0 | 5 | 61 | 244 | 13 | 56 |
| Binary | 1101000 | 10000011 | 1111100 | 10101 | 0 | 101 | 110001 | 10100100 | 1011 | 101110 |
Color Harmonies of #68837C
Complementary color
Monochromatic Colors of #68837C
Black with #68837C
Text Example
Text Example
White with #68837C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68837C; }
p { color: rgb(104,131,124); }
H1.HeaderClassName
{
color: #68837C;
}
.AnyTagClassName
{
color: #68837C;
}
</style>
background-color css
<style>
a { background-color: #68837C; }
a { background-color: rgb(104,131,124); }
div.DivClassName
{
background-color: #68837C;
}
.BgClassName
{
background-color: #68837C;
}
</style>
border-color css
<style>
span { border-color: #68837C; }
span { border-color: rgb(104,131,124); }
td.TdClassName
{
border-color: #68837C;
}
.TagClassName
{
border-color: #68837C;
}
</style>