Shades of Observatory #009073
Tints of Observatory #009073
RGB
CMYK
RGB Variations
Color information
#009073 (or 0x009073) is known color: Observatory. HEX triplet: 00, 90 and 73. RGB value is (0,144,115). Sum of RGB (Red+Green+Blue) = 0+144+115=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 144 (56.64% from 255 or 55.60% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 144 - color contains mainly: green. Hex color #009073 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009073 is #FF6F8C. Grayscale: #616161. Windows color (decimal): -16740237 or 7573504. OLE color: 7573504.
HSL color Cylindrical-coordinate representation of color #009073: hue angle of 167.92º 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 #009073 is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 144 | 115 | - |
| CMYK | 1 | 0 | 0.20 | 0.44 |
| HSL | 167.92º | 1% | 0.28% | - |
| HSV(B) | 167.92º | 1% | 0.56% | - |
| XYZ | 13.07 | 21.18 | 19.62 | - |
| YUV | 97.64 | 137.79 | 58.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 144 | 115 | 1 | 0 | 0.20 | 0.44 | 167.92 | 1 | 0.28 |
| Hex | 0 | 90 | 73 | 64 | 0 | 14 | 2C | A8 | 64 | 1C |
| Octal | 0 | 220 | 163 | 144 | 0 | 24 | 54 | 250 | 144 | 34 |
| Binary | 0 | 10010000 | 1110011 | 1100100 | 0 | 10100 | 101100 | 10101000 | 1100100 | 11100 |
Color Harmonies of #009073
Complementary color
Monochromatic Colors of #009073
Black with #009073
Text Example
Text Example
White with #009073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009073; }
p { color: rgb(0,144,115); }
H1.HeaderClassName
{
color: #009073;
}
.AnyTagClassName
{
color: #009073;
}
</style>
background-color css
<style>
a { background-color: #009073; }
a { background-color: rgb(0,144,115); }
div.DivClassName
{
background-color: #009073;
}
.BgClassName
{
background-color: #009073;
}
</style>
border-color css
<style>
span { border-color: #009073; }
span { border-color: rgb(0,144,115); }
td.TdClassName
{
border-color: #009073;
}
.TagClassName
{
border-color: #009073;
}
</style>