Shades of Rolling Stone #69817A
Tints of Rolling Stone #69817A
RGB
CMYK
RGB Variations
Color information
#69817A (or 0x69817A) is known color: Rolling Stone. HEX triplet: 69, 81 and 7A. RGB value is (105,129,122). Sum of RGB (Red+Green+Blue) = 105+129+122=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 129 - color contains mainly: green. Hex color #69817A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69817A is #967E85. Grayscale: #797979. Windows color (decimal): -9862790 or 8028521. OLE color: 8028521.
HSL color Cylindrical-coordinate representation of color #69817A: hue angle of 162.5º degrees, saturation: 0.1, 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 #69817A is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 129 | 122 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.49 |
| HSL | 162.5º | 0.1% | 0.46% | - |
| HSV(B) | 162.5º | 0.19% | 0.51% | - |
| XYZ | 17.19 | 20.11 | 21.39 | - |
| YUV | 121.03 | 128.55 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 129 | 122 | 0.19 | 0 | 0.05 | 0.49 | 162.5 | 0.1 | 0.46 |
| Hex | 69 | 81 | 7A | 13 | 0 | 5 | 31 | A2 | A | 2E |
| Octal | 151 | 201 | 172 | 23 | 0 | 5 | 61 | 242 | 12 | 56 |
| Binary | 1101001 | 10000001 | 1111010 | 10011 | 0 | 101 | 110001 | 10100010 | 1010 | 101110 |
Color Harmonies of #69817A
Complementary color
Monochromatic Colors of #69817A
Black with #69817A
Text Example
Text Example
White with #69817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69817A; }
p { color: rgb(105,129,122); }
H1.HeaderClassName
{
color: #69817A;
}
.AnyTagClassName
{
color: #69817A;
}
</style>
background-color css
<style>
a { background-color: #69817A; }
a { background-color: rgb(105,129,122); }
div.DivClassName
{
background-color: #69817A;
}
.BgClassName
{
background-color: #69817A;
}
</style>
border-color css
<style>
span { border-color: #69817A; }
span { border-color: rgb(105,129,122); }
td.TdClassName
{
border-color: #69817A;
}
.TagClassName
{
border-color: #69817A;
}
</style>