Shades of Oslo Grey #818A88
Tints of Oslo Grey #818A88
RGB
CMYK
RGB Variations
Color information
#818A88 (or 0x818A88) is known color: Oslo Grey. HEX triplet: 81, 8A and 88. RGB value is (129,138,136). Sum of RGB (Red+Green+Blue) = 129+138+136=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 138 - color contains mainly: green. Hex color #818A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818A88 is #7E7577. Grayscale: #878787. Windows color (decimal): -8287608 or 8948353. OLE color: 8948353.
HSL color Cylindrical-coordinate representation of color #818A88: hue angle of 166.67º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #818A88 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 138 | 136 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.46 |
| HSL | 166.67º | 0.04% | 0.52% | - |
| HSV(B) | 166.67º | 0.07% | 0.54% | - |
| XYZ | 22.59 | 24.62 | 26.85 | - |
| YUV | 135.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 138 | 136 | 0.07 | 0 | 0.01 | 0.46 | 166.67 | 0.04 | 0.52 |
| Hex | 81 | 8A | 88 | 7 | 0 | 1 | 2E | A7 | 4 | 34 |
| Octal | 201 | 212 | 210 | 7 | 0 | 1 | 56 | 247 | 4 | 64 |
| Binary | 10000001 | 10001010 | 10001000 | 111 | 0 | 1 | 101110 | 10100111 | 100 | 110100 |
Color Harmonies of #818A88
Complementary color
Monochromatic Colors of #818A88
Black with #818A88
Text Example
Text Example
White with #818A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818A88; }
p { color: rgb(129,138,136); }
H1.HeaderClassName
{
color: #818A88;
}
.AnyTagClassName
{
color: #818A88;
}
</style>
background-color css
<style>
a { background-color: #818A88; }
a { background-color: rgb(129,138,136); }
div.DivClassName
{
background-color: #818A88;
}
.BgClassName
{
background-color: #818A88;
}
</style>
border-color css
<style>
span { border-color: #818A88; }
span { border-color: rgb(129,138,136); }
td.TdClassName
{
border-color: #818A88;
}
.TagClassName
{
border-color: #818A88;
}
</style>