Shades of Rolling Stone #67837F
Tints of Rolling Stone #67837F
RGB
CMYK
RGB Variations
Color information
#67837F (or 0x67837F) is known color: Rolling Stone. HEX triplet: 67, 83 and 7F. RGB value is (103,131,127). Sum of RGB (Red+Green+Blue) = 103+131+127=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 131 - color contains mainly: green. Hex color #67837F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67837F is #987C80. Grayscale: #7A7A7A. Windows color (decimal): -9993345 or 8356711. OLE color: 8356711.
HSL color Cylindrical-coordinate representation of color #67837F: hue angle of 171.43º degrees, saturation: 0.12, 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 #67837F is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 131 | 127 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.49 |
| HSL | 171.43º | 0.12% | 0.46% | - |
| HSV(B) | 171.43º | 0.21% | 0.51% | - |
| XYZ | 17.54 | 20.65 | 23.14 | - |
| YUV | 122.17 | 130.72 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 131 | 127 | 0.21 | 0 | 0.03 | 0.49 | 171.43 | 0.12 | 0.46 |
| Hex | 67 | 83 | 7F | 15 | 0 | 3 | 31 | AB | C | 2E |
| Octal | 147 | 203 | 177 | 25 | 0 | 3 | 61 | 253 | 14 | 56 |
| Binary | 1100111 | 10000011 | 1111111 | 10101 | 0 | 11 | 110001 | 10101011 | 1100 | 101110 |
Color Harmonies of #67837F
Complementary color
Monochromatic Colors of #67837F
Black with #67837F
Text Example
Text Example
White with #67837F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67837F; }
p { color: rgb(103,131,127); }
H1.HeaderClassName
{
color: #67837F;
}
.AnyTagClassName
{
color: #67837F;
}
</style>
background-color css
<style>
a { background-color: #67837F; }
a { background-color: rgb(103,131,127); }
div.DivClassName
{
background-color: #67837F;
}
.BgClassName
{
background-color: #67837F;
}
</style>
border-color css
<style>
span { border-color: #67837F; }
span { border-color: rgb(103,131,127); }
td.TdClassName
{
border-color: #67837F;
}
.TagClassName
{
border-color: #67837F;
}
</style>