Shades of Observatory #088878
Tints of Observatory #088878
RGB
CMYK
RGB Variations
Color information
#088878 (or 0x088878) is known color: Observatory. HEX triplet: 08, 88 and 78. RGB value is (8,136,120). Sum of RGB (Red+Green+Blue) = 8+136+120=264 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.03% from 264); Green value is 136 (53.52% from 255 or 51.52% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 136 - color contains mainly: green. Hex color #088878 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088878 is #F77787. Grayscale: #5F5F5F. Windows color (decimal): -16217992 or 7899144. OLE color: 7899144.
HSL color Cylindrical-coordinate representation of color #088878: hue angle of 172.5º 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 #088878 is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 136 | 120 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.47 |
| HSL | 172.5º | 0.89% | 0.28% | - |
| HSV(B) | 172.5º | 0.94% | 0.53% | - |
| XYZ | 12.29 | 19.02 | 20.79 | - |
| YUV | 95.9 | 141.59 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 120 | 0.94 | 0 | 0.12 | 0.47 | 172.5 | 0.89 | 0.28 |
| Hex | 8 | 88 | 78 | 5E | 0 | C | 2F | AC | 59 | 1C |
| Octal | 10 | 210 | 170 | 136 | 0 | 14 | 57 | 254 | 131 | 34 |
| Binary | 1000 | 10001000 | 1111000 | 1011110 | 0 | 1100 | 101111 | 10101100 | 1011001 | 11100 |
Color Harmonies of #088878
Complementary color
Monochromatic Colors of #088878
Black with #088878
Text Example
Text Example
White with #088878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088878; }
p { color: rgb(8,136,120); }
H1.HeaderClassName
{
color: #088878;
}
.AnyTagClassName
{
color: #088878;
}
</style>
background-color css
<style>
a { background-color: #088878; }
a { background-color: rgb(8,136,120); }
div.DivClassName
{
background-color: #088878;
}
.BgClassName
{
background-color: #088878;
}
</style>
border-color css
<style>
span { border-color: #088878; }
span { border-color: rgb(8,136,120); }
td.TdClassName
{
border-color: #088878;
}
.TagClassName
{
border-color: #088878;
}
</style>