Shades of Observatory #088868
Tints of Observatory #088868
RGB
CMYK
RGB Variations
Color information
#088868 (or 0x088868) is known color: Observatory. HEX triplet: 08, 88 and 68. RGB value is (8,136,104). Sum of RGB (Red+Green+Blue) = 8+136+104=248 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.23% from 248); Green value is 136 (53.52% from 255 or 54.84% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 136 - color contains mainly: green. Hex color #088868 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088868 is #F77797. Grayscale: #5E5E5E. Windows color (decimal): -16218008 or 6850568. OLE color: 6850568.
HSL color Cylindrical-coordinate representation of color #088868: hue angle of 165º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088868 is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 136 | 104 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.47 |
| HSL | 165º | 0.89% | 0.28% | - |
| HSV(B) | 165º | 0.94% | 0.53% | - |
| XYZ | 11.4 | 18.66 | 16.1 | - |
| YUV | 94.08 | 133.59 | 66.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 104 | 0.94 | 0 | 0.24 | 0.47 | 165 | 0.89 | 0.28 |
| Hex | 8 | 88 | 68 | 5E | 0 | 18 | 2F | A5 | 59 | 1C |
| Octal | 10 | 210 | 150 | 136 | 0 | 30 | 57 | 245 | 131 | 34 |
| Binary | 1000 | 10001000 | 1101000 | 1011110 | 0 | 11000 | 101111 | 10100101 | 1011001 | 11100 |
Color Harmonies of #088868
Complementary color
Monochromatic Colors of #088868
Black with #088868
Text Example
Text Example
White with #088868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088868; }
p { color: rgb(8,136,104); }
H1.HeaderClassName
{
color: #088868;
}
.AnyTagClassName
{
color: #088868;
}
</style>
background-color css
<style>
a { background-color: #088868; }
a { background-color: rgb(8,136,104); }
div.DivClassName
{
background-color: #088868;
}
.BgClassName
{
background-color: #088868;
}
</style>
border-color css
<style>
span { border-color: #088868; }
span { border-color: rgb(8,136,104); }
td.TdClassName
{
border-color: #088868;
}
.TagClassName
{
border-color: #088868;
}
</style>