Shades of Observatory #009078
Tints of Observatory #009078
RGB
CMYK
RGB Variations
Color information
#009078 (or 0x009078) is known color: Observatory. HEX triplet: 00, 90 and 78. RGB value is (0,144,120). Sum of RGB (Red+Green+Blue) = 0+144+120=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 144 (56.64% from 255 or 54.55% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 144 - color contains mainly: green. Hex color #009078 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009078 is #FF6F87. Grayscale: #626262. Windows color (decimal): -16740232 or 7901184. OLE color: 7901184.
HSL color Cylindrical-coordinate representation of color #009078: hue angle of 170º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009078 is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 144 | 120 | - |
| CMYK | 1 | 0 | 0.17 | 0.44 |
| HSL | 170º | 1% | 0.28% | - |
| HSV(B) | 170º | 1% | 0.56% | - |
| XYZ | 13.36 | 21.3 | 21.18 | - |
| YUV | 98.21 | 140.29 | 57.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 144 | 120 | 1 | 0 | 0.17 | 0.44 | 170 | 1 | 0.28 |
| Hex | 0 | 90 | 78 | 64 | 0 | 11 | 2C | AA | 64 | 1C |
| Octal | 0 | 220 | 170 | 144 | 0 | 21 | 54 | 252 | 144 | 34 |
| Binary | 0 | 10010000 | 1111000 | 1100100 | 0 | 10001 | 101100 | 10101010 | 1100100 | 11100 |
Color Harmonies of #009078
Complementary color
Monochromatic Colors of #009078
Black with #009078
Text Example
Text Example
White with #009078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009078; }
p { color: rgb(0,144,120); }
H1.HeaderClassName
{
color: #009078;
}
.AnyTagClassName
{
color: #009078;
}
</style>
background-color css
<style>
a { background-color: #009078; }
a { background-color: rgb(0,144,120); }
div.DivClassName
{
background-color: #009078;
}
.BgClassName
{
background-color: #009078;
}
</style>
border-color css
<style>
span { border-color: #009078; }
span { border-color: rgb(0,144,120); }
td.TdClassName
{
border-color: #009078;
}
.TagClassName
{
border-color: #009078;
}
</style>