Shades of Oslo Grey #869090
Tints of Oslo Grey #869090
RGB
CMYK
RGB Variations
Color information
#869090 (or 0x869090) is known color: Oslo Grey. HEX triplet: 86, 90 and 90. RGB value is (134,144,144). Sum of RGB (Red+Green+Blue) = 134+144+144=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #869090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869090 is #796F6F. Grayscale: #8D8D8D. Windows color (decimal): -7958384 or 9474182. OLE color: 9474182.
HSL color Cylindrical-coordinate representation of color #869090: hue angle of 180º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #869090 is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 144 | 144 | - |
| CMYK | 0.07 | 0 | 0 | 0.44 |
| HSL | 180º | 0.04% | 0.55% | - |
| HSV(B) | 180º | 0.07% | 0.56% | - |
| XYZ | 24.84 | 27.03 | 30.29 | - |
| YUV | 141.01 | 129.69 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 144 | 144 | 0.07 | 0 | 0 | 0.44 | 180 | 0.04 | 0.55 |
| Hex | 86 | 90 | 90 | 7 | 0 | 0 | 2C | B4 | 4 | 37 |
| Octal | 206 | 220 | 220 | 7 | 0 | 0 | 54 | 264 | 4 | 67 |
| Binary | 10000110 | 10010000 | 10010000 | 111 | 0 | 0 | 101100 | 10110100 | 100 | 110111 |
Color Harmonies of #869090
Complementary color
Monochromatic Colors of #869090
Black with #869090
Text Example
Text Example
White with #869090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869090; }
p { color: rgb(134,144,144); }
H1.HeaderClassName
{
color: #869090;
}
.AnyTagClassName
{
color: #869090;
}
</style>
background-color css
<style>
a { background-color: #869090; }
a { background-color: rgb(134,144,144); }
div.DivClassName
{
background-color: #869090;
}
.BgClassName
{
background-color: #869090;
}
</style>
border-color css
<style>
span { border-color: #869090; }
span { border-color: rgb(134,144,144); }
td.TdClassName
{
border-color: #869090;
}
.TagClassName
{
border-color: #869090;
}
</style>