Shades of Observatory #009177
Tints of Observatory #009177
RGB
CMYK
RGB Variations
Color information
#009177 (or 0x009177) is known color: Observatory. HEX triplet: 00, 91 and 77. RGB value is (0,145,119). Sum of RGB (Red+Green+Blue) = 0+145+119=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 145 (57.03% from 255 or 54.92% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 145 - color contains mainly: green. Hex color #009177 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009177 is #FF6E88. Grayscale: #626262. Windows color (decimal): -16739977 or 7835904. OLE color: 7835904.
HSL color Cylindrical-coordinate representation of color #009177: hue angle of 169.24º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009177 is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 145 | 119 | - |
| CMYK | 1 | 0 | 0.18 | 0.43 |
| HSL | 169.24º | 1% | 0.28% | - |
| HSV(B) | 169.24º | 1% | 0.57% | - |
| XYZ | 13.46 | 21.58 | 20.91 | - |
| YUV | 98.68 | 139.46 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 145 | 119 | 1 | 0 | 0.18 | 0.43 | 169.24 | 1 | 0.28 |
| Hex | 0 | 91 | 77 | 64 | 0 | 12 | 2B | A9 | 64 | 1C |
| Octal | 0 | 221 | 167 | 144 | 0 | 22 | 53 | 251 | 144 | 34 |
| Binary | 0 | 10010001 | 1110111 | 1100100 | 0 | 10010 | 101011 | 10101001 | 1100100 | 11100 |
Color Harmonies of #009177
Complementary color
Monochromatic Colors of #009177
Black with #009177
Text Example
Text Example
White with #009177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009177; }
p { color: rgb(0,145,119); }
H1.HeaderClassName
{
color: #009177;
}
.AnyTagClassName
{
color: #009177;
}
</style>
background-color css
<style>
a { background-color: #009177; }
a { background-color: rgb(0,145,119); }
div.DivClassName
{
background-color: #009177;
}
.BgClassName
{
background-color: #009177;
}
</style>
border-color css
<style>
span { border-color: #009177; }
span { border-color: rgb(0,145,119); }
td.TdClassName
{
border-color: #009177;
}
.TagClassName
{
border-color: #009177;
}
</style>