Shades of Observatory #009579
Tints of Observatory #009579
RGB
CMYK
RGB Variations
Color information
#009579 (or 0x009579) is known color: Observatory. HEX triplet: 00, 95 and 79. RGB value is (0,149,121). Sum of RGB (Red+Green+Blue) = 0+149+121=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 149 (58.59% from 255 or 55.19% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 149 - color contains mainly: green. Hex color #009579 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009579 is #FF6A86. Grayscale: #656565. Windows color (decimal): -16738951 or 7968000. OLE color: 7968000.
HSL color Cylindrical-coordinate representation of color #009579: hue angle of 168.72º 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 #009579 is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 149 | 121 | - |
| CMYK | 1 | 0 | 0.19 | 0.42 |
| HSL | 168.72º | 1% | 0.29% | - |
| HSV(B) | 168.72º | 1% | 0.58% | - |
| XYZ | 14.2 | 22.88 | 21.76 | - |
| YUV | 101.26 | 139.14 | 55.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 149 | 121 | 1 | 0 | 0.19 | 0.42 | 168.72 | 1 | 0.29 |
| Hex | 0 | 95 | 79 | 64 | 0 | 13 | 2A | A9 | 64 | 1D |
| Octal | 0 | 225 | 171 | 144 | 0 | 23 | 52 | 251 | 144 | 35 |
| Binary | 0 | 10010101 | 1111001 | 1100100 | 0 | 10011 | 101010 | 10101001 | 1100100 | 11101 |
Color Harmonies of #009579
Complementary color
Monochromatic Colors of #009579
Black with #009579
Text Example
Text Example
White with #009579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009579; }
p { color: rgb(0,149,121); }
H1.HeaderClassName
{
color: #009579;
}
.AnyTagClassName
{
color: #009579;
}
</style>
background-color css
<style>
a { background-color: #009579; }
a { background-color: rgb(0,149,121); }
div.DivClassName
{
background-color: #009579;
}
.BgClassName
{
background-color: #009579;
}
</style>
border-color css
<style>
span { border-color: #009579; }
span { border-color: rgb(0,149,121); }
td.TdClassName
{
border-color: #009579;
}
.TagClassName
{
border-color: #009579;
}
</style>