Shades of Observatory #008978
Tints of Observatory #008978
RGB
CMYK
RGB Variations
Color information
#008978 (or 0x008978) is known color: Observatory. HEX triplet: 00, 89 and 78. RGB value is (0,137,120). Sum of RGB (Red+Green+Blue) = 0+137+120=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 137 (53.91% from 255 or 53.31% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 137 - color contains mainly: green. Hex color #008978 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008978 is #FF7687. Grayscale: #5E5E5E. Windows color (decimal): -16742024 or 7899392. OLE color: 7899392.
HSL color Cylindrical-coordinate representation of color #008978: hue angle of 172.55º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008978 is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 137 | 120 | - |
| CMYK | 1 | 0 | 0.12 | 0.46 |
| HSL | 172.55º | 1% | 0.27% | - |
| HSV(B) | 172.55º | 1% | 0.54% | - |
| XYZ | 12.34 | 19.25 | 20.83 | - |
| YUV | 94.1 | 142.61 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 137 | 120 | 1 | 0 | 0.12 | 0.46 | 172.55 | 1 | 0.27 |
| Hex | 0 | 89 | 78 | 64 | 0 | C | 2E | AD | 64 | 1B |
| Octal | 0 | 211 | 170 | 144 | 0 | 14 | 56 | 255 | 144 | 33 |
| Binary | 0 | 10001001 | 1111000 | 1100100 | 0 | 1100 | 101110 | 10101101 | 1100100 | 11011 |
Color Harmonies of #008978
Complementary color
Monochromatic Colors of #008978
Black with #008978
Text Example
Text Example
White with #008978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008978; }
p { color: rgb(0,137,120); }
H1.HeaderClassName
{
color: #008978;
}
.AnyTagClassName
{
color: #008978;
}
</style>
background-color css
<style>
a { background-color: #008978; }
a { background-color: rgb(0,137,120); }
div.DivClassName
{
background-color: #008978;
}
.BgClassName
{
background-color: #008978;
}
</style>
border-color css
<style>
span { border-color: #008978; }
span { border-color: rgb(0,137,120); }
td.TdClassName
{
border-color: #008978;
}
.TagClassName
{
border-color: #008978;
}
</style>