Shades of Observatory #009578
Tints of Observatory #009578
RGB
CMYK
RGB Variations
Color information
#009578 (or 0x009578) is known color: Observatory. HEX triplet: 00, 95 and 78. RGB value is (0,149,120). Sum of RGB (Red+Green+Blue) = 0+149+120=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 149 (58.59% from 255 or 55.39% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 149 - color contains mainly: green. Hex color #009578 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009578 is #FF6A87. Grayscale: #656565. Windows color (decimal): -16738952 or 7902464. OLE color: 7902464.
HSL color Cylindrical-coordinate representation of color #009578: hue angle of 168.32º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009578 is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 149 | 120 | - |
| CMYK | 1 | 0 | 0.19 | 0.42 |
| HSL | 168.32º | 1% | 0.29% | - |
| HSV(B) | 168.32º | 1% | 0.58% | - |
| XYZ | 14.14 | 22.85 | 21.43 | - |
| YUV | 101.14 | 138.64 | 55.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 149 | 120 | 1 | 0 | 0.19 | 0.42 | 168.32 | 1 | 0.29 |
| Hex | 0 | 95 | 78 | 64 | 0 | 13 | 2A | A8 | 64 | 1D |
| Octal | 0 | 225 | 170 | 144 | 0 | 23 | 52 | 250 | 144 | 35 |
| Binary | 0 | 10010101 | 1111000 | 1100100 | 0 | 10011 | 101010 | 10101000 | 1100100 | 11101 |
Color Harmonies of #009578
Complementary color
Monochromatic Colors of #009578
Black with #009578
Text Example
Text Example
White with #009578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009578; }
p { color: rgb(0,149,120); }
H1.HeaderClassName
{
color: #009578;
}
.AnyTagClassName
{
color: #009578;
}
</style>
background-color css
<style>
a { background-color: #009578; }
a { background-color: rgb(0,149,120); }
div.DivClassName
{
background-color: #009578;
}
.BgClassName
{
background-color: #009578;
}
</style>
border-color css
<style>
span { border-color: #009578; }
span { border-color: rgb(0,149,120); }
td.TdClassName
{
border-color: #009578;
}
.TagClassName
{
border-color: #009578;
}
</style>