Shades of Rolling Stone #69827B
Tints of Rolling Stone #69827B
RGB
CMYK
RGB Variations
Color information
#69827B (or 0x69827B) is known color: Rolling Stone. HEX triplet: 69, 82 and 7B. RGB value is (105,130,123). Sum of RGB (Red+Green+Blue) = 105+130+123=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 130 - color contains mainly: green. Hex color #69827B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69827B is #967D84. Grayscale: #797979. Windows color (decimal): -9862533 or 8094313. OLE color: 8094313.
HSL color Cylindrical-coordinate representation of color #69827B: hue angle of 163.2º 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 #69827B is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 130 | 123 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.49 |
| HSL | 163.2º | 0.11% | 0.46% | - |
| HSV(B) | 163.2º | 0.19% | 0.51% | - |
| XYZ | 17.38 | 20.4 | 21.76 | - |
| YUV | 121.73 | 128.72 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 130 | 123 | 0.19 | 0 | 0.05 | 0.49 | 163.2 | 0.11 | 0.46 |
| Hex | 69 | 82 | 7B | 13 | 0 | 5 | 31 | A3 | B | 2E |
| Octal | 151 | 202 | 173 | 23 | 0 | 5 | 61 | 243 | 13 | 56 |
| Binary | 1101001 | 10000010 | 1111011 | 10011 | 0 | 101 | 110001 | 10100011 | 1011 | 101110 |
Color Harmonies of #69827B
Complementary color
Monochromatic Colors of #69827B
Black with #69827B
Text Example
Text Example
White with #69827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69827B; }
p { color: rgb(105,130,123); }
H1.HeaderClassName
{
color: #69827B;
}
.AnyTagClassName
{
color: #69827B;
}
</style>
background-color css
<style>
a { background-color: #69827B; }
a { background-color: rgb(105,130,123); }
div.DivClassName
{
background-color: #69827B;
}
.BgClassName
{
background-color: #69827B;
}
</style>
border-color css
<style>
span { border-color: #69827B; }
span { border-color: rgb(105,130,123); }
td.TdClassName
{
border-color: #69827B;
}
.TagClassName
{
border-color: #69827B;
}
</style>