Shades of Observatory #009172
Tints of Observatory #009172
RGB
CMYK
RGB Variations
Color information
#009172 (or 0x009172) is known color: Observatory. HEX triplet: 00, 91 and 72. RGB value is (0,145,114). Sum of RGB (Red+Green+Blue) = 0+145+114=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 145 (57.03% from 255 or 55.98% from 259); Blue value is 114 (44.92% from 255 or 44.02% from 259); Max value from RGB is 145 - color contains mainly: green. Hex color #009172 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009172 is #FF6E8D. Grayscale: #626262. Windows color (decimal): -16739982 or 7508224. OLE color: 7508224.
HSL color Cylindrical-coordinate representation of color #009172: hue angle of 167.17º 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 #009172 is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 145 | 114 | - |
| CMYK | 1 | 0 | 0.21 | 0.43 |
| HSL | 167.17º | 1% | 0.28% | - |
| HSV(B) | 167.17º | 1% | 0.57% | - |
| XYZ | 13.16 | 21.47 | 19.37 | - |
| YUV | 98.11 | 136.96 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 145 | 114 | 1 | 0 | 0.21 | 0.43 | 167.17 | 1 | 0.28 |
| Hex | 0 | 91 | 72 | 64 | 0 | 15 | 2B | A7 | 64 | 1C |
| Octal | 0 | 221 | 162 | 144 | 0 | 25 | 53 | 247 | 144 | 34 |
| Binary | 0 | 10010001 | 1110010 | 1100100 | 0 | 10101 | 101011 | 10100111 | 1100100 | 11100 |
Color Harmonies of #009172
Complementary color
Monochromatic Colors of #009172
Black with #009172
Text Example
Text Example
White with #009172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009172; }
p { color: rgb(0,145,114); }
H1.HeaderClassName
{
color: #009172;
}
.AnyTagClassName
{
color: #009172;
}
</style>
background-color css
<style>
a { background-color: #009172; }
a { background-color: rgb(0,145,114); }
div.DivClassName
{
background-color: #009172;
}
.BgClassName
{
background-color: #009172;
}
</style>
border-color css
<style>
span { border-color: #009172; }
span { border-color: rgb(0,145,114); }
td.TdClassName
{
border-color: #009172;
}
.TagClassName
{
border-color: #009172;
}
</style>