Shades of Observatory #009164
Tints of Observatory #009164
RGB
CMYK
RGB Variations
Color information
#009164 (or 0x009164) is known color: Observatory. HEX triplet: 00, 91 and 64. RGB value is (0,145,100). Sum of RGB (Red+Green+Blue) = 0+145+100=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 145 (57.03% from 255 or 59.18% from 245); Blue value is 100 (39.45% from 255 or 40.82% from 245); Max value from RGB is 145 - color contains mainly: green. Hex color #009164 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009164 is #FF6E9B. Grayscale: #606060. Windows color (decimal): -16739996 or 6590720. OLE color: 6590720.
HSL color Cylindrical-coordinate representation of color #009164: hue angle of 161.38º 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 #009164 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 145 | 100 | - |
| CMYK | 1 | 0 | 0.31 | 0.43 |
| HSL | 161.38º | 1% | 0.28% | - |
| HSV(B) | 161.38º | 1% | 0.57% | - |
| XYZ | 12.43 | 21.17 | 15.49 | - |
| YUV | 96.52 | 129.96 | 59.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 145 | 100 | 1 | 0 | 0.31 | 0.43 | 161.38 | 1 | 0.28 |
| Hex | 0 | 91 | 64 | 64 | 0 | 1F | 2B | A1 | 64 | 1C |
| Octal | 0 | 221 | 144 | 144 | 0 | 37 | 53 | 241 | 144 | 34 |
| Binary | 0 | 10010001 | 1100100 | 1100100 | 0 | 11111 | 101011 | 10100001 | 1100100 | 11100 |
Color Harmonies of #009164
Complementary color
Monochromatic Colors of #009164
Black with #009164
Text Example
Text Example
White with #009164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009164; }
p { color: rgb(0,145,100); }
H1.HeaderClassName
{
color: #009164;
}
.AnyTagClassName
{
color: #009164;
}
</style>
background-color css
<style>
a { background-color: #009164; }
a { background-color: rgb(0,145,100); }
div.DivClassName
{
background-color: #009164;
}
.BgClassName
{
background-color: #009164;
}
</style>
border-color css
<style>
span { border-color: #009164; }
span { border-color: rgb(0,145,100); }
td.TdClassName
{
border-color: #009164;
}
.TagClassName
{
border-color: #009164;
}
</style>