Shades of Rolling Stone #67817C
Tints of Rolling Stone #67817C
RGB
CMYK
RGB Variations
Color information
#67817C (or 0x67817C) is known color: Rolling Stone. HEX triplet: 67, 81 and 7C. RGB value is (103,129,124). Sum of RGB (Red+Green+Blue) = 103+129+124=356 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.93% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 129 - color contains mainly: green. Hex color #67817C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67817C is #987E83. Grayscale: #787878. Windows color (decimal): -9993860 or 8159591. OLE color: 8159591.
HSL color Cylindrical-coordinate representation of color #67817C: hue angle of 168.46º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #67817C is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 129 | 124 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.49 |
| HSL | 168.46º | 0.11% | 0.45% | - |
| HSV(B) | 168.46º | 0.2% | 0.51% | - |
| XYZ | 17.08 | 20.04 | 22.04 | - |
| YUV | 120.66 | 129.89 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 129 | 124 | 0.20 | 0 | 0.04 | 0.49 | 168.46 | 0.11 | 0.45 |
| Hex | 67 | 81 | 7C | 14 | 0 | 4 | 31 | A8 | B | 2D |
| Octal | 147 | 201 | 174 | 24 | 0 | 4 | 61 | 250 | 13 | 55 |
| Binary | 1100111 | 10000001 | 1111100 | 10100 | 0 | 100 | 110001 | 10101000 | 1011 | 101101 |
Color Harmonies of #67817C
Complementary color
Monochromatic Colors of #67817C
Black with #67817C
Text Example
Text Example
White with #67817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67817C; }
p { color: rgb(103,129,124); }
H1.HeaderClassName
{
color: #67817C;
}
.AnyTagClassName
{
color: #67817C;
}
</style>
background-color css
<style>
a { background-color: #67817C; }
a { background-color: rgb(103,129,124); }
div.DivClassName
{
background-color: #67817C;
}
.BgClassName
{
background-color: #67817C;
}
</style>
border-color css
<style>
span { border-color: #67817C; }
span { border-color: rgb(103,129,124); }
td.TdClassName
{
border-color: #67817C;
}
.TagClassName
{
border-color: #67817C;
}
</style>