Shades of Oslo Grey #8B908F
Tints of Oslo Grey #8B908F
RGB
CMYK
RGB Variations
Color information
#8B908F (or 0x8B908F) is known color: Oslo Grey. HEX triplet: 8B, 90 and 8F. RGB value is (139,144,143). Sum of RGB (Red+Green+Blue) = 139+144+143=426 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.63% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 144 - color contains mainly: green. Hex color #8B908F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B908F is #746F70. Grayscale: #8E8E8E. Windows color (decimal): -7630705 or 9408651. OLE color: 9408651.
HSL color Cylindrical-coordinate representation of color #8B908F: hue angle of 168º degrees, saturation: 0.02, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8B908F is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 144 | 143 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.44 |
| HSL | 168º | 0.02% | 0.55% | - |
| HSV(B) | 168º | 0.03% | 0.56% | - |
| XYZ | 25.58 | 27.42 | 29.93 | - |
| YUV | 142.39 | 128.34 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 144 | 143 | 0.03 | 0 | 0.01 | 0.44 | 168 | 0.02 | 0.55 |
| Hex | 8B | 90 | 8F | 3 | 0 | 1 | 2C | A8 | 2 | 37 |
| Octal | 213 | 220 | 217 | 3 | 0 | 1 | 54 | 250 | 2 | 67 |
| Binary | 10001011 | 10010000 | 10001111 | 11 | 0 | 1 | 101100 | 10101000 | 10 | 110111 |
Color Harmonies of #8B908F
Complementary color
Monochromatic Colors of #8B908F
Black with #8B908F
Text Example
Text Example
White with #8B908F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B908F; }
p { color: rgb(139,144,143); }
H1.HeaderClassName
{
color: #8B908F;
}
.AnyTagClassName
{
color: #8B908F;
}
</style>
background-color css
<style>
a { background-color: #8B908F; }
a { background-color: rgb(139,144,143); }
div.DivClassName
{
background-color: #8B908F;
}
.BgClassName
{
background-color: #8B908F;
}
</style>
border-color css
<style>
span { border-color: #8B908F; }
span { border-color: rgb(139,144,143); }
td.TdClassName
{
border-color: #8B908F;
}
.TagClassName
{
border-color: #8B908F;
}
</style>